AppotaPay Skills
AppotaPay Skills are folders of instructions, scripts, and reference material that let AI coding
agents discover and integrate the AppotaPay payment gateway the standard, correct way. Install once,
then ask your agent "integrate AppotaPay payments" — it follows the official flow: build the
X-APPOTAPAY-AUTH JWT, create a payment, verify the IPN/redirect signature, check status, and refund.
Skills follow the open Agent Skills standard, so they work across many agents: Claude Code, Cursor, Copilot, and 40+ others.
Everything is open source at github.com/AppotaPayInc/skills.
What are skills?
Each skill is a folder with a SKILL.md (a short description that lets the agent recognize when to use it),
plus a references/ folder (full field tables) and scripts/ (runnable helpers: build a JWT, verify an
IPN). The agent loads detail only when needed (progressive disclosure) and always reconciles against the
live docs before generating code, so it never works from stale data.