Pihole
Skill msageha/skills/pihole
Claude Code / Codex / Antigravity 用の Agent Skills 集
npx -y skills add msageha/skills --skill piholeAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Pi-hole DNS sinkhole management. Use when: user asks about ad blocking status, DNS queries, blocked domains, allowlists/denylists, network devices, or DHCP leases. Controls the local Pi-hole v6 instance via REST API.
SKILL.md
2.4 KB, 408 tokens by cl100k_base, as published. Nobody here has run it
Pi-hole
Base URL: https://pihole.msageha.net/api (Pi-hole v6 REST API). Requests to
this instance don't need any authentication header/cookie.
Key facts
- Session-based SID auth exists for password-protected instances (
POST /auth, header/query/cookiesid) but isn't needed for this instance. - When disabling blocking, always pass a
timer(seconds) unless the user explicitly wants it disabled indefinitely — warn them either way. - Confirm with the user before modifying allow/deny lists, adding adlists, or running a gravity update (gravity update can take a while).
Core operations
| Task | Endpoint |
|---|---|
| Status summary | GET /stats/summary |
| Blocking on/off | GET/POST /dns/blocking |
| Recent / top blocked domains | GET /stats/recent_blocked, GET /stats/top_domains |
| Query log | GET /queries |
| Search a domain | GET /search/{domain} |
| Allow / deny a domain | POST /domains/{type}/{kind} |
| List / remove domains | GET /domains, DELETE /domains/{type}/{kind}/{domain} |
| Network devices | GET /network/devices |
| DHCP leases | GET /dhcp/leases |
| Adlists | GET/POST /lists |
| Update gravity / restart DNS | POST /action/gravity, POST /action/restartdns |
| Version / system info | GET /info/version, GET /info/system |
Full request/response schemas and ready-to-run curl examples: see references/api-reference.md and references/commands.md.
What ships with it: 2 files
20.8 KB alongside SKILL.md
references/
- api-reference.md16.1 KB
- commands.md4.7 KB