Search the web for real-time information using DashScope Qwen. Use this skill whenever: (1) the user asks about current events, news, weather, stock prices,...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install dashscope-web-search或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install dashscope-web-search⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/dashscope-web-search/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: web-search description: "Search the web for real-time information using DashScope Qwen. Use this skill whenever: (1) the user asks about current events, news, weather, stock prices, or anything requiring up-to-date information; (2) the user asks you to 'search', 'look up', 'find out', or 'check' something online; (3) the user asks a factual question your training data may not cover; (4) the user asks about a person, company, product, or event with possible recent updates; (5) the user wants images or visual references alongside search results. Activate proactively — you CAN search the web via this script." user-invocable: true metadata: { "openclaw": { "emoji": "🔍", "requires": { "bins": ["python3"] } } } ---
Search the web using DashScope Qwen API via bash. Returns real-time information with source citations.
The search script is at scripts/web_search.py relative to this skill's directory.
python3 {{SKILL_DIR}}/scripts/web_search.py [OPTIONS] "query"
| Flag | Effect | Best For | |------|--------|----------| | _(none)_ | Fast turbo search | Quick facts, weather, person lookup | | --deep | Multi-source verification (max strategy) | Research, reports, fact-checking | | --agent | Multi-round retrieval + synthesis | Complex questions needing iterative search | | --think | Deep reasoning before answering (streaming) | Analysis, comparisons, trend prediction | | --images | Image+text mixed output (uses qwen-plus-latest) | Visual references, product images, diagrams | | --fresh N | Only results from last N days (7/30/180/365) | Breaking news, recent events | | --sites "a.com,b.com" | Restrict to specific domains | Domain-specific research |
Options can be combined freely:
# Deep research with reasoning
python3 {{SKILL_DIR}}/scripts/web_search.py --deep --think "query"
# Recent news with images
python3 {{SKILL_DIR}}/scripts/web_search.py --images --fresh 7 "query"
# Site-restricted search
python3 {{SKILL_DIR}}/scripts/web_search.py --sites "github.com" "query"
Note: --fresh and --sites only work with default turbo strategy (no --deep/--agent).
--deep when turbo results are incomplete or conflicting--agent for questions that need multiple search angles (e.g., "compare X vs Y across dimensions")--think when the user needs analysis, not just raw facts--images when visual context matters (products, places, people, charts)--think mode prepends ... with reasoning chain--images mode may include !alt markdown images — render or describe them for the userIf the script fails:
curl -s https://dashscope.aliyuncs.com > /dev/null && echo OKpython3 -c "import openai; print(openai.__version__)"DASHSCOPE_API_KEY must be set in the process environment安装 DashScope Web Search 后,可以对 AI 说这些话来触发它
Help me get started with DashScope Web Search
Explains what DashScope Web Search does, walks through the setup, and runs a quick demo based on your current project
Use DashScope Web Search to search the web for real-time information using DashScope Qwen
Invokes DashScope Web Search with the right parameters and returns the result directly in the conversation
What can I do with DashScope Web Search in my data & analytics workflow?
Lists the top use cases for DashScope Web Search, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/dashscope-web-search/ 目录(个人级,所有项目可用),或 .claude/skills/dashscope-web-search/(项目级)。重启 AI 客户端后,用 /dashscope-web-search 主动调用,或让 AI 根据上下文自动发现并使用。
DashScope Web Search 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
DashScope Web Search 可免费安装使用。请查阅仓库了解许可证信息。
Search the web for real-time information using DashScope Qwen. Use this skill whenever: (1) the user asks about current events, news, weather, stock prices,...
DashScope Web Search 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my data & analytics tasks using DashScope Web Search
Identifies repetitive steps in your workflow and sets up DashScope Web Search to handle them automatically