- ✓Actively maintained (<30d)
- ✓Topics declared
- ✓Documented (README)
- !No standard license detected
- !No description
- !Install pipes a remote script into a shell (curl | sh)
git clone https://github.com/genesiscode2026/genesis-agent-tools && cp genesis-agent-tools/*.md ~/.claude/agents/Subagents overview
# GENESIS Agent Tools
Pay-per-call AI-agent APIs on **Base USDC (x402 v2)**. No account, no API key, no
subscription. Every paid endpoint returns HTTP `402` with the payment challenge;
sign the quoted USDC amount to the canonical Exodus treasury and retry to receive
the premium result.
**Live origin:** `https://genesis-agent-tools.genesisagenttools.workers.dev`
## Release Guardian (primary)
**Pay-per-call x402 API that checks API/schema changes for breaking compatibility
before release.**
- **Endpoint:** `POST /api/flagships/release-guardian`
- **Input:** `{ "tier": "quick", "input": { "previous": …, "current": … } }`
- **Output:** `SAFE` / `RISKY` / `BREAKING` / `UNKNOWN` / `UNSUPPORTED`
- **Price:** Quick **$0.005** · Deep $0.019 (USDC)
- **Network:** Base (`eip155:8453`) · USDC · non-custodial (EIP-3009)
```bash
curl -sS -D - -X POST \
https://genesis-agent-tools.genesisagenttools.workers.dev/api/flagships/release-guardian \
-H 'content-type: application/json' \
-d '{"tier":"quick","input":{"previous":{"paths":{"/users":{},"/users/{id}":{}}},"current":{"paths":{"/users":{}}}}}'
# → HTTP 402 with a base64 PAYMENT-REQUIRED header; sign & retry to get SAFE/RISKY/BREAKING
```
Runnable CI examples (GitHub Actions, shell, JS): [`examples/release-guardian/`](examples/release-guardian).
### GitHub Action
```yaml
- uses: genesiscode2026/genesis-release-guardian@v1
with:
previous-spec: spec/openapi.baseline.json
current-spec: spec/openapi.json
mode: quick
fail-on: breaking
max-spend-usd: '0.01'
private-key: ${{ secrets.X402_PRIVATE_KEY }}
```
The action reads only the two spec files you supply, enforces a spending ceiling
against the live 402 challenge before signing, and never holds your key. Live demo:
[`genesiscode2026/release-guardian-demo`](https://github.com/genesiscode2026/release-guardian-demo).
### MCP
```bash
npx -y genesis-agent-mcp
```
A thin buyer-side MCP adapter exposes Release Guardian + Workflow Runner (and the
other flagships) as tools for Cline / Claude / Cursor. Buyer key via
`X402_PRIVATE_KEY` (never committed); per-call ceiling + session budget built in.
Config: [`mcp/README.md`](mcp/README.md).
## Other flagships
| Flagship | What it does (buyer intent) | Endpoint | Quick | Deep |
|---|---|---|---|---|
| **Workflow Runner** | Validate or run a bounded HTTP/JSON workflow with a deterministic trace. | `POST /api/flagships/workflow-runner` | 0.005 | 0.035 |
| **Asset Intelligence** | Verify a crypto asset's live multi-source price, freshness, and on-chain owner. | `POST /api/flagships/asset-intelligence` | 0.005 | 0.025 |
| **Research & Evidence** | Extract cited claims and contradictions from supplied URLs. | `POST /api/flagships/research-evidence` | 0.005 | 0.040 |
| **Agent Assurance** | Audit an agent or MCP server for readiness, observed risk, and evidence. | `POST /api/flagships/agent-assurance` | 0.005 | 0.029 |
All prices in **USDC**. All Quick ≤ $0.005 (Agent402 `execute`); all Deep ≤ $0.040
(`execute-plus`). Bounded workflow example: [`examples/workflow-runner/`](examples/workflow-runner).
## How do I pay? (x402 v2)
- Network: **Base** (`eip155:8453`)
- Asset: **USDC** (`0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`)
- Recipient: **Exodus treasury** `0xC6F86e170411182114FcCdb28793dC76B5e8D144` (non-custodial)
- Scheme: `exact` (EIP-3009), fallback facilitator: Dexter (Permit2)
An x402 client decodes the 402, signs the EIP-3009 USDC authorization, and retries
with the `PAYMENT-SIGNATURE` header. See `examples/` for runnable curl + JavaScript
(`@x402/fetch`) buyers — replace only the funded buyer key.
The Agent402 50-settlement gate affects Agent402 **auto-dispatch only**; direct
x402 buyers (these examples) can purchase without Agent402 routing.
## Machine discovery
- Agent402 index: registered origin `genesis-agent-tools.genesisagenttools.workers.dev`
(find it via `GET https://agent402.tools/api/route?q=<task>`)
- OpenAPI: `GET /openapi.json` · x402 manifest: `GET /.well-known/x402`
- Machine catalog: `GET /api/flagships` · `llms.txt`: `GET /llms.txt` · Health: `GET /health`
## Also available (secondary)
- **Source-code products** (55 saleable): API-contract detectors, agent-security SDKs,
quant-research suites, financial-visualization and privacy tooling — sold under a
non-exclusive GENESIS license. Catalog: `/catalog.json` · `/catalog.md`.
- **Compatibility APIs** (6 paid + 1 free): `POST /api/mcp-schema-drift`, `POST /api/openapi-breaking-change`,
`POST /api/sdk-compatibility`, `POST /api/compatibility-suite`, `POST /api/batch-compatibility-audit`,
`POST /api/release-readiness`, free `POST /api/preflight`.
- **NFT access tiers**: `GENESIS AGENTS — ORIGIN` (ERC-721) + `GENESIS PASSES` (ERC-1155). `GET /nft`.
## Security
No private keys or seed material in this repository. GENESIS never holds buyer
funds and never requests private keys. Report issues via GitHub Issues. See `SECURITY.md`.
## Privacy
The GitHub Action and MCP adapter transmit only the API/schema artifacts you
explicitly supply. Nothing else in your repository is read or uploaded; there is no
server-side repo cloning, no IP/geolocation persistence, and no analytics trackers.
Payment wallet addresses are necessarily public/on-chain.
## Contact
`chitara.trading@proton.me` — technical support, ownership verification, and security.
## License
Discovery/documentation only. Proprietary source is sold separately under a
non-exclusive GENESIS license.
What people ask about genesis-agent-tools
What is genesiscode2026/genesis-agent-tools?
+
genesiscode2026/genesis-agent-tools is subagents for the Claude AI ecosystem with 0 GitHub stars.
How do I install genesis-agent-tools?
+
You can install genesis-agent-tools by cloning the repository (https://github.com/genesiscode2026/genesis-agent-tools) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is genesiscode2026/genesis-agent-tools safe to use?
+
Our security agent has analyzed genesiscode2026/genesis-agent-tools and assigned a Trust Score of 52/100 (tier: OK). See the full breakdown of passed checks and flags on this page.
Who maintains genesiscode2026/genesis-agent-tools?
+
genesiscode2026/genesis-agent-tools is maintained by genesiscode2026. The last recorded GitHub activity is dated 2026-09-22, with 0 open issues.
Are there alternatives to genesis-agent-tools?
+
Yes. On ClaudeWave you can browse similar subagents at /categories/agents, sorted by popularity or recent activity.
Deploy genesis-agent-tools to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/genesiscode2026-genesis-agent-tools)<a href="https://claudewave.com/repo/genesiscode2026-genesis-agent-tools"><img src="https://claudewave.com/api/badge/genesiscode2026-genesis-agent-tools" alt="Featured on ClaudeWave: genesiscode2026/genesis-agent-tools" width="320" height="64" /></a>More Subagents
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
The agent that grows with you
Java 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.
The agent engineering platform.
Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.