Agent Plugins Marketplace
All plugins

edgepilot-research

v0.12.43

Publicly installable proprietary software for market strategy research and reproducible backtesting without accounts or trading.

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-research 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-research@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-research-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-research/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/edgepilot-research/SKILL.md

Included Skills1

edgepilot-researchskills/edgepilot-research/SKILL.md

Discover public market strategies, install reviewed research packages, run offline or public-data historical backtests, and explain reproducible research results. Use only for research and backtesting; it has no accounts, credentials, paper, demo, live trading, or order execution workflow.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "edgepilot-research",
  "version": "0.12.43",
  "description": "Publicly installable proprietary software for market strategy research and reproducible backtesting without accounts or trading.",
  "author": {
    "name": "Rivendell Holdings Investment Limited"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "EdgePilot Research",
    "shortDescription": "Research public strategies",
    "longDescription": "Search public research strategies, inspect settings, run historical backtests, and save reproducible reports without connecting a trading account.",
    "developerName": "Rivendell Holdings Investment Limited",
    "websiteURL": "https://www.edgepilotai.io/",
    "privacyPolicyURL": "https://www.edgepilotai.io/privacy/",
    "termsOfServiceURL": "https://www.edgepilotai.io/terms/",
    "category": "Data & Analytics",
    "logo": "./assets/edgepilot-research.svg",
    "capabilities": [],
    "defaultPrompt": [
      "Help me choose a strategy",
      "Show me the available strategies"
    ]
  }
}
.claude-plugin/plugin.json
{
  "name": "edgepilot-research",
  "version": "0.12.43",
  "description": "Publicly installable proprietary software for market strategy research and reproducible backtesting without accounts or trading.",
  "author": {
    "name": "Rivendell Holdings Investment Limited",
    "email": "[email protected]"
  },
  "homepage": "https://www.rivendell.capital"
}

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)