Agent Plugins Marketplace
All plugins

edgepilot

v1.2.15

Lightweight router for the local EdgePilot Live Runtime Host.

CodexClaude Code1 Skill1 MCP serverstdio

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 for Codex and Claude Code

Installs for the current user
codex plugin marketplace add Rivendell-investment/edgepilot-marketplace
codex plugin marketplace upgrade edgepilot
codex plugin add edgepilot@edgepilot

Paste 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-3” remain stable.

  • Codex: edgepilot-3@agent-plugin-marketplaceedgepilot@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-marketplace

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/codex/edgepilot/.

Plugin files

plugins/codex/edgepilot/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/edgepilot/SKILL.md
└── .mcp.json

Included Skills1

edgepilotskills/edgepilot/SKILL.md

Route strategy discovery, configuration, backtesting, paper, exchange-demo, and attended live execution through the local EdgePilot Runtime Host. Use for EdgePilot Live workflows; never expose credentials or bypass confirmation gates.

MCP servers1

edgepilot-livestdio
command
node
args
./resolver.mjs live
cwd
.
env.EDGEPILOT_ENV
production

Plugin manifests2

plugins/codex/edgepilot/.codex-plugin/plugin.json
{
  "author": {
    "name": "Rivendell Holdings Investment Limited"
  },
  "description": "Lightweight router for the local EdgePilot Live Runtime Host.",
  "interface": {
    "brandColor": "#00E599",
    "capabilities": [],
    "category": "Productivity",
    "composerIcon": "./assets/icon.png",
    "defaultPrompt": [
      "Set up EdgePilot Live, open the Dashboard, then start the interactive strategy onboarding.",
      "启动 EdgePilot Live,打开 Dashboard,然后立即开始交互式策略引导。",
      "EdgePilot Live를 준비하고 대시보드를 연 다음 대화형 전략 안내를 바로 시작하세요."
    ],
    "developerName": "Rivendell Holdings Investment Limited",
    "displayName": "EdgePilot Live",
    "logo": "./assets/icon.png",
    "longDescription": "Route strategy research, configuration, backtests and attended paper/demo/live execution to the local EdgePilot Runtime Host.",
    "privacyPolicyURL": "https://www.edgepilotai.io/privacy/",
    "shortDescription": "Backtest and run strategies through the local Runtime.",
    "termsOfServiceURL": "https://www.edgepilotai.io/terms/",
    "websiteURL": "https://www.edgepilotai.io/"
  },
  "mcpServers": "./.mcp.json",
  "name": "edgepilot",
  "skills": "./skills/",
  "version": "1.2.15"
}
plugins/codex/edgepilot/.claude-plugin/plugin.json
{
  "author": {
    "name": "Rivendell Holdings Investment Limited"
  },
  "description": "Lightweight router for the local EdgePilot Live Runtime Host.",
  "mcpServers": "./.mcp.json",
  "name": "edgepilot",
  "skills": "./skills/",
  "version": "1.2.15"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[edgepilot on Agent Plugins Marketplace](https://pluginsmp.com/plugins/edgepilot-3)