Skip to content

Latest commit

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

402skills

Payment skills for AI agents. Each skill under skills/ handles a specific payment protocol.

Available Skills

SkillProtocolDependencies
x402-paymentsx402 (HTTP 402 + stablecoin)bash, curl, jq, aws cli

Structure

skills/
└── x402-payments/ # x402 HTTP payment protocol
├── README.md # Agent-friendly docs
├── SKILL.md # OpenClaw skill trigger
├── x402-fetch.sh # Main tool
├── x402-status.sh # Status check
├── x402-renew.sh # Session renewal
└── scripts/ # Setup wizard

Adding a new skill

Create a directory under skills/ with at minimum:

  • README.md — what it does, how to use it
  • SKILL.md — when an agent should trigger it
  • One or more executable scripts

About

x402 HTTP payment skill for OpenClaw — pure bash/curl/jq

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages