Agent Skills for integrating Bootnode blockchain APIs into AI-native workflows.
Use the traditional API-key approach for full-featured access to 100+ chains.
- Auth: API key in header (
X-API-Key) or URL path - Setup: Create free key at bootno.de/dashboard
- Entry point:
skills/bootnode-api/SKILL.md
Keyless access via SIWE authentication + x402 USDC micropayments. No account needed.
- Auth: SIWE token + x402 USDC payment per request
- Setup: Generate wallet, fund with USDC on Base
- Entry point:
skills/agentic-gateway/SKILL.md
| Scenario | Skill |
|---|---|
| I have a Bootnode API key | bootnode-api |
| I want keyless access with USDC | agentic-gateway |
| Building a server-side app | bootnode-api |
| Building an autonomous agent | agentic-gateway |
| Need webhooks or websockets | bootnode-api |
| Need pay-per-request billing | agentic-gateway |
Open standard (works with any agent):
npx skills add bootnode/skills --yesHanzo Bot (installs to ~/.hanzo/skills/ and symlinks to all agents):
npx @hanzo/bot skills add bootnode/skills --yesSkills are installed to ~/.hanzo/skills/bootnode-skills/ and automatically symlinked to:
~/.claude/skills/(Claude Code)~/.agents/skills/(Codex, Openclaw)~/.cursor/skills/(Cursor)~/.hanzo/bot/skills/(Hanzo Bot)
These skills work on any Bootnode-powered platform:
| Platform | Domain | Install |
|---|---|---|
| Bootnode | bootno.de | npx skills add bootnode/skills |
| Hanzo Web3 | web3.hanzo.ai | npx skills add hanzoai/skills |
| Lux Cloud | cloud.lux.network | npx skills add luxfi/skills |
| Zoo Labs | web3.zoo.ngo | npx skills add zooai/skills |
| Pars Cloud | cloud.pars.network | npx skills add parsnetwork/skills |
- Hanzo Bot (
npx @hanzo/bot) - Claude Code
- Codex
- Cursor
- Openclaw
- Any agent supporting the Agent Skills spec
See HIP-009: Unified Agent Skills Architecture for the full design rationale.
~/.hanzo/skills/ is the canonical source of truth. All agents see the same skills via symlinks.
Hanzo AI - Enterprise AI infrastructure
Follows the Agent Skills spec.
MIT