skills/standard/core/agent-search/SKILL.md
检索栈:web_search(13 提供商 + parallel-free 免费通道)、web_fetch、与 office-research 分工
npx skillsauth add sunflowermm/XRK-AGT agent-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.
| 场景 | 用法 |
|------|------|
| 开放域检索、时事、产品对比、政策(含中文) | web.web_search(零配置 parallel-free;有 Key 时 auto-detect) |
| 高质量 / 结构化 / AI 摘要 | 配置对应 API Key 后 web.web_search(见下表) |
| 用户给了完整 URL | web.web_fetch |
| 需登录 / 强 JS 页面 | 启用 browser 工作流,或请用户导出到工作区 |
| 写成调研摘要 / 决策 memo | 检索后加载 office-research |
web.web_search、web.web_search_providersprovider 参数或 aistream.crawl.webSearch.provider;凭据见 aistream.crawl.webSearch.<id>):| id | 配置路径(aistream.crawl.webSearch.*) | 说明 |
|----|------------------------------------------|------|
| perplexity | perplexity.apiKey / openRouterApiKey | Search API 或 chat 摘要 |
| brave | brave.apiKey | Brave Web Search API |
| exa | exa.apiKey | 神经/深度检索 |
| tavily | tavily.apiKey | 结构化 + 可选 answer |
| parallel | parallel.apiKey | 付费 REST |
| parallel-free | parallelFree.url | 默认零配置 MCP |
| gemini | gemini.apiKey | Google Search grounding |
| kimi | kimi.apiKey | Moonshot $web_search |
| minimax | minimax.apiKey | MiniMax coding plan search |
| firecrawl | firecrawl.apiKey | Firecrawl Search |
| ollama | ollama.baseUrl / cloudApiKey | 本地或 Cloud |
| searxng | searxng.baseUrl | 自托管元搜索 |
| duckduckgo | 无 | HTML 抓取(parallel-free 失败时兜底) |
parallel-free,失败回退 duckduckgoweb.web_search_providers 返回 configured 字段| 参数 | 说明 | |------|------| | query | 必填(Parallel 也可配合 search_queries) | | count | 1–10(Parallel / parallel-free 最多 40) | | provider | 覆盖本次请求的提供商 | | region / safeSearch | DuckDuckGo | | country / search_lang / freshness / date_* | Brave / Perplexity / Exa / Gemini | | search_depth / topic / include_answer | Tavily | | search_queries / objective / session_id | Parallel / parallel-free | | categories / language | SearXNG | | type / contents | Exa |
web_search_providers 确认当前 activeProviderweb_search → 筛选 3–5 条来源web_fetch 补全文externalContent.untrusted 包裹)| 步骤 | 技能 | |------|------| | 定框架 | office-research | | 已知链接抓页 | office-env-web | | 开放域搜网 | agent-search(本技能) |
development
统一回复版式:短、结构化、可复制;减少空话
tools
MCP 工具地图:默认工作流、web_search、何时启用 desktop/browser/memory
data-ai
工作区 Markdown 记忆 + memory 工作流向量记忆的使用边界
data-ai
Agent 总控:先结论后步骤、技能路由、缺环境降级、安全确认