← 返回 Skills 市场
213
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install moonshot-web-search
功能描述
Search the live web through Moonshot's builtin $web_search tool and return a concise answer. Prefer this skill for OpenClaw live web search instead of callin...
安全使用建议
This skill appears coherent and implements exactly what it claims: it sends your query to api.moonshot.cn using the MOONSHOT_API_KEY and returns the result. Before installing: (1) only provide a Moonshot API key (do not reuse other sensitive credentials); (2) understand that queries and their responses will be sent to Moonshot (check their privacy/retention policy if queries are sensitive); (3) be aware of rate limits and monitor API usage on your Moonshot account; (4) if you need page-level citations or raw URLs prefer a browser-style workflow as the SKILL.md recommends; (5) you can review the included scripts/search.sh source (already bundled) — if you don't trust the downstream Moonshot service, do not install. If anything changes (the skill requests additional env vars, downloads code at install time, or changes the endpoint away from api.moonshot.cn), re-evaluate before use.
功能分析
Type: OpenClaw Skill
Name: moonshot-web-search
Version: 1.0.4
The skill bundle provides a functional wrapper for Moonshot AI's web search tool. The core logic in `scripts/search.sh` uses standard shell and Python patterns to interact with the legitimate Moonshot API endpoint (api.moonshot.cn). It correctly handles the `MOONSHOT_API_KEY` and user queries without evidence of data exfiltration, unauthorized execution, or malicious prompt injection. The instructions in `SKILL.md` regarding tool routing are aligned with the skill's stated purpose of providing an alternative search mechanism.
能力评估
Purpose & Capability
Name/description: live web search via Moonshot. Declared requirements: MOONSHOT_API_KEY, bash, curl, python3. The script calls api.moonshot.cn with the provided key and orchestrates two API rounds to use Moonshot's $web_search. All requested resources are directly relevant to that purpose.
Instruction Scope
SKILL.md instructs only resolving SKILL_DIR, requiring MOONSHOT_API_KEY, extracting a clean query, running the bundled script, and returning its output. The script reads no unrelated files or env vars and the README explicitly forbids answering from model memory if the tool fails. No instructions ask for unrelated system data or external endpoints beyond Moonshot.
Install Mechanism
No install spec (instruction-only) — the only executable included is scripts/search.sh. Nothing is downloaded from arbitrary URLs or written to system paths. This is low-risk from an install perspective.
Credentials
Only MOONSHOT_API_KEY is required and declared as the primary credential, which is appropriate for a skill that calls Moonshot's API. No unrelated secrets, config paths, or multiple credentials are requested.
Persistence & Privilege
always:false and default agent invocation are used (normal). The skill does not request persistent system changes, nor does it modify other skills' configs. Autonomous invocation is allowed by platform default and not combined with other red flags.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install moonshot-web-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/moonshot-web-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
Clarify OpenClaw routing guidance in README, skill instructions, and agent prompt; tell users to add a TOOLS.md rule when builtin web_search is preferred.
v1.0.3
Require API key before execution and forbid answering after script failure
v1.0.2
Clarify shell-safe invocation to avoid empty SKILL_DIR expansion in runners
v1.0.1
Declare required MOONSHOT_API_KEY and runtime binaries in metadata
v1.0.0
Initial release
元数据
常见问题
Moonshot Web Search 是什么?
Search the live web through Moonshot's builtin $web_search tool and return a concise answer. Prefer this skill for OpenClaw live web search instead of callin... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 213 次。
如何安装 Moonshot Web Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install moonshot-web-search」即可一键安装,无需额外配置。
Moonshot Web Search 是免费的吗?
是的,Moonshot Web Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Moonshot Web Search 支持哪些平台?
Moonshot Web Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Moonshot Web Search?
由 fusae(@fusae)开发并维护,当前版本 v1.0.4。
推荐 Skills