Use with AI
Supported Agents
The OtterKit skill works with any AI coding agent that supports the Agent Skills standard:
| Agent | Skill Install | Notes |
|---|---|---|
| Claude Code | npx skills add useotterkit/skill -g | Full support including hooks |
| Cursor | npx skills add useotterkit/skill -g | Full support |
| GitHub Copilot | npx skills add useotterkit/skill -g | Full support |
| Cline | npx skills add useotterkit/skill -g | Full support including hooks |
| Codex | npx skills add useotterkit/skill -g | Full support |
| Windsurf | npx skills add useotterkit/skill -g | Full support |
| Any agent | Read llms-full.txt | Via llms.txt if skills not supported |
For agents that don't support the skills standard, you can point them to the llms-full.txt file directly. Most modern AI agents can read and follow the instructions in it.
You can also give an agent the direct setup command:
claude -p "Read https://www.otterkit.com/llms-full.txt and set up otterkit tunnels"