Agent Skills for Inlets — cloud native tunnels for exposing local and private services to the Internet.
| Skill | Description |
|---|---|
| use-inlets-cloud | Creates and manages inlets cloud tunnels (HTTP and ingress) using the inlets-pro cloud CLI. |
| use-inletsctl | Creates and manages inlets tunnel exit-servers on cloud VMs using inletsctl. |
npx skills add inlets/agent-skillsThis installs the skill into whichever AI coding agents you have (Claude Code, Amp, Cursor, Codex, Gemini CLI, etc.).
Clone and copy the skills into your agent's skills directory:
git clone https://github.com/inlets/agent-skills.git
cp -r agent-skills/skills/* .claude/skills/ # Claude Code
cp -r agent-skills/skills/* .agents/skills/ # Amp / Codex
cp -r agent-skills/skills/* .cursor/skills/ # CursorMIT — see LICENSE.