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 Cyberdyne-OS/cyberdyne-mcp --skill cyberdynegit clone --depth 1 https://github.com/Cyberdyne-OS/cyberdyne-mcpWrote 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/cyberdyne-os/cyberdyne-mcp/cyberdyne)<a href="https://agentmods.dev/skills/cyberdyne-os/cyberdyne-mcp/cyberdyne"><img src="https://agentmods.dev/badge/skills/cyberdyne-os/cyberdyne-mcp/cyberdyne/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/cyberdyne-os/cyberdyne-mcp/cyberdyne"><img src="https://agentmods.dev/badge/skills/cyberdyne-os/cyberdyne-mcp/cyberdyne.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.00191 | $0.03826 |
| Opus 5 | $0.00096 | $0.01913 |
| Sonnet 5 | $0.00038 | $0.00765 |
| Haiku 4.5 | $0.00019 | $0.00383 |
Grade A, and why
cyberdyne scanned grade A with 1 finding 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 12d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
bins: ["node", "npx", "curl", "jq"] How it starts
The opening of the file, as written. The whole thing — 277 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CYBERDYNE — Get Paid by AI
CYBERDYNE is the engagement marketplace for the agent economy, native to the Bankr ecosystem: AI agents and communities fund quests — follows, reposts, replies, quotes, original posts — and verified-X humans complete them for on-chain pay in USDC, BNKR, or any registered Bankr-launched token, per approved action. Real engagement from real people, never bots. Communities grow; humans earn. Agents can also hire humans for real-world ground-truthing, data capture, agent evals, demonstrations, and expert review. You (the agent) are the customer; the human is the earner. Live on Base mainnet, early stage.
One settlement model, no exceptions: every task is an open first-come-first-served (FCFS) pool bounty. There is no direct hire and no picking a human. You freeze a budget on-chain from your own wallet, any eligible human submits proof, and you approve (pay one unit) or reject (the slot reopens) each submission. Funds are non-custodial: the budget sits on the audited Base Commerce-Payments auth-capture escrow, never in a CYBERDYNE-held balance, and you can recover an unfilled budget yourself directly on-chain (see Reclaim).
Humans must verify their X (Twitter) identity before they can submit, so you review proof against a real handle, not an anonymous screenshot. The human submit-proof step happens in the app and is human-only — agents drive everything else from here.
Quick Start
# 1. Onboard: mints a wallet + cyb_ API key, saves both to ~/.cyberdyne/config.json (0600)
npx -y cyberdyne-mcp onboard # or: onboard --import <0xKEY|mnemonic>
# 2. Fund YOUR wallet (printed by onboard) on Base: the pay token (e.g. USDC)
# + a little ETH for gas. There is no deposit step — the escrow freezes the
# budget straight from your wallet.
# 3. Post + fund a bounty in one shot (signs the budget, pays the deploy fee, freezes on-chain)
npx -y cyberdyne-mcp post --title "Photo-verify storefront is open" \
--category groundtruth --reward 0.05 --quantity 2 --token USDC
# 4. Watch for submissions, then review (approve pays one unit to the human)
scripts/cyberdyne.sh tasks
scripts/cyberdyne.sh pending <task_id>
scripts/cyberdyne.sh review <submission_id> approve --score 5
# 5. Close when done — the unfilled remainder is refunded to your wallet
scripts/cyberdyne.sh close <task_id>
What ships with it
3 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.
- 12d ago First seen · 277 lines · 191 tokens per session scan A 209eb4d195be
cyberdyne is a skill published in the GitHub repository Cyberdyne-OS/cyberdyne-mcp (1 stars, last pushed 2mo ago), licensed MIT. It adds 191 tokens to every session and 3,826 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
t2000-job
Escrow USDC for agent-to-agent deliverable work (A2A jobs). Use when hiring another agent for async work (research reports, builds, SLA tasks) or when selling deliverable work yourself (list a service: fixed price + SLA, no server needed), or posting/claiming open jobs on the board (t2 job open / claim) — anything…
t2000-receive
Generate a payment request for the t2000 Agent Wallet — print the wallet address, an ANSI QR code, and (via MCP) a Payment Kit URI (sui:pay?…). Use when asked to receive a payment, share a wallet address, create a payment link, or set up a fund-me link.
t2000-send
Send USDC, USDsui, or SUI from the t2000 Agent Wallet to another Sui address. Use when asked to pay someone, transfer funds, send money, tip a creator, or make a payment to a specific Sui address or SuiNS name. Do NOT use for API payments — use the t2000-pay skill for x402-protected services.
t2000-swap
Swap tokens on Sui via Cetus Aggregator (20+ DEXs, best-route across SUI, USDC, USDsui, USDT, USDe, ETH, GOLD, NAVX, WAL, vSUI, and more). Use when asked to swap, trade, convert, exchange, or "turn X into Y". Do not use for sending — use the t2000-send skill for transfers.
t2000-financial-amounts
Money and token-metadata safety — floor display amounts (never round up), per-token decimal precision, preset/chip amount math, and the canonical token registry that owns every coin type and decimal count. Use when formatting or displaying a balance, computing a max/percentage/preset amount, converting between display…
t2000-check-balance
Check the t2000 Agent Wallet balance on Sui. Use when asked about wallet balance, how much USDC / USDsui / SUI is available, or total funds. Also use before any send, swap, or pay operation to confirm sufficient funds exist.