/install adguard-home-manager
AdGuard Home
Manage AdGuard Home — the network-wide DNS server that blocks ads, trackers, and malware for your entire network.
Setup
- Install AdGuard Home on your VPS or home server
- Create a user for the agent: Settings → AdGuard Home → Users → Add User
- Get your base URL (e.g.
http://192.168.1.1:3000orhttps://your-vps.example.com) - Export env vars:
export ADGUARD_USERNAME=your_username
export ADGUARD_PASSWORD=your_password
export ADGUARD_BASE_URL=http://192.168.1.1:3000
Tools
status
Get overall AdGuard Home status — DNS status, filtering enabled, protection level.
adguard-home-status
stats
Get filtering statistics: total blocked, allowed, queries today, top blocked domains.
adguard-home-stats [period] # period: hour, day, week, month, year (default: day)
blocked_domains
Get the most frequently blocked domains.
adguard-home-blocked-domains [limit] # default: 20
add_rule
Add a custom DNS blocking rule.
adguard-home-add-rule "\x3Cdomain or rule>"
# Examples:
# adguard-home-add-rule "example.com" # block single domain
# adguard-home-add-rule "||example.com^" # AdGuard blocking syntax
# adguard-home-add-rule "@||example.com^" # allowlist exception
remove_rule
Remove a custom DNS rule by content.
adguard-home-remove-rule "\x3Crule>"
list_rules
List all custom DNS rewrite rules.
adguard-home-list-rules
query_log
Query the DNS query log — find what domains were resolved on the network.
adguard-home-query-log [domain_filter] [limit]
# Example: adguard-home-query-log "ads" 50
toggle_filtering
Enable or disable DNS filtering (ad blocking).
adguard-home-toggle-filtering true # or false
Notes
- AdGuard Home API:
https://github.com/AdguardTeam/AdGuardHome/wiki/Config#web-interface - Authentication uses HTTP Basic Auth with username:password
- Rate limiting: avoid querying the query_log with very large limits
- DNS rewrite rules can create custom DNS responses (A, AAAA, CNAME records)
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install adguard-home-manager - After installation, invoke the skill by name or use
/adguard-home-manager - Provide required inputs per the skill's parameter spec and get structured output
What is AdGuard Home Manager?
Manage AdGuard Home network-wide DNS ad blocking. Query blocklist stats, add/remove custom DNS rules, check filtering status, and view top blocked domains fr... It is an AI Agent Skill for Claude Code / OpenClaw, with 115 downloads so far.
How do I install AdGuard Home Manager?
Run "/install adguard-home-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is AdGuard Home Manager free?
Yes, AdGuard Home Manager is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does AdGuard Home Manager support?
AdGuard Home Manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created AdGuard Home Manager?
It is built and maintained by KRYZL19 (@kryzl19); the current version is v1.0.0.