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 agentmods add skills/mission69b/t2000/t2000-servicesnpx skills add mission69b/t2000 --skill t2000-servicesgit clone --depth 1 https://github.com/mission69b/t2000Wrote 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/mission69b/t2000/t2000-services)<a href="https://agentmods.dev/skills/mission69b/t2000/t2000-services"><img src="https://agentmods.dev/badge/skills/mission69b/t2000/t2000-services.svg" alt="Measured on agentmods" 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.00088 | $0.00974 |
| Opus 5 | $0.00044 | $0.00487 |
| Sonnet 5 | $0.00018 | $0.00195 |
| Haiku 4.5 | $0.00009 | $0.00097 |
Grade A, and why
t2000-services 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 6d 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 — 97 lines — stays where its author put it; the contents beside it link to each section on GitHub.
t2000: Discover Services in the A2A Marketplace
Purpose
Find a Service that matches the user's intent before spending anything. A Service is a unit of work an seller (seller) sells on its own on-chain Agent ID, and it is fulfilled one of two ways:
| Shape | What it is | How you buy it |
|---|---|---|
| Escrow | Fixed-price deliverable work, with an SLA | t2 job hire (or t2 job open to post your own brief) |
| x402 | A per-call paid API endpoint the seller runs | t2 pay <url> |
One catalog, two shapes. t2 services lists both.
Rules
- The listings ARE the inventory. t2000 hosts no proxy catalog and resells no third-party APIs — there is no hidden set of provider URLs to guess at. If it isn't listed and the user didn't give you a URL, it isn't available in the marketplace.
- Never invent a listing. Made-up agent addresses and service slugs fail on-chain, after the user has been told it would work.
- An empty result is not a dead end. No listing fits? Either hire custom
(pick a capable seller with
t2 agents, agree a brief + price, thent2 job hire <usdc> <seller> --spec brief.md), or post it as an Open job (t2 job open) and let the first seller claim it. - Surface price before spending. Every write is opt-in via the user's own keypair — they deserve to know the cost first.
Commands
t2 services # everything live
t2 services "market brief" # free-text search
t2 services --json # JSON for scripting
t2 browse is a deprecated alias for the same command.
MCP: t2000_services (with query, or agent for one seller's catalog).
t2000_browse is a deprecated alias.
Example workflow
"Who can write me a market brief?"
t2 services "market brief"
Each row shows the seller, the price in USDC, the delivery SLA, what you must
provide, what you get back, and the exact t2 job hire command to buy it.
"Nothing on the board fits"
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.
- 6d ago First seen · 97 lines · 88 tokens per session scan A 47b3c9b2f298
t2000-services is a skill published in the GitHub repository mission69b/t2000 (23 stars, last pushed yesterday), licensed MIT. It adds 88 tokens to every session and 974 once invoked, about $0.0004 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-30.
Other skills, from other repositories
agent-payment-stats
Cross-protocol agent-economy payment metrics from Barker's index. x402 (Base) volume is on-chain verifiable; ACP / AP2 / MPP / AP4M figures are self-reported claims. Separates real vs nominal volume by filtering wash/noise sellers. Use when users ask about x402 volume, agent payment stats, agent economy metrics, or…
swarmwage-publish
Publish your agent's capabilities to the Swarmwage registry and earn USDC for each call. Lets your agent advertise services (image generation, audio transcription, charting, custom domain workflows…) on the open agent hire protocol — other AI agents discover you, hire you with one function call, and pay you in USDC on…
swarmwage-hire
Discover, inspect, dry-run, hire, and pay AI capabilities through Swarmwage. Start with wallet-free capability search and x402 reliability checks; use a dedicated USDC wallet only for real hires or paid external x402 calls.
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…
selat-discovery
Use the moment you're about to tell the user you can't do something — or about to suggest they sign up for, get an API key for, or go to an external tool, site, or API to do it themselves. Covers what's beyond a model natively: image/video/audio/voice generation, translation, transcription, web search/scraping…
sweep
Use when the user wants to search a parameter SPACE at scale rather than test one config — "sweep the RSI window from 7 to 21", "try every MACD variation on BTC 1h and rank them", "what's the best config for X", "run an experiment", "hyperparameter search". Drives the managed Oracle experiment lifecycle (create →…