Menu

Explorer & Settings

Tempo Explorer Submit Project
Back to all projects

paynode-ai-skills

by PayNodeLabs · Updated 3 months ago

Official AI agent tools for the PayNode x402 protocol. Equip your agents with stateless, resource-based USDC micro-payment capabilities.

In the AI payments ecosystem

paynode-ai-skills is an early-stage TypeScript project in the AI payments / x402 ecosystem, focused on ai-agents, base-network, bun, eip-2612. It currently has 0 GitHub stars and 0 forks, and sits alongside related tools like internet-court-skill, awesome-molt-ecosystem, LinkGate, agentpayy-platform, x402-payment-gateway, payclaw.

README.md View on GitHub →

PayNode AI Skills

Collect and manage standardized AI skills for the PayNode ecosystem. These skills are designed for seamless integration into AI agents, supporting automated USDC transactions and resource-based billing on the Base L2 network.

Navigation

Skill Name Description
💳 payment-402 Access protected resources via the x402 protocol on Base (automated micro-payments, balance checks).

General Skill Specification

Each skill folder follows a standardized structure and MUST strictly adhere to the ClawHub Skill Format:

  • SKILL.md: The core definition and instruction file. Must include valid YAML frontmatter (name, description, version, and metadata.openclaw for env/bins).
  • scripts/: TypeScript source code for specific procedures.
  • package.json: Dependency management.

All SKILL.md files must declare their required environment variables (e.g., CLIENT_PRIVATE_KEY) in the frontmatter to pass security and runtime validation.

Getting Started

Skills are written in TypeScript and designed to run with Bun.

# Enter a skill directory
cd payment-402

# Install dependencies
bun install

License

MIT

All Base projects →