# NxVET Skills

> Ready-made, agent-neutral recipes for building integrations on top of the NxVET API
> (https://app.nx.vet). Each skill is a folder of plain Markdown (`SKILL.md`) plus small,
> dependency-free helper scripts and reference notes. Point any capable coding agent —
> Claude Code, Codex, Cursor, or any LLM — at a skill's `SKILL.md` and tell it to implement
> the recipe. The NxVET MCP server (https://mcp.nx.vet/mcp) can be added so the agent calls
> the API as tools; see https://api.nx.vet/mcp.html.
>
> Fetch a skill's files directly from the URLs below. This index is stable; new skills are
> appended over time.

## Skills

- [voice-notes-to-reminders](https://api.nx.vet/skills/voice-notes-to-reminders/SKILL.md): Turn NxVET voice notes / button recordings into LOCAL reminders, calendar events (.ics), and a daily triage note — entirely on the operator's own machine, no send paths. Privacy-preserving: NxVET only ever sees the voice note; everything the tool does with it stays local. Works for any org with an API key.
    - Bundle (zip): https://api.nx.vet/skills/voice-notes-to-reminders.zip
    - Install notes (per agent): https://api.nx.vet/skills/voice-notes-to-reminders/INSTALL.md
    - Reference — API: https://api.nx.vet/skills/voice-notes-to-reminders/reference/nxvet-api.md
    - Reference — security & privacy: https://api.nx.vet/skills/voice-notes-to-reminders/reference/security.md
    - Reference — caching & state: https://api.nx.vet/skills/voice-notes-to-reminders/reference/caching-and-state.md
    - Reference — good practices: https://api.nx.vet/skills/voice-notes-to-reminders/reference/good-practices.md
    - Script — poller: https://api.nx.vet/skills/voice-notes-to-reminders/scripts/nxvet_poll.py
    - Script — .ics generator: https://api.nx.vet/skills/voice-notes-to-reminders/scripts/make_ics.py

- [clinic-activity-report](https://api.nx.vet/skills/clinic-activity-report/SKILL.md): A weekly plain-English CLINIC ACTIVITY REPORT for a veterinary clinic owner/manager — total recordings and week-over-week trend, a breakdown by device and by day/hour, and a health check (silent devices, out-of-date firmware, failing webhooks). Read-only and local; nothing is sent or changed.
    - Bundle (zip): https://api.nx.vet/skills/clinic-activity-report.zip
    - Install notes (per agent): https://api.nx.vet/skills/clinic-activity-report/INSTALL.md
    - Reference — API: https://api.nx.vet/skills/clinic-activity-report/reference/nxvet-api.md
    - Reference — security & privacy: https://api.nx.vet/skills/clinic-activity-report/reference/security.md
    - Script — collector: https://api.nx.vet/skills/clinic-activity-report/scripts/collect_stats.py
    - Script — report writer: https://api.nx.vet/skills/clinic-activity-report/scripts/write_report.py

## Claude Code plugin

The skills in this marketplace are also installable as Claude Code plugins:

    /plugin marketplace add nervextech/nxvet-skills
    /plugin install voice-notes-to-reminders@nxvet

Then invoke by name, e.g. `/voice-notes-to-reminders:voice-notes-to-reminders`.

## See also

- [Quick Start (human)](https://api.nx.vet/skills.html#quick-start): install Claude Code, download a skill, let the agent build the app
- [Skills gallery (human)](https://api.nx.vet/skills.html): browse and download the skills
- [API reference for AI agents](https://api.nx.vet/llms-full.txt): full endpoint reference
- [MCP Server](https://api.nx.vet/mcp.html): hosted Model Context Protocol endpoint (22 tools)
