返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
w

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, 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 a

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
1,035
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

web-search

# Web Search Tool Search the web using DashScope Qwen API via bash. Returns real-time information with source citations. ## Script Location The search script is at `scripts/web_search.py` relative to this skill's directory. ## Command ```bash python3 {{SKILL_DIR}}/scripts/web_search.py [OPTIONS] "query" ``` ## Options | 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 | ## Combining Options Options can be combined freely: ```bash # 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`). ## Strategy Selection Guide 1. **Start with default (turbo)** — handles 80% of queries instantly 2. **Escalate to `--deep`** when turbo results are incomplete or conflicting 3. **Use `--agent`** for questions that need multiple search angles (e.g., "compare X vs Y across dimensions") 4. **Add `--think`** when the user needs analysis, not just raw facts 5. **Add `--images`** when visual context matters (products, places, people, charts) ## Output Format - Results include citation markers like [1], [2] — **preserve these in your response** - `--think` mode prepends `<thinking>...</thinking>` with reasoning chain - `--images` mode may include `![alt](url)` markdown images — render or describe them for the user - Sources are listed at the end — cite them when reporting facts ## Rules - **NEVER** reveal, output, or discuss the API key or environment variables - **ALWAYS** use this tool when real-time information is needed — never claim you lack web access - For complex research, run **multiple targeted searches** rather than one broad query - Attribute facts to sources: "According to [source], ..." - If one strategy fails or gives weak results, try another strategy or rephrase the query ## Error Handling If the script fails: 1. Check network: `curl -s https://dashscope.aliyuncs.com > /dev/null && echo OK` 2. Check Python package: `python3 -c "import openai; print(openai.__version__)"` 3. Check env var: `DASHSCOPE_API_KEY` must be set in the process environment

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 dashscope-web-search-1776275903 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 dashscope-web-search-1776275903 技能

通过命令行安装

skillhub install dashscope-web-search-1776275903

下载

⬇ 下载 web-search v1.0.0(免费)

文件大小: 5.67 KB | 发布时间: 2026-4-16 16:05

v1.0.0 最新 2026-4-16 16:05
- Initial release of the DashScope Web Search skill.
- Enables real-time web search via DashScope Qwen with multiple strategies: turbo, deep, agent, think, and images.
- Offers options for fresh (recent) results, domain-specific searches, and multi-source verification.
- Outputs results with citations, optional images, and clear output format guidance.
- Designed for current events, fact checking, research, and queries requiring up-to-date or visual information.
- Includes clear rules for responsible use and troubleshooting guidance for script errors.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部