Unified web search skill. Fallback order — web_search(Brave) → duckduckgo → claude.ai. Auto-cache search results (saved to memory/research/)
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install web-claude或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install web-claude⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/web-claude/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: web-claude description: Unified web search skill. Fallback order — web_search(Brave) → duckduckgo → claude.ai. Auto-cache search results (saved to memory/research/) author: 무펭이 🐧 ---
Reliable web search via 3-tier fallback strategy: Brave API → DuckDuckGo → claude.ai browser
Use OpenClaw built-in web_search tool.
web_search(query="search query", count=5, freshness="pw")
Pros:
Cons:
missing_brave_api_key error without keyUse DuckDuckGo API when Brave fails.
python -c "
from duckduckgo_search import DDGS
with DDGS() as ddgs:
results = list(ddgs.text('query', region='wt-wt', max_results=5))
for r in results:
print(f\"{r['title']}: {r['href']}\")
"
Pros:
Cons:
Trigger web search in claude.ai browser tab.
1. browser navigate → https://claude.ai/new
2. browser act type → "search question"
3. browser act press → Enter
4. sleep 15-30s
5. browser snapshot → extract response
Pros:
Cons:
if web_search available:
try web_search(query)
if success: return results
if web_search failed or unavailable:
try duckduckgo-search
if success: return results
if both failed:
fallback to web-claude browser method
All search results automatically saved to memory/research/ folder:
Filename Convention:
memory/research/search-YYYY-MM-DD-HH-MM-[keyword].md
Saved Content:
Example:
# Web Search: AI Agent Market Size
- **Search Time:** 2026-02-14 07:56 KST
- **Search Method:** web_search (Brave API)
- **Query:** "AI agent market size 2026"
## Results
1. **AI Agent Market to Reach $47B by 2030** - TechCrunch
https://techcrunch.com/...
- CAGR 43.2% growth forecast
- Enterprise agents account for 60%
2. **Korean AI Market Exceeds 1 Trillion KRW** - Chosun Ilbo
https://chosun.com/...
- Q1 2026 basis
- Led by generative AI
...
## Insights
- AI agent market growing rapidly
- Enterprise automation is core driver
- Korean market also active
"Search for latest AI agent trends"
"Find 2026 Korean SaaS investment status"
→ Auto-attempts Tier 1 Brave → Tier 2 DDG → Tier 3 claude.ai
# Brave only
"Search with web_search: AI market size"
# DuckDuckGo only
"Search with duckduckgo: privacy-focused"
# claude.ai browser only
"Analyze with web-claude: complex market research"
# Last 24 hours news
web_search(..., freshness="pd")
# Last week
web_search(..., freshness="pw")
# Last month
web_search(..., freshness="pm")
web_search(query="query", search_lang="ko", country="KR")
1. browser navigate → https://claude.ai/new (or existing tab)
2. browser snapshot → save targetId
3. Find input field (contenteditable div or textarea)
4. browser act type → enter question
5. browser act press → Enter
6. sleep 15-30s (wait for response)
7. browser snapshot → extract response text
8. Return result to caller + save to memory/research/
Use this unified search skill when monitoring competitors:
Use search results for card news research:
Search for related info after YouTube summary:
| Situation | Recommended Method | |-----------|-------------------| | Need fast search | web_search (Brave) | | No Brave key | duckduckgo-search | | Privacy important | duckduckgo-search | | Need analysis+summary | web-claude | | Complex research | web-claude | | Image/video search | duckduckgo-search | | Latest news (24h) | web_search (freshness="pd") |
memory/research/ folder auto-created--- > 🐧 Built by 무펭이 — Mupengism ecosystem skill
安装 web-claude 后,可以对 AI 说这些话来触发它
Help me get started with web-claude
Explains what web-claude does, walks through the setup, and runs a quick demo based on your current project
Use web-claude to unified web search skill
Invokes web-claude with the right parameters and returns the result directly in the conversation
What can I do with web-claude in my data & analytics workflow?
Lists the top use cases for web-claude, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/web-claude/ 目录(个人级,所有项目可用),或 .claude/skills/web-claude/(项目级)。重启 AI 客户端后,用 /web-claude 主动调用,或让 AI 根据上下文自动发现并使用。
web-claude 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
web-claude 可免费安装使用。请查阅仓库了解许可证信息。
Unified web search skill. Fallback order — web_search(Brave) → duckduckgo → claude.ai. Auto-cache search results (saved to memory/research/)
web-claude 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my data & analytics tasks using web-claude
Identifies repetitive steps in your workflow and sets up web-claude to handle them automatically