Use with AI

Agent Skill

OtterKit provides an Agent Skill that teaches AI coding agents how to use the OtterKit CLI. When installed, agents automatically know when and how to create tunnels for you.

Install the skill

bash
npx skills add useotterkit/skill -g

The -g flag installs globally so the skill is available across all your projects. It works with any agent that supports the Agent Skills standard. View the skill source on GitHub.

What the skill teaches agents

Once installed, your AI agent will automatically use OtterKit when you ask it to:

  • "Expose my local server to the internet"
  • "Create a public URL for port 3000"
  • "I need a webhook endpoint for testing"
  • "Share my localhost with a teammate"
  • "Set up a tunnel that runs in the background"

The skill includes the full command reference, pricing, daemon mode options, and troubleshooting steps so the agent can handle everything autonomously.