Skip to Content
DocumentationReferenceSkills & Registries

Skills & Registries

Three skill registries built in. All use the open SKILL.md  standard.

Registries

RegistryFormatFocus
skills.sh owner/repoGeneral-purpose (91K+ skills)
bankr.bot bankr:skill-nameCrypto/DeFi (~31 skills)
Elsa x402 elsa:category21 pay-per-call DeFi endpoints

Search & Add

# Search across registries forge skills-search "trading" # Add to an existing agent forge skills-add elsa:trading --project ./my-agent forge skills-add bankr:bankr --project ./my-agent # Add at generation time forge generate-fast --name bot --idea "yield monitor" \ --skills elsa:portfolio elsa:trading bankr:bankr

Elsa x402 Endpoints

21 DeFi endpoints that accept USDC micropayments on Base:

forge elsa-list forge elsa-list --category perpetuals

Categories

CategoryEndpointsExamples
Portfolio4get-token-price, get-portfolio-balance
Trading5execute-swap, get-swap-quote
Staking3stake-token, get-staking-positions
Perpetuals4open-perp-position, close-perp-position
Airdrops3check-airdrop-eligibility
Gas2estimate-gas-cost

Auto-Mapping

Skills auto-map to forge capabilities with correct:

  • kind (read/write)
  • riskLevel (low/medium/high)
  • effectSemantics (none/external-state-change)
  • requiredApproval (true for side-effecting skills)
Last updated on