بنقرة واحدة
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":