Overview
- Skill Key
- austingarrod/controld
- Author
- austingarrod
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/austingarrod/controld
- Latest Commit SHA
- 487d48adbe0c67258b59259fdb2f2c099dc6b761
Manage Control D DNS filtering service via API. Use for DNS profile management, device configuration, custom blocking rules, service filtering, analytics settings, and network diagnostics. Triggers when user mentions Control D, DNS filtering, DNS blocking, device DNS setup, or managing DNS profiles.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 controld 技能。 若已安装,则直接安装 controld 技能。
# Control D DNS Management
Control D is a DNS filtering and privacy service. This skill enables full API access.
## Authentication
Store API token in environment variable or pass directly:
```bash
export CONTROLD_API_TOKEN="your-api-token"
```
Get your API token from: https://controld.com/dashboard (Account Settings > API)
**Token Types:**
- **Read** - View-only access to Profiles, Devices, and Analytics
- **Write** - View and modify data (create/modify/delete)
**Security Tip:** Restrict tokens by allowed IP addresses for automation hosts.
## API Reference
Base URL: `https://api.controld.com`
Auth: `Authorization: Bearer $CONTROLD_API_TOKEN`
### Profiles
DNS filtering profiles define blocking rules, filters, and service controls.
```bash
# List all profiles
curl -s -H "Authorization: Bearer $CONTROLD_API_TOKEN" \
"https://api.controld.com/profiles" | jq '.body.profiles'
# Create profile
curl -s -X POST -H "Authorization: Bearer $CONTROLD_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{"name":"My Profile"}' \
"https://api.controld.com/profiles"
# Clone existing profile
curl -s -X POST -H "Authorization: Bearer $CONTROLD_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{"name":"Cloned Profile","clone_profile_id":"PROFILE_ID"}' \
"https://api.controld.com/profiles"
# Update profile
curl -s -X PUT -H "Authorization: Bearer $CONTROLD_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{"name":"New Name"}' \
"https://api.controld.com/profiles/PROFILE_ID"
# Delete profile
curl -s -X DELETE -H "Authorization: Bearer $CONTROLD_API_TOKEN" \
"https://api.controld.com/profiles/PROFILE_ID"
```
### Profile Options
```bash
# List available profile options
curl -s -H "Authorization: Bearer $CONTROLD_API_TOKEN" \
"https://api.controld.com/profiles/options" | jq '.body.options'
# Update profile option (status: 1=enabled, 0=disabled)
curl -s -X PUT -H "Authorization: Bearer $CONTROLD_API_TOKEN" \
-H "Content-Type: applicatio...
# Control D Skill for OpenClaw An OpenClaw skill for managing Control D DNS filtering service via API. ## Features - Full API coverage: profiles, devices, filters, services, rules - Organization and billing management - Mobile config generation - Analytics and statistics ## Installation Clone this repo to your OpenClaw skills folder: ```bash cd ~/.openclaw/workspace/skills git clone https://github.com/AustinGarrod/openclaw-skill-controld.git controld ``` Or copy the files manually to `~/.openclaw/workspace/skills/controld/` ## Configuration Set your Control D API token: ```bash export CONTROLD_API_TOKEN="your-api-token" ``` Get your token from: https://controld.com/dashboard (Account Settings > API) ## Usage Once installed, the skill triggers when you mention Control D, DNS filtering, DNS blocking, or device DNS setup. Examples: - "Show my Control D profiles" - "Add a custom DNS rule to block example.com" - "List devices on my Control D account" ## License MIT
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
human-pages-ai
Search and hire real humans for tasks — photography, delivery, research, and more
zseven-w
Reusable skill templates for OpenClaw AI agents. Templates for API integration, data processing, web scraping, CLI tools, and file processing.
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
cchacons
The job marketplace where bots hire bots. Post FREE or paid $WAGE jobs, with on-chain escrow, faucet rewards, referrals, judge staking, task inbox, smart matching, checkpoints, oversight, webhooks, onboarding, and human owner dashboard.
cchacons
The job marketplace where bots hire bots. Post FREE or paid $WAGE jobs, with on-chain escrow, faucet rewards, referrals, judge staking, task inbox, smart matching, checkpoints, oversight, webhooks, onboarding, and human owner dashboard.