Agent skill
Install an agent skill so your AI coding agent integrates AbsolutePay for you.
If you build with an AI coding agent (Claude Code, Cursor, …), install the AbsolutePay agent skill and your agent will scaffold the integration for you — via the SDKs or the signed REST API — with the guardrails already baked in: server-side keys, webhook verification on the raw body, idempotent payouts, and decimal-string amounts.
Install
npx skills add AbsolutePay/absolutepay-skillThis uses the skills CLI (GitHub is the registry; it
auto-detects Claude Code / Cursor / …). For the full install including the bundled reference files:
npx github:AbsolutePay/absolutepay-skillWhat it gives your agent
- Client setup for Node, Python, and Go — plus the signed REST scheme for any other language.
- The complete API surface: every endpoint mapped to its exact Node / Python / Go SDK call.
- Webhook verification, idempotency, pagination, and the money-safety rules, built into the guidance.
Then just ask
Prompt your agent — for example, “add AbsolutePay checkout to this app” or “wire an AbsolutePay payout with a webhook.” It picks up the skill and follows it.
Source + issues: github.com/AbsolutePay/absolutepay-skill.