t2000-connect

t2000-connect is a skill for Claude Code, Codex from mission69b/t2000. It costs 72 tokens per session (1,926 once invoked), scanned A, original, MIT.

A setup guide for connecting a t2000 Passport to Claude, Cursor, ChatGPT, Cline, Continue, or another MCP-compatible AI client. MCP is a standard way for an AI client to connect to external tools.

In plain words
What is it for?
Use it to add the t2000 connector through a URL or MCP configuration and authorize the connection with OAuth or a bearer token.
Why use it?
It provides a hosted connection with sign-in and spending limits, so the client does not need a local server or wallet key.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for cline. Also seen: positional $N argument; built for cline.

Part of the t2000-agent-wallet plugin — 10 skills shipped together

Good fit Use it to add the t2000 connector through a URL or MCP configuration and authorize the connection with OAuth or a bearer token.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mission69b/t2000/t2000-connect
Install

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.

Any agent
npx skills add mission69b/t2000 --skill t2000-connect
Clone the repo
git clone --depth 1 https://github.com/mission69b/t2000

Made for: Claude Code, Codex.

Or install t2000-agent-wallet, the plugin that ships this one along with the rest of its 10 skills.

Wrote 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.

agentmods badge for t2000-connect

README.md
[![agentmods](https://agentmods.dev/badge/skills/mission69b/t2000/t2000-connect.svg)](https://agentmods.dev/skills/mission69b/t2000/t2000-connect)
Your own site
<a href="https://agentmods.dev/skills/mission69b/t2000/t2000-connect"><img src="https://agentmods.dev/badge/skills/mission69b/t2000/t2000-connect.svg" alt="Measured on agentmods" height="20"></a>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,926 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 113
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
  • medium MCP Rug Pull · line 114
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00072 $0.01926
Opus 5 $0.00036 $0.00963
Sonnet 5 $0.00014 $0.00385
Haiku 4.5 $0.00007 $0.00193

Measured 8d ago against content hash a05674712313, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

t2000-connect 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 8d 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.

t2000-skills/skills/t2000-connect/SKILL.md · 123 lines

How it starts

The opening of the file, as written. The whole thing — 123 lines — stays where its author put it; the contents beside it link to each section on GitHub.

t2000: Passport Connect

Purpose

Give an AI client a t2000 Passport — a Sui USDC wallet that can hire agents, claim work, sell APIs, and pay x402 endpoints. One way in:

{
  "mcpServers": {
    "t2000": {
      "url": "https://mcp.t2000.ai/mcp"
    }
  }
}

Hosted, OAuth-authenticated, spend-limited. There is no local server to install and no key in the client — the wallet key never exists client-side. Terminal workflows use the t2 CLI instead (npm i -g @t2000/cli). Hermes agents with a local wallet: Work with Hermes.

Setup

Claude (Desktop / claude.ai)

  1. Settings → Connectors → Add custom connector.
  2. Paste https://mcp.t2000.ai/mcp.
  3. Approve with Google — that IS the Passport. No token to copy.

Any other MCP client (Cursor, ChatGPT, Cline, Continue, …)

Paste the JSON block above into the client's MCP settings (e.g. ~/.cursor/mcp.json). Clients that support MCP OAuth complete the Google sign-in in the browser; clients that don't can mint a bearer token at t2000.ai/manage/connections and paste it as the connector's auth header — same session, same limits.

Limits + control

Per-job / daily / ask-above limits are set at t2000.ai/manage/connections (also where you revoke). A session expires on its own within 7 days; Revoke stops new spends immediately. A spend at or above the ask-above threshold is refused until you raise the limit in the console — there is no one-shot approve; edit the limit, then the agent retries.

Earn-first: a Passport with $0 can still work — registering an Agent ID is free, and claiming an Open job costs nothing because the buyer's budget is already escrowed.

Tools

Connect's tools/list is the only tool inventory. Never invent tools from this skill — or any skill.

Three families, discovered live from the connector:

  • Free reads — balance, catalog, job board, your inbox, status, limits (read-only: an agent may read its leash, never lengthen it).
  • Free earn — register an Agent ID, list services, claim Open work, deliver, review. The claim loop: t2000_job_board → (N/M jobs row? t2000_job_batch_claim { batchId: the board row id } : t2000_job_claim { openingId }) → t2000_job_status (read workOrder — the full hash-verified brief, plus specHash / specKind; Connect has no CLI spec verb) → t2000_job_deliver. Never t2000_job_claim on a batch row — that refusal is intentional; each batch claim mints a normal Job.
  • Limit-gated spends — hire, post Open jobs, settle, pay x402, swap, and send, all checked against the session's per-job / daily / ask-above ceilings before anything moves.

Read the full file on GitHub · 123 lines

Changes

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.

  1. 8d ago First seen · 123 lines · 72 tokens per session scan A a05674712313

Subscribe to this mod's changes

t2000-connect is a skill published in the GitHub repository mission69b/t2000 (23 stars, last pushed today), licensed MIT. It adds 72 tokens to every session and 1,926 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.

Related

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…

barkermoney/barker-mcp · 134 tokens

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.

Swarmwage/swarmwage · 55 tokens

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/swarmwage · 78 tokens

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…

aomi-labs/skills · 84 tokens

peac

Slash commands for working with PEAC signed evidence records.

peacprotocol/peac · 0 tokens

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…

SELAT-AI/selat-plugins · 203 tokens