rel
v0.4.3Browse and build restartable crawlers with REL's persistent embedded Chromium sessions.
By RELLicense: MIT0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 20, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install rel for Codex and Claude Code
codex plugin marketplace add rel-me/rel-tools
codex plugin marketplace upgrade rel
codex plugin add rel@relPaste and run these commands in a terminal with Codex. They add and refresh the rel catalog, then install this plugin.
Compatibility: the page URL and API slug “rel” remain stable.
- Codex:
rel@agent-plugin-marketplace→rel@rel
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/rel-me/rel-toolsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/rel/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/crawl-websites-with-rel/SKILL.md├── skills/rel-browser/SKILL.md└── .mcp.json
Included Skills2
Design, implement, diagnose, or operate restartable website crawlers through REL's embedded Chromium sessions. Use for interaction-heavy or difficult sites that require rendered-link discovery, native clicking, page-readiness waits, browser-history Back, named Profiles, HTML and metadata captures, checkpoints, bounded retries, or session recovery. Prefer rel-browser for one-off browsing that does not need a reusable crawl.
Use REL's local MCP server to read web content, inspect service health, reuse persistent embedded Chromium sessions, capture rendered HTML or screenshots, attach to pages, perform browser actions, and select configured proxy aliases. Use when a request explicitly mentions REL or asks the agent to browse through an existing REL session, keep browser state on the local Mac, or automate a page with REL rather than another browser backend.
MCP servers1
- command
- /Applications/REL.app/Contents/Resources/rel-mcp
Plugin manifests2
{
"name": "rel",
"version": "0.4.3",
"description": "Browse and build restartable crawlers with REL's persistent embedded Chromium sessions.",
"author": {
"name": "REL",
"url": "https://rel.me"
},
"homepage": "https://docs.rel.me/codex-plugin/",
"repository": "https://github.com/rel-me/rel-tools",
"license": "MIT",
"keywords": [
"browser",
"chromium",
"mcp",
"automation",
"sessions"
],
"skills": "./skills/",
"interface": {
"displayName": "REL",
"shortDescription": "Browse with persistent local Chromium sessions.",
"longDescription": "Control REL's app-owned Chromium sessions from Codex. Inspect service health, reuse persistent sessions, capture rendered HTML and screenshots, perform page actions, and design restartable browser-history crawlers through REL's local MCP adapter.",
"developerName": "REL",
"category": "Engineering",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://rel.me",
"brandColor": "#176BFF",
"composerIcon": "./assets/rel-logo.png",
"logo": "./assets/rel-logo.png",
"defaultPrompt": [
"Capture this URL with REL and summarize the page.",
"Use my existing REL session to inspect the current page.",
"Design a restartable REL crawl for this website."
]
},
"mcpServers": "./.mcp.json"
}{
"name": "rel",
"displayName": "REL",
"version": "0.4.3",
"description": "Browse and build restartable crawlers with REL's persistent embedded Chromium sessions.",
"author": {
"name": "REL",
"url": "https://rel.me"
},
"homepage": "https://docs.rel.me/claude-code-plugin/",
"repository": "https://github.com/rel-me/rel-tools",
"license": "MIT",
"keywords": [
"browser",
"chromium",
"mcp",
"automation",
"sessions"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[rel on Agent Plugins Marketplace](https://pluginsmp.com/plugins/rel)