← 返回 Skills 市场
fchange

Moark Web Search

作者 fchange · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
133
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install moark-web-search
功能描述
Search web content such as webpages, images, and videos using the /web-search API with an Access Token.
安全使用建议
This skill appears to be a straightforward wrapper around Gitee AI's web-search API. Before installing, ensure you trust the Gitee AI service (https://ai.gitee.com) and are comfortable providing an API key. Provide a dedicated, minimally-scoped API key if possible and monitor/rotate it if you suspect misuse. Also confirm your agent environment allows outgoing network requests, and be aware the script will send your queries to the remote API (results will be printed back to the agent).
功能分析
Type: OpenClaw Skill Name: moark-web-search Version: 1.0.0 The skill is a legitimate web search tool that interfaces with the Gitee AI web-search API (https://ai.gitee.com/v1/web-search). The Python script (scripts/perform_web_search.py) correctly handles API authentication via environment variables or command-line arguments and performs standard HTTP POST requests without any signs of data exfiltration, obfuscation, or malicious execution.
能力评估
Purpose & Capability
Name/description claim a web search via a /web-search API and the code calls https://ai.gitee.com/v1/web-search using an Authorization: Bearer <token>. The declared env var GITEEAI_API_KEY is directly used as the API key; there are no unrelated credentials or capabilities requested.
Instruction Scope
SKILL.md instructs running the bundled Python script, installing requests, and parsing the printed SEARCH_RESULTS_JSON line. The script only reads the provided CLI arg or GITEEAI_API_KEY, makes an HTTP POST to the declared API, and prints the JSON results. It does not read other files, system config, or additional environment variables.
Install Mechanism
This is instruction-only with a bundled script; there is no install spec that downloads arbitrary code. The README suggests a standard pip install requests, which is proportionate to a Python script that uses requests.
Credentials
Only one credential (GITEEAI_API_KEY) is required and it is used only for Authorization to the API endpoint. No other SECRET/TOKEN/PASSWORD env vars are requested and the script does not access additional config paths.
Persistence & Privilege
The skill is not always-enabled and does not request persistent system changes or modify other skills. It does perform network calls when invoked (normal for a web-search integration).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install moark-web-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /moark-web-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of moark-web-search skill. - Enables searching web pages, images, and videos via the /web-search API with access token support. - Provides a command-line script for performing searches, supporting parameters for query, summary, freshness, count, and API key. - Reads API key from the GITEEAI_API_KEY environment variable or command-line argument. - Outputs results in JSON; users are instructed to parse lines starting with SEARCH_RESULTS_JSON:.
元数据
Slug moark-web-search
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Moark Web Search 是什么?

Search web content such as webpages, images, and videos using the /web-search API with an Access Token. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 133 次。

如何安装 Moark Web Search?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install moark-web-search」即可一键安装,无需额外配置。

Moark Web Search 是免费的吗?

是的,Moark Web Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Moark Web Search 支持哪些平台?

Moark Web Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Moark Web Search?

由 fchange(@fchange)开发并维护,当前版本 v1.0.0。

💬 留言讨论