원클릭으로
ddg-search
Search the web. Use for general lookups, research, and finding information online.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Search the web. Use for general lookups, research, and finding information online.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
End-to-end design pipeline from brief to coded prototypes. Gathers visual references, builds design systems, and produces HTML/CSS mockups via parallel sub-agents. Supports multi-prompt projects.
Browse the web invisibly using a headless Chromium in Docker. Take screenshots, extract content, and generate PDFs without interrupting the user's screen.
Create, edit, and publish blog posts with consistent voice and style. Helps build and maintain a style guide, write drafts, edit for quality, optimize SEO, and fact-check claims before publishing.
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.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Build accurate WordPress/Gutenberg UI mockups using pre-extracted design tokens, icons, and components. Use when prototyping WordPress admin interfaces or Site Editor concepts.
| name | ddg-search |
| description | Search the web. Use for general lookups, research, and finding information online. |
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":