Agent Plugins Marketplace
All plugins

edgepilot

v0.11.49

Local-first trading strategy workflows powered by NautilusTrader.

CodexClaude Code1 Skill

By Rivendell Holdings Investment Limited0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Aug 30, 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 IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add edgepilot@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

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-live-claude

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

Plugin files

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

Included Skills1

edgepilotskills/edgepilot/SKILL.md

Install, configure, backtest, and run trading strategies through EdgePilot's agent-facing CLI and native NautilusTrader engine. Use when the user wants to inspect strategy settings or presets, download historical bars/trades/quotes/order-book data, backtest instruments, compare results, query saved metrics or raw outputs, manage credentials, reproduce a run, or start paper, exchange-demo, or live trading.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "edgepilot",
  "version": "0.11.49",
  "description": "Local-first trading strategy workflows powered by NautilusTrader.",
  "author": {
    "name": "Rivendell Holdings Investment Limited"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "EdgePilot",
    "shortDescription": "Backtest and run trading strategies locally.",
    "longDescription": "Use native NautilusTrader workflows for strategy discovery, market-data downloads, backtests, paper trading, exchange demo runs, and live trading from chat.",
    "developerName": "Rivendell Holdings Investment Limited",
    "websiteURL": "https://www.edgepilotai.io/",
    "privacyPolicyURL": "https://www.edgepilotai.io/privacy/",
    "termsOfServiceURL": "https://www.edgepilotai.io/terms/",
    "category": "Productivity",
    "logo": "./assets/edgepilot-icon.png",
    "capabilities": [],
    "defaultPrompt": [
      "Ask my strategy preferences one at a time; after I confirm, show three recommendation cards and the Live Dashboard button."
    ]
  }
}
.claude-plugin/plugin.json
{
  "name": "edgepilot",
  "version": "0.11.49",
  "description": "Local-first trading strategy workflows powered by NautilusTrader.",
  "author": {
    "name": "EdgePilot"
  }
}

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)