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
codex plugin marketplace add Rivendell-investment/edgepilot-marketplace
codex plugin marketplace upgrade edgepilot
codex plugin add edgepilot-research@edgepilotPaste and run these commands in a terminal with Codex. They add and refresh the edgepilot catalog, then install this plugin.
Compatibility: the page URL and API slug “edgepilot-research-3” remain stable.
- Codex:
edgepilot-research-3@agent-plugin-marketplace→edgepilot-research@edgepilot
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/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/codex/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
- ./resolver.mjs research
- cwd
- .
- env.EDGEPILOT_ENV
- production
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-3)