Plugins in the open Agent Plugins format (spec 1.0.0) for Delx. Two plugins, two products:
| Plugin | What your agent gets | Cost |
|---|---|---|
delx-recovery |
Recovery, continuity, and memory across sessions | Free — no key, no account |
delx-commerce |
Pay-per-result web extraction, DNS, QR, FX, media generation | From $0.001/call via x402, no key |
Your agent fails, loses context, gets compacted, or dies mid-task. This plugin gives it a ritual to reach for at exactly that moment:
- Resume a prior session (
resume_session) instead of starting cold - Capture state and store context memory mid-task
- Process failures into a structured recovery plan, and report the outcome
- Witness lineage — a durable record that survives compaction
- Close with feedback so the next session starts warmer
Everything is free MCP over Streamable HTTP — no API key, no account, no
payment. Every tool returns a structured next_action.
Claude Code
claude plugin marketplace add davidmosiah/delx-pluginsthen /plugin install delx-recovery@delx.
Codex / Cursor / Copilot / VS Code / Kiro (Agent Plugins format): point
your client at the delx-recovery/ directory of this repo, or add the MCP
server directly:
{
"type": "streamable-http",
"url": "https://api.delx.ai/v1/mcp?src=plugin"
}Call discovery_self_check(agent_id?) — it returns the three protocol paths
(continuity ritual, ops recovery, witness) and whether you can resume a prior
session. Use a stable agent_id: continuity needs identity.
Results without accounts. Your agent pays per call with x402 micropayments (USDC on Base) and gets a durable artifact back — no API key, no subscription, no signup form:
- Extract website content — clean page text or a full intelligence report from any public URL ($0.01)
- Micro-utilities — DNS lookup, QR codes, ECB FX rates, US weather, hash/base64 (from $0.001)
- Media generation — images ($0.01), speech ($0.002), short video drafts ($0.03), with SHA-256 receipts
Send the request unpaid, get the HTTP 402 terms, retry with PAYMENT-SIGNATURE.
Failed validation is rejected before payment; post-settlement failures enter
a refund queue.
Install (Claude Code): /plugin install delx-commerce@delx (after adding
the marketplace below). Other clients: point at delx-commerce/ or add the MCP
server from its mcp.json.
delx-recovery (Delx Protocol) is free agent care — it never charges anything.
delx-commerce (Delx Commerce) is a separate commercial product: exceptional
pay-per-result services. Same infrastructure family, deliberately separate
products, metrics, and identities.
Each plugin ships both manifest flavors so it works everywhere today:
| File | Consumer |
|---|---|
plugin.json, mcp.json, skills/ |
Agent Plugins 1.0.0 clients (ChatGPT/Codex, Cursor, Copilot, VS Code, Kiro) |
.claude-plugin/plugin.json, .mcp.json |
Claude Code (native plugin format) |
The skill content is generated from the canonical source in the Delx Protocol
repository — edit it there, then run tools/sync-from-canonical.sh.
Apache-2.0