Files
SlipItIn/.github/skills/agent-ready-cloudflare/x402/SKILL.md
Tim Krampitz 01046b01e4 Neue Skills, Referenzen & OpenWiki-Doku integriert
Umfangreiche Erweiterung der Skill-Bibliothek: Neue Skills für Humanisierung (Englisch/PT-BR), Design-Validierung, AI-SEO und Coolify-Deployment inkl. Regelwerke, Presets, Pattern-Referenzen, Testfälle und Automatisierungsskripte. Zusätzliche Skills für Revenue-Centric Design, Pier Cloud, OKF, Lebenslauf- und LinkedIn-Optimierung sowie zahlreiche Referenzdateien, Checklisten und YAML/JSON/Markdown-Templates. Einführung einer vollständigen OpenWiki-Dokumentation mit Architektur-, Domain- und Workflow-Beschreibungen, zentralem Index und automatisierten Updates. Modularer Aufbau, restriktive Lizenzen und umfassende Qualitäts- und Evaluationsmechanismen für alle neuen Inhalte.
2026-07-26 14:00:58 +02:00

764 B

name, description
name description
agent-ready-x402 Sub-skill de agent-ready-cloudflare: Implement x402 Payment Protocol

Implement x402 Payment Protocol

Support agent-native HTTP payments via the x402 protocol (docs, GitHub).

Requirements

  • Add x402 payment middleware to your API routes
  • Use @x402/express, @x402/hono, or @x402/next middleware
  • Configure a facilitator URL and wallet address
  • Protected routes return HTTP 402 with payment requirements that agents fulfill automatically

Validate

POST https://isitagentready.com/api/scan
Content-Type: application/json

{"url": "https://YOUR-SITE.com"}

Check that checks.commerce.x402.status is "pass".