Agent skills for building integrations on the Nayax developer platform.
Each skill steers an AI coding agent (Claude Code and compatible tools) toward the correct endpoints, request shapes, and known pitfalls of a Nayax API area, so a developer integrating against the API gets accurate guidance instead of guesswork.
| Skill | What it covers |
|---|---|
nayax-lynx-inventory |
Lynx product inventory: product groups, products, machine mapping, and pick lists for restocking. |
nayax-lynx-prepaid-cards |
Prepaid and virtual cards: creation, credit and revalue, revalue transfer, balances, and lookup. |
nayax-lynx-refunds |
Refund workflow: request, upload documentation, approve or decline, plus the sandbox status-code quirks. |
nayax-lynx-reports |
Dashboard widgets and per-machine status, statistics, last sales, and change logs. |
Each skill's endpoints are verified against the Lynx sandbox before it is added here.
Using the skills CLI, add all skills from this repo:
npx skills add writechoiceorg/nayax-ai
Or add a single skill by name:
npx skills add writechoiceorg/nayax-ai --skill nayax-lynx-refunds
skills/<skill-name>/
SKILL.md # the router: routing table, critical rules, pitfalls
references/ # detailed reference files linked from SKILL.md
.claude-plugin/
marketplace.json # plugin marketplace manifest
MIT. See LICENSE.