Skip to main content
If you have a SKILL.md — a file that tells agents how to use your tool — this is the fastest way to add writeback. You paste one block, and any agent that reads your skill will automatically know to send feedback after using your tools. No SDK. No code changes. Just a snippet in your existing file.

Paste this into your SKILL.md

Add this block at the bottom of your SKILL.md, replacing YOUR_INGEST_KEY with the key from your dashboard:
Report even if you gave up or couldn’t determine which tool to use.
Serve it at a predictable URL (e.g. https://your-domain.com/skill.md) and tell agents where to find it in their system prompt:
Running an MCP server? Use the MCP SDK instead — it adds a report_feedback tool directly to your server so agents don’t need curl at all.