← Back to Skills Marketplace
fusae

Moonshot Web Search

by fusae · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ✓ Security Clean
213
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install moonshot-web-search
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install moonshot-web-search
  3. After installation, invoke the skill by name or use /moonshot-web-search
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug moonshot-web-search
Version 1.0.4
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 5
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 213 downloads so far.

How do I install Moonshot Web Search?

Run "/install moonshot-web-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Moonshot Web Search free?

Yes, Moonshot Web Search is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Moonshot Web Search support?

Moonshot Web Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Moonshot Web Search?

It is built and maintained by fusae (@fusae); the current version is v1.0.4.

💬 Comments