add SKILL.md

This commit is contained in:
2026-05-07 23:13:54 +03:30
parent 1e5deb18b3
commit 01e8711329
2 changed files with 216 additions and 1 deletions

View File

@@ -51,7 +51,11 @@ Then open:
http://127.0.0.1:8080/monitor
```
Load it from `nginx.conf`:
## Agent Skill
A reusable Codex skill for clients and agents is available at `skills/ngx-http-monitoring-client/SKILL.md`. It covers JSON, SSE, Prometheus, API token usage, and Nginx Basic Auth.
## Load it from `nginx.conf`:
```nginx
load_module modules/ngx_http_monitoring_module.so;