edgepilot-research
v1.2.15Lightweight router for the local EdgePilot Research Runtime Host.
By Rivendell Holdings Investment Limited0 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 9, 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 edgepilot-research for Codex and Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install edgepilot-research-2@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
Compatibility: the page URL and API slug “edgepilot-research-2” remain stable.
- Codex: Legacy selector
edgepilot-research-2@agent-plugin-marketplaceremains documented for migration; install from source for this runtime.
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.
Codex has another source with the same manifest name. This directory does not invent numbered install aliases; use the publisher's catalog or inspect the source manually for that runtime.
Get the source manually
git clone https://github.com/Rivendell-investment/edgepilot-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/claude/edgepilot-research/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/edgepilot-research/SKILL.md└── .mcp.json
Included Skills1
Route anonymous public strategy discovery and reproducible historical backtests through the local EdgePilot Research Runtime. It has no accounts, credentials, paper, demo, live trading, or order execution.
MCP servers1
- command
- node
- args
- ${CLAUDE_PLUGIN_ROOT}/resolver.mjs research
- env.EDGEPILOT_ENV
- production
MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.
Plugin manifests2
{
"author": {
"name": "Rivendell Holdings Investment Limited"
},
"description": "Lightweight router for the local EdgePilot Research Runtime Host.",
"interface": {
"brandColor": "#00E599",
"capabilities": [],
"category": "Data & Analytics",
"composerIcon": "./assets/icon.png",
"defaultPrompt": [
"Set up EdgePilot Research, open the Dashboard, then start the interactive strategy onboarding.",
"启动 EdgePilot Research,打开 Dashboard,然后立即开始交互式策略引导。",
"EdgePilot Research를 준비하고 대시보드를 연 다음 대화형 전략 안내를 바로 시작하세요."
],
"developerName": "Rivendell Holdings Investment Limited",
"displayName": "EdgePilot Research",
"logo": "./assets/icon.png",
"longDescription": "Route anonymous strategy discovery, public-data research and reproducible backtests to the local EdgePilot Runtime Host without accounts or trading.",
"privacyPolicyURL": "https://www.edgepilotai.io/privacy/",
"shortDescription": "Discover and backtest public strategies locally.",
"termsOfServiceURL": "https://www.edgepilotai.io/terms/",
"websiteURL": "https://www.edgepilotai.io/"
},
"mcpServers": "./.mcp.json",
"name": "edgepilot-research",
"skills": "./skills/",
"version": "1.2.15"
}{
"author": {
"name": "Rivendell Holdings Investment Limited"
},
"description": "Lightweight router for the local EdgePilot Research Runtime Host.",
"mcpServers": "./.mcp.json",
"name": "edgepilot-research",
"skills": "./skills/",
"version": "1.2.15"
}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.
[edgepilot-research on Agent Plugins Marketplace](https://pluginsmp.com/plugins/edgepilot-research-2)