Skip to main content
If your team builds with an AI coding agent (Claude Code, Cursor, or any agent that loads a SKILL.md / rules file), you can hand it this skill so it knows the Recnote API end to end — endpoints, auth, payloads, debugging — and can scaffold a client or test calls without you re-explaining the API each time.

Install

Save the block below as .claude/skills/recnote-api/SKILL.md in your project (or paste it into your agent’s rules / context file). Then ask your agent things like “send consultation.wav to Recnote and show me the note” or “scaffold a Python client for the chunked flow”.

What the agent can then do

  • Generate a typed client (Node, Python, C#, …) for either flow.
  • Wire the chunked session loop to your recorder.
  • Map the note JSON onto your EHR fields.
  • Reproduce and explain failed calls (401, 502, …) against your key.
The skill contains no secrets — set your RECNOTE_API_KEY in the environment your agent runs in, never inside the skill file.