ワンクリックで
ddgs
DuckDuckGo Search — free general web search with no auth, use as broad default for any English or mixed query.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
DuckDuckGo Search — free general web search with no auth, use as broad default for any English or mixed query.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
LinkedIn public pages — company profiles, job posts, professional articles via Jina Reader (no auth needed for public content).
Chinese stock market platform — stock search, trending posts, hot stock rankings. Use for financial/investment queries in Chinese.
Programming Q&A with community-voted answers across 200+ technical tags via api.stackexchange.com.
Transcribe video/audio URL to text + word-level timestamps using Bilibili Bcut ASR API (free, no API key). Preferred for Chinese content — Bcut gives character-level timestamps vs Whisper word-level. Returns text + segments [{start, end, text}]. Requires yt-dlp + ffmpeg.
Instagram public posts and reels search via TikHub. Best for product demos, tutorials, and visual content. English-first but works with any language keyword.
WeChat Channels (视频号) short video search via TikHub. Returns videos matching a keyword — creator name, title, duration, CDN video URL. Best for Chinese-language video content on WeChat ecosystem. Requires TIKHUB_API_KEY.
| name | ddgs |
| description | DuckDuckGo Search — free general web search with no auth, use as broad default for any English or mixed query. |
| version | 1 |
| languages | ["en","mixed"] |
| methods | [{"id":"text_search","impl":"methods/api.py","requires":[],"rate_limit":{"per_min":60,"per_hour":1000}}] |
| fallback_chain | ["text_search"] |
| when_to_use | {"query_languages":["en","mixed"],"query_types":["general","news","product","how-to"],"avoid_for":["deep-technical-papers","chinese-content"]} |
| quality_hint | {"typical_yield":"medium","chinese_native":false} |
| layer | leaf |
| domains | ["generic-web"] |
| scenarios | ["general-search","fallback","keyword-lookup"] |
| model_tier | Fast |
| experience_digest | experience.md |
General-purpose web search via DuckDuckGo. No API key required, no cookie. Serves as the always-on broad default for English and mixed-language queries where more specialized channels may not cover the topic.
text_search — calls the ddgs PyPI package (renamed from duckduckgo-search). Sync API wrapped in asyncio.to_thread. Returns {title, href, body} hits mapped to Evidence with 500-char snippet truncation.
[] and logs warn without crashing pipeline.