Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add Dexter-DAO/opendexter-ide --skill opendextergit clone --depth 1 https://github.com/Dexter-DAO/opendexter-ideWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/dexter-dao/opendexter-ide/opendexter)<a href="https://agentmods.dev/skills/dexter-dao/opendexter-ide/opendexter"><img src="https://agentmods.dev/badge/skills/dexter-dao/opendexter-ide/opendexter/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/dexter-dao/opendexter-ide/opendexter"><img src="https://agentmods.dev/badge/skills/dexter-dao/opendexter-ide/opendexter.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00025 | $0.03245 |
| Opus 5 | $0.00013 | $0.01622 |
| Sonnet 5 | $0.00005 | $0.00649 |
| Haiku 4.5 | $0.00003 | $0.00325 |
Grade A, and why
opendexter scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 246 lines — stays where its author put it; the contents beside it link to each section on GitHub.
OpenDexter
OpenDexter is Dexter's hosted financial-action layer at
https://open.dexter.cash/mcp. Native MCP OAuth binds the current client
session to the user's Dexter Wallet. The model receives no private key or
passkey.
This is the canonical hosted OpenDexter workflow shared by ChatGPT, Codex, and Claude Code. Keep every live capability and complete user journey available here in this guide as the product grows. Feature sections below are parts of that one guide, not separate Buy, Sell, Send, credit, wallet, or recovery micro-skills.
Use the current client's native Connect or MCP login action described in
references/authentication.md. Do not substitute local npm-proxy commands or
advertise a capability that the hosted tool roster does not ship. The
local seven-tool npm/stdio edition is intentionally a separate workflow.
OAuth must complete before MCP initialization and tool discovery. Every hosted
tool uses the same vault OAuth scope.
Recognize ordinary requests
- "Do I have a Dexter Wallet?", "what is my balance?", or "where can I add
funds?": call
dexter_walletfirst. - "What is in my wallet?", "what can I do with my assets?", or "what can I
send, buy, or sell?": call
dexter_walletfirst, thendexter_wallet_portfolio. Compose cash/readiness and asset inventory without treating either as execution authority. - "What can Indexter do?", "show me Apify offerings", or "find an API for this
job": call
indexter_searchonce with the complete request. Discovery never pays and does not require a separate wallet call. - "What will this API cost?" or a known paid URL: call
x402_check; checking is not permission to pay. If the exact check is not GET, explain that it may submit the request to the provider and obtain explicit confirmation first. - "Pay for/call this API": discover or check first, disclose the exact terms, and use the purchase flow below. Never infer approval from the request alone when exact seller, request, or ceiling is missing.
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 7d ago Changed · +71 lines · -76 tokens per session bd34c1584f34
- 12d ago First seen · 175 lines · 101 tokens per session scan A 9aedac33c664
opendexter is a skill published in the GitHub repository Dexter-DAO/opendexter-ide (2 stars, last pushed 7d ago), licensed MIT. It adds 25 tokens to every session and 3,245 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
defi-protocol-templates
Implement DeFi protocols with production-ready templates for staking, AMMs, governance, and flash loans. Use when building decentralized finance applications or smart contract protocols.
sera
Multi-currency settlement skill — quote, swap, and settle across 40 stablecoins via Sera Protocol.
sera
Multi-currency settlement for AI agents. Quote, swap, and settle across 40 stablecoins (USDC, USDT, EURC, XSGD, JPYC, MYRT, TGBP, BRZ, MXNT, IDRT, AUDD, and more) and 22 fiat currencies via Sera Protocol. 55 tools — quotes, swaps, treasury management, FX deal scanning, and a maker spread ladder.
x402
HTTP 402 payment protocol for AI agent commerce — three-actor model (Client, Resource Server, Facilitator), ERC-3009 transferWithAuthorization, server middleware (@x402/express), client patterns in TypeScript and Python, facilitator integration, agent-to-agent payments, pricing strategies, and replay protection. Works…
sera-protocol
Build, review, or explain integrations with Sera Protocol for stablecoin FX, multi-currency settlement, Sera MCP, Sera Agents, or x402. Use for quotes, corridors, settlement workflows, agent integrations, and Sera Protocol API or contract questions.
gentech-x402-services
GenTech Labs paid API gateway — 7 x402 pay-per-call services on Base USDC: token security, market data, agent discovery, DeFi LP analytics, wallet analysis, NFT search. Use when an agent needs token risk scoring, token prices, onchain agent discovery, LP/pool analytics, wallet portfolio data, or NFT collection search…