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/kychee-com/run402/openclawnpx skills add kychee-com/run402 --skill openclawgit clone --depth 1 https://github.com/kychee-com/run402What 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 | $0.00040 | $0.25803 |
| Opus 5 | $0.00020 | $0.12901 |
| Sonnet 5 | $0.00008 | $0.05161 |
| Haiku 4.5 | $0.00004 | $0.02580 |
Grade B, and why
run402 scanned grade B with 2 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 2d 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.
Sends data to an external URLmediumData exfiltration
A POST to an outside endpoint may be telemetry or may be exfiltration; either way the mod talks to somewhere, and you should know where.
const res = await fetch("https://api.run402.com/functions/v1/my-fn", { method: "POST", Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
A SPA site ships `index.html` as the shell serving every unmatched route (match `spa_fallback`), so by default `GET /` serves the shell too. To serve a real static home page at `/` — real bytes under curl and without Jav How it starts
The opening of the file, as written. The whole thing — 1,427 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Run402 — Postgres, storage & deploys for AI agents
Run402 gives an agent a real Postgres database with REST API and user auth, content-addressed CDN storage, static site hosting, Node 22 serverless functions, email, image generation, and KMS-backed on-chain signing. One command provisions; payment happens automatically with x402 USDC on Base. Prototype tier is free on testnet — no real money or human signup for the routine cold-start path.
Run402 is agent-first because agents are first-class participants, not because people disappear. Act through your own Run402 principal and authenticator; do not borrow a human login, shared cloud account, or another agent's credential. Identity records who acted. Memberships, roles, grants, delegates, freshness, and spend policy determine what you may do. A founder agent may legitimately own its org-of-one; an agent entering somebody else's organization uses bounded authority.
Every example below is a CLI command. The CLI prints JSON to stdout, JSON errors to stderr, and exits 0 on success / 1 on failure — designed for shells, scripts, and agent loops.
30-second start
run402 up --name my-app -y # bootstrap/link/deploy run402.json, run402.deploy.json, or app.json
run402 up verify # rerun app HTTP verification without deploying
run402 up --verify # deploy, then wait for gateway/edge release coherence
run402 subdomains claim my-app # → https://my-app.run402.com
That's a real Postgres database + a deployed static site, paid for autonomously with testnet USDC.
run402 up is the CLI path for local repos with a deploy manifest. It classifies app-shaped run402.json through the app-install graph and release-shaped run402.json through the same ReleaseSpec normalizer as deploy apply; malformed app manifests return APP_SPEC_INVALID instead of an internal JavaScript exception. It validates the manifest first, then recursively performs only missing prerequisites through the SDK action runner. Project resolution is --project, .run402/project.json, manifest project_id, approved creation from --name, then approved active-project fallback. --dry-run prints planned steps[] without mutating. If an app manifest defines verify.http[], up reports fresh edge sentinel misses as propagation_pending while the host binding converges; tune with --propagation-budget-s, use --no-propagation-wait to return immediately, and run run402 up verify to rerun checks without upload, deploy, project creation, or resource mutation. Add --verify to a real deploy when you need edge_coherence evidence in the final JSON; a valid non-coherent report exits 2.
What ships with it
60 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.
- README.md 5.7 KB
- scripts/admin.mjs 47 B runs code
- scripts/agent.mjs 47 B runs code
- scripts/ai.mjs 44 B runs code
- scripts/allowance.mjs 51 B runs code
- scripts/apps.mjs 46 B runs code
- scripts/archives.mjs 50 B runs code
- scripts/assets.mjs 48 B runs code
- scripts/auth.mjs 46 B runs code
- scripts/billing.mjs 49 B runs code
- scripts/branches.mjs 50 B runs code
- scripts/buzz.mjs 46 B runs code
- scripts/cache.mjs 47 B runs code
- scripts/cdn.mjs 45 B runs code
- scripts/ci.mjs 44 B runs code
- scripts/claims.mjs 48 B runs code
- scripts/cloud.mjs 47 B runs code
- scripts/config.mjs 369 B runs code
- scripts/contacts.mjs 50 B runs code
- scripts/contracts.mjs 51 B runs code
- scripts/core.mjs 46 B runs code
- scripts/credentials.mjs 53 B runs code
- scripts/delegates.mjs 51 B runs code
- scripts/deliveries.mjs 52 B runs code
- scripts/deploy.mjs 48 B runs code
- scripts/dev.mjs 99 B runs code
- scripts/doctor.mjs 102 B runs code
- scripts/domains.mjs 49 B runs code
- scripts/email.mjs 47 B runs code
- scripts/errors.mjs 48 B runs code
- scripts/escalations.mjs 53 B runs code
- scripts/events.mjs 48 B runs code
- scripts/feedback.mjs 50 B runs code
- scripts/functions.mjs 51 B runs code
- scripts/gitvault.mjs 50 B runs code
- scripts/grants.mjs 48 B runs code
- scripts/identity.mjs 50 B runs code
- scripts/image.mjs 47 B runs code
- scripts/init.mjs 100 B runs code
- scripts/jobs.mjs 46 B runs code
- scripts/logs.mjs 100 B runs code
- scripts/messages.mjs 50 B runs code
- scripts/operator.mjs 50 B runs code
- scripts/org.mjs 45 B runs code
- scripts/package-lock.json 21 KB
- scripts/package.json 346 B
- scripts/pay.mjs 45 B runs code
- scripts/projects.mjs 50 B runs code
- scripts/redeem.mjs 48 B runs code
- scripts/repos.mjs 47 B runs code
- scripts/rooms.mjs 47 B runs code
- scripts/secrets.mjs 49 B runs code
- scripts/service.mjs 49 B runs code
- scripts/sites.mjs 47 B runs code
- scripts/snapshots.mjs 51 B runs code
- scripts/source-access.mjs 55 B runs code
- scripts/status.mjs 48 B runs code
- scripts/subdomains.mjs 52 B runs code
- scripts/subscriptions.mjs 55 B runs code
- scripts/tier.mjs 46 B runs code
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.
- 2d ago First seen · 1,427 lines · 40 tokens per session scan B 034bda5b9ab4
run402 is a skill published in the GitHub repository kychee-com/run402 (24 stars, last pushed 3d ago), licensed MIT. It adds 40 tokens to every session and 25,803 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 2 findings (sends data to an external url, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
agentpay
Use this skill when the user wants to monetize an MCP server, accept payments from AI agents, set up x402 micropayments on Solana, work with the agentpay TypeScript stack, or build "agent pays for tools" flows. Triggers include phrases like "monetize my tool", "paid MCP server", "agent payments", "x402", "agentpay"…
earn-hunter
Automatically monitors OKX Flash Earn, Fixed Earn and Flexible Earn opportunities, sends push notifications, and guides subscription. 自动监控 OKX 闪赚、定期和活期赚币机会,推送通知并引导申购。Use when user says: 有闪赚通知我, 监控赚币, monitor earn, notify me about earn, 定时检查理财, 执行 earn-hunter 扫描, earn-hunter scan, 活期年化高了通知我, 监控活期.
okx-sentiment-tracker
Use this skill when the user asks about: 'any crypto news', 'latest news', 'market update', 'daily briefing', 'BTC news', 'ETH news', 'news on SOL', 'search SEC ETF', 'regulation news', 'Bitcoin halving', 'is BTC bullish or bearish', 'coin sentiment', 'sentiment trend', 'trending coins', 'top bullish coins', 'bearish…
okx-cex-earn
Manages OKX Simple Earn (flexible savings/lending), Flash Earn, On-chain Earn (staking/DeFi), Dual Investment (DCD/双币赢), and AutoEarn (自动赚币) via the okx CLI. Use this skill whenever the user wants to check earn balances, browse flash-earn projects, subscribe or redeem earn products, view or set lending rates, monitor…
rustchain-mcp
This skill allows Claude Code to interact with the RustChain blockchain, monitor the network, and hunt for bounties.
algorand-interaction
Interact with Algorand blockchain via the Algorand MCP server — wallet operations, ALGO/ASA transactions, smart contracts, account info, NFD lookups, atomic groups, Tinyman swaps, Haystack Router best-price swaps, Alpha Arcade prediction markets, Pera asset verification, TEAL compilation, knowledge base. Use when user…