一键导入
web-search
Local web search (Tavily/Exa, requires API Key). For quick searches. If no Key configured or deep research needed, use cloud_agent instead.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Local web search (Tavily/Exa, requires API Key). For quick searches. If no Key configured or deep research needed, use cloud_agent instead.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Analyze and process Excel/CSV files using pandas and openpyxl. Supports data summary, filtering, pivot tables, and chart generation.
Playwright browser automation — navigate, read, and interact with web pages using text snapshots and ref-based targeting. Supports keyboard, dialogs, file upload, JS evaluation, console/network debugging, and PDF export. Login state persists across sessions. Use when user wants to open a URL, fill a web form, scrape page content, or operate any website that requires clicking/typing.
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks Moltbot to add a note, list notes, search notes, or manage note folders.
Search and manage Apple Photos library on macOS via osascript.
Manage Apple Reminders via the `remindctl` CLI on macOS (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
| name | web-search |
| description | Local web search (Tavily/Exa, requires API Key). For quick searches. If no Key configured or deep research needed, use cloud_agent instead. |
| metadata | {"xiaodazi":{"backend_type":"tool","tool_name":"web_search","dependency_level":"builtin","os":["common"],"user_facing":true}} |
| capabilities | ["web_search","information_retrieval"] |
本地搜索工具,直接调用 web_search,自动选择 Tavily 或 Exa。
| web_search | cloud_agent | |
|---|---|---|
| 运行位置 | 本地 | 云端 |
| API Key | 需用户自行配置 | 云端已有 |
| 适合场景 | 快速搜索、简单查询 | 深度调研、多步分析、长任务 |
| 速度 | 快(200ms-3s) | 慢(1-5 分钟) |
决策规则:本地有 Key → web_search;本地无 Key 或需要深度调研 → cloud_agent。
参数只需 query,其他可选:
| 参数 | 类型 | 默认 | 说明 |
|---|---|---|---|
query | string | 必填 | 搜索关键词 |
max_results | integer | 5 | 最大结果数(上限 20) |
search_depth | string | basic | basic(快速)或 advanced(深度) |
time_range | string | any | day / week / month / any |
| 后端 | Key | 免费额度 | 特点 |
|---|---|---|---|
| Tavily | TAVILY_API_KEY | 1000 次/月 | AI 优化,200ms 响应 |
| Exa | EXA_API_KEY | 1000 次/月 | 语义搜索,含全文 |
至少配置一个 API Key 即可使用。