AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Caddy

skill-ashish7802-awesome-api-skills-caddy · by ashish7802

A Claude skill from ashish7802/awesome-api-skills.

No reviews yet
0 installs
25 views
0.0% view→install

Install

$ agentstack add skill-ashish7802-awesome-api-skills-caddy

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-ashish7802-awesome-api-skills-caddy)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Caddy? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Caddy Skill

> The ultimate enterprise web server with automatic HTTPS.

Ecosystem Graph Preview

graph LR
  caddy["caddy"]:::core
  classDef core fill:#f9f,stroke:#333,stroke-width:4px;
  caddy -- "alternative to" --> nginx
  caddy -- "works well with" --> docker
  traefik -- "alternative to" --> caddy

Recommended Next Skills

  • [traefik](/skills/traefik) (Score: 0.99)

Why: Direct relationship, Both are Infrastructure, Shared ecosystem (devops), Can deploy to docker, Similar network profile, Logical next step

  • [nginx](/skills/nginx) (Score: 0.98)

Why: Direct relationship, Both are Infrastructure, Shared ecosystem (devops), Can deploy to docker, Similar network profile, Logical next step

  • [docker](/skills/docker) (Score: 0.87)

Why: Direct relationship, Both are Infrastructure, Shared ecosystem (devops), Similar network profile, Logical next step

Quick Start

Caddy is a modern Go-based web server that completely automates TLS certificate generation and renewal via Let's Encrypt.

caddy run

Production Patterns

Automatic HTTPS

Unlike NGINX where you must configure certbot and cron jobs manually, Caddy handles the entire ACME challenge, certificate generation, and auto-renewal internally without any configuration beyond defining your domain name.

Architecture & Scaling

Caddyfile

The configuration syntax is drastically simpler than NGINX. A fully functional reverse proxy with automatic HTTPS is literally two lines of code.

Error Recovery

If Caddy fails to start due to port binding errors, ensure port 80 and 443 are free. Caddy MUST bind to port 80 to complete the HTTP-01 Let's Encrypt challenge.

Security Notes

Caddy is memory-safe since it's written in Go, eliminating entire classes of buffer overflow vulnerabilities present in older C-based servers.

References

Why use this skill

Use this when your agent works with caddy — structured patterns beat pasted docs and prevent common hallucinations.

AI pitfalls

  • Hardcoding region or account IDs
  • Missing IAM least-privilege on cloud resources
  • Confusing similar service names (e.g. S3 vs CloudFront)

Production checklist

  • [ ] Secrets in environment variables, not source code
  • [ ] Error handling and logging in place
  • [ ] Rate limits and timeouts configured

Related skills

  • [nginx](../nginx/SKILL.md) — alternative to
  • [docker](../docker/SKILL.md) — works well with

> Last Verified: 2026-07-02

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.