·caddy

Manage local development proxies using Caddy server's Admin API. Use when users need to allocate localhost ports, create reverse proxies for local dev servers, track which ports are in use across Claude Code sessions, or access apps via friendly URLs like myapp.localhost. Triggers on "set up a proxy", "allocate a port", "what's running on localhost", "register my app", or any Caddy configuration task.

18Installs·1Trend·@muninn-huginn

Installation

$npx skills add https://github.com/muninn-huginn/caddy-skill --skill caddy

How to Install caddy

Quickly install caddy AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/muninn-huginn/caddy-skill --skill caddy
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: muninn-huginn/caddy-skill.

SKILL.md

View raw

Manage local development reverse proxies via Caddy's Admin API at localhost:2019.

| Check status | curl -sf http://localhost:2019/config/ | | List routes | curl -sf http://localhost:2019/config/apps/http/servers/localproxies/routes | | Add route | POST /config/apps/http/servers/localproxies/routes | | Delete route | DELETE /id/proxy |

If fails: "Caddy not running. Install: brew install caddy, Start: caddy start"

Manage local development proxies using Caddy server's Admin API. Use when users need to allocate localhost ports, create reverse proxies for local dev servers, track which ports are in use across Claude Code sessions, or access apps via friendly URLs like myapp.localhost. Triggers on "set up a proxy", "allocate a port", "what's running on localhost", "register my app", or any Caddy configuration task. Source: muninn-huginn/caddy-skill.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/muninn-huginn/caddy-skill --skill caddy
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from muninn-huginn/caddy-skill

Quick answers

What is caddy?

Manage local development proxies using Caddy server's Admin API. Use when users need to allocate localhost ports, create reverse proxies for local dev servers, track which ports are in use across Claude Code sessions, or access apps via friendly URLs like myapp.localhost. Triggers on "set up a proxy", "allocate a port", "what's running on localhost", "register my app", or any Caddy configuration task. Source: muninn-huginn/caddy-skill.

How do I install caddy?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/muninn-huginn/caddy-skill --skill caddy Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/muninn-huginn/caddy-skill

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-22

Related Skills

None