Skip to main content

Agent Skill

We publish an Agent Skill that lets Claude Code, Cursor, Codex, Google Antigravity, and any other Agent Skills–compatible agent call the Snorbe API directly. The skill ships as a SKILL.md-compliant package, so every supported client can load it as-is.

Installation

This installs the skill to ~/.claude/skills/snorbe-api/. Restart your agent (Claude Code, Cursor, Codex, Google Antigravity, etc.) and the skill is auto-detected.
To install only a specific skill, use --skill:

What’s in the skill

snorbe-api

A skill for calling the Snorbe REST API, documented from these angles:

Authentication

After installing, set your API key as an environment variable:
Create an API key on the Snorbe dashboard API Keys page (shown once — keep it safe).

Usage

Just ask your agent (Claude Code, Cursor, Codex, Google Antigravity, etc.) in natural language, and the skill takes over the API calls:
The skill handles endpoint selection, prompt design, SSE reception, error handling, and result parsing.

Update and uninstall

Source code

The skill source is public on GitHub. File issues or PRs:

deskrexai/snorbe

Snorbe Agent Skills repository

See also