skills/ddg-search/SKILL.md
Search the web. Use for general lookups, research, and finding information online.
npx skillsauth add shaunandrews/agent-skills ddg-searchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Search the web using DuckDuckGo's HTML interface. No API key required.
web_search is unavailable or limited# Basic search (returns JSON)
ddg-search "your query"
# Limit results
ddg-search "your query" -n 5
# Region-specific results
ddg-search "your query" -r uk-en
# Plain text output (easier to read)
ddg-search "your query" --text
# Safe search off (for unrestricted results)
ddg-search "your query" --safe off
| Flag | Default | Description |
|------|---------|-------------|
| -n, --count | 10 | Number of results to return |
| -r, --region | (none) | Region code (e.g., us-en, uk-en, de-de) |
| -s, --safe | moderate | Safe search: off, moderate, strict |
| -t, --text | false | Output plain text instead of JSON |
{
"query": "wordpress block development",
"results": [
{
"title": "Block Editor Handbook",
"url": "https://developer.wordpress.org/block-editor/",
"snippet": "Documentation for building blocks..."
}
],
"count": 1
}
--text)Query: wordpress block development
1. Block Editor Handbook
https://developer.wordpress.org/block-editor/
Documentation for building blocks...
Common region codes for -r flag:
us-en — United Statesuk-en — United Kingdomca-en — Canada (English)au-en — Australiade-de — Germanyfr-fr — Francees-es — Spainwt-wt — No region (worldwide)No results returned:
Error "HTTP 403":
development
Build accurate WordPress/Gutenberg UI mockups using pre-extracted design tokens, icons, and components. Use when prototyping WordPress admin interfaces or Site Editor concepts.
data-ai
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
development
Set up a new project with standard structure, git, README, CLAUDE.md, and dev server config. Use when starting a new project or bootstrapping a workspace for a new initiative.
tools
Manage Pressable WordPress hosting via API. Use when creating/cloning sites, managing backups, purging cache, updating PHP versions, managing plugins, checking site status, or any Pressable hosting operations.