Skip to main content

What it is

The SKILL file is a Claude Code Skill — agent-readable prose that tells the agent when to reach for the Zapster CLI, how to authenticate, which commands to call for each scenario, and how to interpret errors. Once installed in the agent’s skill directory, the agent has it as permanent context — no prompt explaining the CLI is needed. Works with Claude Code (CLI or IDE), Codex CLI, and any agent that respects the ~/.claude/skills/<name>/SKILL.md convention.

How to install

1

Create the skill folder

2

Paste the content below into SKILL.md

Use the “Copy” button on the block further down and save it to ~/.claude/skills/zapsterapi-cli/SKILL.md.
3

Restart the agent or open a new chat

Skills load at startup. The next conversation, the agent already recognizes the Zapster CLI and follows the conventions below automatically.
Prerequisite: the CLI must be installed (npm i -g @zapsterapi/cli). The skill assumes Node.js 22+ and that the token is in ~/.zapsterapi/credentials (run zapsterapi auth login --token <token> before first use).

Skill content

Next steps