一键导入
public-endpoint-ops
Expose, verify, diagnose, or remove public HTTP endpoints safely: DNS, nginx/reverse proxy, TLS, ports, health checks, and rollback notes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Expose, verify, diagnose, or remove public HTTP endpoints safely: DNS, nginx/reverse proxy, TLS, ports, health checks, and rollback notes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use, configure, theme, extend, and orchestrate Hermes Agent.
Delegate coding tasks to the Blackbox AI multi-model CLI.
Generate flat, minimal educational SVG visuals as HTML.
Plan and run multi-agent video production pipelines.
Create meme PNGs from templates with Pillow text overlay.
Modify or debug s6 services in the Hermes Docker image.
| name | public-endpoint-ops |
| description | Expose, verify, diagnose, or remove public HTTP endpoints safely: DNS, nginx/reverse proxy, TLS, ports, health checks, and rollback notes. |
| version | 1.0.0 |
| license | MIT |
| metadata | {"hermes":{"tags":["endpoint","nginx","tls","dns","deploy","devops","workshop"],"related_skills":["server-doctor","porkbun-api-dns"]}} |
Use this when a local service must become reachable through a public domain or when an existing public endpoint fails.
curl -fsS http://127.0.0.1:<port>/health || true
curl -I https://example.com
curl -fsS https://example.com/health || true
Public exposure is a real side effect. Confirm exact host, app, port, and desired visibility before changing DNS/nginx/firewall.