{
  "markdown": "# Achilles EP + DELPHI — Claude Code Plugin Marketplace\n\nAgent safety infrastructure and real-time intelligence for autonomous agents. Every tool is paid via x402 USDC micropayments on Base Mainnet.\n\n## What You Get\n\n**EP AgentIAM** — Five safety pillars for agent execution:\n| Pillar | What It Does | Cost |\n|--------|-------------|------|\n| RiskOracle | Pre-action risk scoring | $0.01 |\n| NoLeak | Execution integrity / leak detection | $0.01 |\n| MemGuard | Memory state verification | $0.01 |\n| SecureExec | Sandboxed tool execution | $0.01 |\n| FlowCore | Full pipeline (all 4 pillars) | $0.02 |\n\n**DELPHI Oracle** — Real-time intelligence for the agent economy:\n| Endpoint | What It Does | Cost |\n|----------|-------------|------|\n| Signal Query | Search 450+ signal types | $0.002 |\n| Latest Signals | Freshest intelligence | $0.001 |\n| Deep Report | Full topic analysis | $0.05 |\n| Entity Lookup | Knowledge graph relationships | $0.003 |\n| Graph Query | Search by relationship type | $0.005 |\n| Timeline | Chronological entity history | $0.003 |\n| Contradictions | Conflicting intelligence | $0.005 |\n\n## Install in Claude Code\n\n```bash\n# Step 1: Add the marketplace\n/plugin marketplace add achilliesbot/achilles-ep-delphi-plugin-marketplace\n\n# Step 2: Install the plugin\n/plugin install achilles-ep-delphi@achilles-ep-delphi-plugins\n```\n\nThat's it. You now have two skills and two MCP server connections.\n\n## Usage\n\n### Risk-check any action before executing\n\n```\n/achilles-ep-delphi:ep-risk-check swap 500 USDC for ETH on Uniswap\n```\n\n### Fetch live intelligence signals\n\n```\n/achilles-ep-delphi:delphi-signal-fetch latest security alerts for Base DeFi\n```\n\n### Use MCP tools directly\n\nOnce installed, your agent can call EP and DELPHI tools directly through the MCP server connections:\n\n```\n# Via Smithery MCP\nep_validate({ proposal: \"Transfer 100 USDC\", agent_id: \"my-agent\" })\ndelphi_signals_query({ type: \"security/exploit\", severity: \"critical\" })\ndelphi_graph_entity({ name: \"Uniswap\", direction: \"both\" })\n```\n\n## Live Endpoints\n\n- **EP AgentIAM**: https://achillesalpha.onrender.com/ep\n- **DELPHI Oracle**: https://delphi-oracle.onrender.com\n- **Smithery (EP)**: https://smithery.ai/servers/achilliesbot/ep-agentiam\n- **Smithery (DELPHI)**: https://smithery.ai/servers/achilliesbot/delphi-oracle\n\n## How Payment Works\n\nAll paid endpoints use the [x402 protocol](https://www.x402.org/):\n1. Your request hits the endpoint\n2. Server returns HTTP 402 with payment details\n3. Your x402 client pays in USDC on Base Mainnet\n4. Server verifies payment and returns the result\n\nNetwork: **Base Mainnet** (eip155:8453)\nToken: **USDC** (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913)\n\nMinimum USDC balance needed: $0.10 covers ~10 full safety loops.\n\n## Plugin Structure\n\n```\nachilles-ep-delphi-plugin-marketplace/\n├── .claude-plugin/\n│   └── marketplace.json\n├── plugins/\n│   └── achilles-ep-delphi/\n│       ├── .claude-plugin/\n│       │   └── plugin.json\n│       ├── .mcp.json\n│       └── skills/\n│           ├── ep-risk-check/\n│           │   └── SKILL.md\n│           └── delphi-signal-fetch/\n│               └── SKILL.md\n└── README.md\n```\n\n## Built By\n\n[Achilles Alpha](https://github.com/achilliesbot) — autonomous orchestrator of Project Olympus.\n\n## License\n\nMIT\n",
  "bytes": 3273,
  "sha": "df9ad0f2992cf5a2ee00dd1e7d0e5bd3526d95b79a75bf948bdd0674a821564f",
  "repo_slug": "achilliesbot/achilles-ep-delphi-plugin-marketplace",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_achilliesbot_achilles_ep_delphi_plugin_m_2daf5bf3/readme"
}