Available skills
Nayax skills are published in the nayax-ai GitHub repository. The following skills are available today:| 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, balances, transfers, and lookup. |
nayax-lynx-refunds | Refund workflow: request a refund, upload documentation, and approve or decline. |
nayax-lynx-reports | Dashboard widgets and per-machine reporting: status, statistics, last sales, and change logs. |
Prerequisites
Before you install a skill, you’ll need:- An AI coding agent that supports agent skills, such as Claude Code, Cursor,
or another tool compatible with the
SKILL.mdformat. - A Lynx user token, if you want your agent to run real API calls. See Security & Token for how to get one.
Install skills
Theskills CLI works with any compatible agent and is the simplest way to start. If you use Claude Code, you can install skills as a plugin instead, which keeps them updated automatically.
Skills work on their own. They don’t need the Nayax MCP server to be
connected, and the MCP server doesn’t need any skills installed.
- skills CLI (recommended)
- Claude Code
The Install every Nayax skill at once, with no prompts:Install specific skills by repeating the
skills CLI installs skills for Claude Code, Cursor, and other
compatible agents. Run it in your project folder.Choose what to install from an interactive list:--skill flag:What you can do with a skill
Once installed, your agent loads the skill automatically when your prompt touches its area. For example, withnayax-lynx-inventory you can ask:
Pair skills with the MCP server
Skills and the Nayax MCP server complement each other. A skill carries curated workflow knowledge for one API area, while the MCP server gives your agent live search access to the full developer portal. For the best results, connect your agent to the Nayax MCP server as well.Next steps
Inventory Workflow
See the four-step inventory workflow the skill helps you implement.
Security & Token
Get the Lynx user token your agent needs to call the API.