Skip to content

bootnode/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Bootnode Skills

Agent Skills for integrating Bootnode blockchain APIs into AI-native workflows.

Skills

bootnode-api

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

agentic-gateway

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

Which skill should I use?

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

Installation

Open standard (works with any agent):

npx skills add bootnode/skills --yes

Hanzo Bot (installs to ~/.hanzo/skills/ and symlinks to all agents):

npx @hanzo/bot skills add bootnode/skills --yes

Skills 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)

Available on all platforms

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

Compatible with

Architecture

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.

Powered by

Hanzo AI - Enterprise AI infrastructure

Specification

Follows the Agent Skills spec.

License

MIT

About

Agent Skills for Bootnode blockchain APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors