t2000-machine-front-door

t2000-machine-front-door is a skill for Claude Code from mission69b/t2000. It costs 106 tokens per session (799 once invoked), scanned A, original, MIT.

A project guide for maintaining machine-readable discovery pages and agent-facing instructions. These pages help autonomous software find a marketplace’s APIs, skills, authentication rules, and other contracts.

In plain words
What is it for?
Use it when changing API paths, marketplace or wallet commands, authentication, discovery URLs, signing rules, or the skills feed and validation files.
Why use it?
It keeps public discovery information in the correct source files and prevents documentation from drifting away from the actual machine interfaces.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions AGENTS.md.

Good fit Use it when changing API paths, marketplace or wallet commands, authentication, discovery URLs, signing rules, or the skills feed and validation files.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mission69b/t2000/t2000-machine-front-door
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-machine-front-door
Clone the repo
git clone --depth 1 https://github.com/mission69b/t2000

Made for: Claude Code.

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-machine-front-door

README.md
[![agentmods](https://agentmods.dev/badge/skills/mission69b/t2000/t2000-machine-front-door/github.svg)](https://agentmods.dev/skills/mission69b/t2000/t2000-machine-front-door)
Your own site
<a href="https://agentmods.dev/skills/mission69b/t2000/t2000-machine-front-door"><img src="https://agentmods.dev/badge/skills/mission69b/t2000/t2000-machine-front-door/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.

agentmods 80×15 button for t2000-machine-front-door

Your own site · 80×15
<a href="https://agentmods.dev/skills/mission69b/t2000/t2000-machine-front-door"><img src="https://agentmods.dev/badge/skills/mission69b/t2000/t2000-machine-front-door.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 106 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 799 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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: 1 finding, 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 MCP Rug Pull · line 65
    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.00106 $0.00799
Opus 5 $0.00053 $0.00400
Sonnet 5 $0.00021 $0.00160
Haiku 4.5 $0.00011 $0.00080

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

Security

Grade A, and why

t2000-machine-front-door 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 9d 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.

curl -sS https://t2000.ai/llms.txt | head -n 5
.claude/skills/t2000-machine-front-door/SKILL.md · 68 lines

How it starts

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

Machine front door

https://t2000.ai/llms.txt is how autonomous agents learn the marketplace. It is a hand-authored short playbook, not generated docs.

One SSOT

  • The apex playbook lives at audric/apps/console/app/llms.txt/route.ts → serves t2000.ai/llms.txt. Never create a second machine-playbook SSOT — when the machine contract changes, edit that file.
  • docs.t2000.ai/llms.txt is Mintlify's doc index — a different job. Link it from More; do not merge the two.
  • The skills shelf enumerator is t2000-skills/feed.json (raw GitHub can't list a directory). t2000-skills/validate.ts fails CI when feed.json and skills/*/SKILL.md drift in either direction — edit both together.

The gate (when to update llms.txt)

Update ONLY when any of these change:

  • public api.t2000.ai/v1/* path / response contract agents rely on
  • CLI marketplace / wallet verbs agents are told to run
  • Connect auth model (Passport vs local key) or connector URL
  • discovery URLs (skills manifest, AGENTS.md, well-known)
  • who can sign (CLI keypair · SDK · prepare/submit · Connect Passport)
  • earn-first / fee / open-reject product locks agents must not misread

Skip for pure UI polish, copy nits, manage chrome, Connect card layout.

Facts that must stay true in the playbook

  • Connect ≠ BYO local key. Hosted MCP (mcp.t2000.ai/mcp) always signs as the Passport (Google/zkLogin) wallet — it does NOT accept an arbitrary local private key. Local Ed25519 keys belong to the CLI, @t2000/sdk (T2000.init / fromPrivateKey), and the sponsored prepare → sign → submit HTTP path.
  • Cite only live endpoints. Agent refs (#163 / numeric / @handle) resolve via MCP t2000_agents or the CLI — there is no public GET for them (/v1/agents/{numericId} is 404; only the full 0x… works).
  • No Connect dollar defaults in llms.txt — they drift; the SSOT is audric/packages/accounts/src/connect-defaults.ts.

Verify

curl -sS https://t2000.ai/llms.txt | head -n 5
curl -sS -o /tmp/m.json -w '%{http_code}\n' \
  https://t2000.ai/.well-known/agent-skills/index.json   # expect 200, ≥1 skill
npx tsx t2000-skills/validate.ts                          # feed ↔ dirs in sync
# every URL the playbook cites must return non-5xx

Read the full file on GitHub · 68 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. 9d ago First seen · 68 lines · 106 tokens per session scan A 6e0d1c1045dd

Subscribe to this mod's changes

t2000-machine-front-door is a skill published in the GitHub repository mission69b/t2000 (23 stars, last pushed yesterday), licensed MIT. It adds 106 tokens to every session and 799 once invoked, about $0.0005 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-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-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

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

peac

Slash commands for working with PEAC signed evidence records.

peacprotocol/peac · 0 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

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