skills/ddg-web-search/SKILL.md
Web search without an API key using DuckDuckGo Lite via web_fetch. Use as a fallback when web_search fails with missing_brave_api_key error, or whenever you need to search the web and no search API is configured. Provides titles, URLs, and snippets for research queries. Zero dependencies — works with just the built-in web_fetch tool.
npx skillsauth add Damon-GSY/claude-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 Lite's HTML interface, parsed via web_fetch. No API key or package install required.
web_fetch(url="https://lite.duckduckgo.com/lite/?q=QUERY", extractMode="text", maxChars=8000)
+ for spacesextractMode="text" (not markdown) for clean resultsmaxChars for more resultsAppend &kl=REGION for regional results:
au-en — Australiaus-en — United Statesuk-en — United Kingdomde-de — Germanyfr-fr — FranceFull list: https://duckduckgo.com/params
web_fetch(url="https://lite.duckduckgo.com/lite/?q=best+coffee+melbourne&kl=au-en", extractMode="text", maxChars=8000)
Results appear as numbered items with title, snippet, and URL. Skip entries marked "Sponsored link" (ads) — organic results follow.
web_fetch on those URLs to read full contentq=%22exact+phrase%22&df= reliably via fetch)content-media
PDF 文档解析与知识提取。将 PDF 转为纯文本,支持分页提取、摘要生成、 结构化整理,并可将内容持久化为 workspace 参考资料。 当用户发送 PDF 文件,或提到"解析PDF"、"提取内容"、"PDF转文字"时激活。
testing
财商训练工具顾问。基于《财商训练工具手册》24个模块。 当用户讨论个人理财、储蓄预算、投资理财、消费心理、财务规划、 保险保障、债务管理、财务自由等财务智商话题时激活。 也适用于"怎么理财"、"如何攒钱"、"该不该买"、"投资建议"、 "怎么规划财务"类问题。
testing
On-demand agent loader from The Agency (msitarzewski/agency-agents). Searches 184 specialized AI agents by context, loads relevant ones into ~/.claude/agents/.
tools
现代思维工具顾问。基于《现代思维工具词典》148个思维工具。 当用户需要分析问题、做决策、评估方案、批判性思考、理解复杂系统、 或需要思维框架辅助判断时激活。也适用于回答"怎么想"、"从什么角度看"类问题。