agentsclimarketplace

Pihole

Skill msageha/skills/pihole

Claude Code / Codex / Antigravity 用の Agent Skills 集

Install
npx -y skills add msageha/skills --skill pihole

Assembled 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/cookie sid) 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

TaskEndpoint
Status summaryGET /stats/summary
Blocking on/offGET/POST /dns/blocking
Recent / top blocked domainsGET /stats/recent_blocked, GET /stats/top_domains
Query logGET /queries
Search a domainGET /search/{domain}
Allow / deny a domainPOST /domains/{type}/{kind}
List / remove domainsGET /domains, DELETE /domains/{type}/{kind}/{domain}
Network devicesGET /network/devices
DHCP leasesGET /dhcp/leases
AdlistsGET/POST /lists
Update gravity / restart DNSPOST /action/gravity, POST /action/restartdns
Version / system infoGET /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/

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.