Skip to content

writechoiceorg/nayax-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nayax AI

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.

Available skills

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.

Install

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

Repository layout

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

License

MIT. See LICENSE.

About

Installable agent skills that guide AI coding agents through Nayax integrations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors