Web search using DuckDuckGo Instant Answer API (no API key required). Use when you need to search the web for information, definitions, calculations, conversions, or quick facts. Also use when user mentions "search", "look up", "find information", "what is", "how to", or "google something". The skill provides instant answers, definitions, abstracts, and related topics without requiring external API credentials.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install web-search-instant或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install web-search-instant⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/web-search-instant/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: web-search description: Web search using DuckDuckGo Instant Answer API (no API key required). Use when you need to search the web for information, definitions, calculations, conversions, or quick facts. Also use when user mentions "search", "look up", "find information", "what is", "how to", or "google something". The skill provides instant answers, definitions, abstracts, and related topics without requiring external API credentials. ---
Free web search using DuckDuckGo's Instant Answer API. No API key required.
# Basic search
cd /home/hxx/clawd/tools && ./web-search.sh "your query"
# Examples
./web-search.sh "what is artificial intelligence"
./web-search.sh "python programming"
./web-search.sh "define recursion"
./web-search.sh "2+2"
-h, --help - Display help message with usage examples--format - Output format: text, markdown, plain (default: text) - text: Colored terminal output (default) - markdown: Clean markdown format (no ANSI colors) - plain: Plain text without colors
--no-color - Disable colored output (same as --format plain)--max-related - Control number of related topics to show (default: 5)--quiet - Minimal output mode (just results, no headers/footer)Use shell redirection to save results to file:
# Save to file
./web-search.sh "query" > output.txt
# With markdown format
./web-search.sh --format markdown "query" > results.md
# With no colors for logs
./web-search.sh --no-color "query" > search.log
The tool provides several result types:
- Terminal output: --format text (colored, default) - Documentation: --format markdown > file.md` - Logs/piping: --format plain or --no-color
sqrt(144))# Simple query
./web-search.sh "open source AI models"
# Wikipedia-style query
./web-search.sh "what is recursion"
# Clean markdown output
./web-search.sh --format markdown "python programming"
# Save to markdown file
./web-search.sh --format markdown "AI research" > research.md
# For logs or piping
./web-search.sh --format plain "search query"
# Disable colors explicitly
./web-search.sh --no-color "search query"
# Show fewer related topics
./web-search.sh --max-related 3 "machine learning"
# Show more related topics
./web-search.sh --max-related 10 "open source"
# Minimal output (just results)
./web-search.sh --quiet "what is 42 + 7"
# Markdown, no color, saved to file
./web-search.sh --format markdown --no-color "topic" > results.md
# Quiet with custom related count
./web-search.sh --quiet --max-related 2 "definition"
Tested and verified to work:
2+2, 10% of 500100 miles to kmwhat is artificial intelligencewhat is python, how to install dockerwho is Elon Muskspeed of lightweather in TokyoSee test-outputs.md for detailed test results.
Try rephasing your query or using the provided DuckDuckGo URL for full search.
Check internet connection. Tool requires network access.
Some abstracts display garbled characters. This is a known issue with basic parsing (install jq for better results).
The tool works without jq using basic text extraction, but installing jq improves JSON parsing:
# Ubuntu/Debian
sudo apt-get install jq
# macOS
brew install jq
# Via package managers
npm install -g jq
Use --format plain or --no-color to disable colors.
Clean markdown with:
## headers for sectionsbold for emphasis- bullet listsitalics for metadata[links]() for URLsNo ANSI codes or markdown formatting - suitable for logs and piping.
curl or wget (for HTTP requests)jq (for better JSON parsing)安装 Web Search Instant 后,可以对 AI 说这些话来触发它
Help me get started with Web Search Instant
Explains what Web Search Instant does, walks through the setup, and runs a quick demo based on your current project
Use Web Search Instant to web search using DuckDuckGo Instant Answer API (no API key required)
Invokes Web Search Instant with the right parameters and returns the result directly in the conversation
What can I do with Web Search Instant in my data & analytics workflow?
Lists the top use cases for Web Search Instant, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/web-search-instant/ 目录(个人级,所有项目可用),或 .claude/skills/web-search-instant/(项目级)。重启 AI 客户端后,用 /web-search-instant 主动调用,或让 AI 根据上下文自动发现并使用。
Web Search Instant 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Web Search Instant 可免费安装使用。请查阅仓库了解许可证信息。
Web search using DuckDuckGo Instant Answer API (no API key required). Use when you need to search the web for information, definitions, calculations, conversions, or quick facts. Also use when user mentions "search", "look up", "find information", "what is", "how to", or "google something". The skill provides instant answers, definitions, abstracts, and related topics without requiring external API credentials.
Automate my data & analytics tasks using Web Search Instant
Identifies repetitive steps in your workflow and sets up Web Search Instant to handle them automatically
Web Search Instant 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。