← Back to Skills Marketplace
133
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install moark-web-search
Description
Search web content such as webpages, images, and videos using the /web-search API with an Access Token.
Usage Guidance
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).
Capability Analysis
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.
Capability Assessment
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).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install moark-web-search - After installation, invoke the skill by name or use
/moark-web-search - Provide required inputs per the skill's parameter spec and get structured output
Version History
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:.
Metadata
Frequently Asked Questions
What is Moark Web Search?
Search web content such as webpages, images, and videos using the /web-search API with an Access Token. It is an AI Agent Skill for Claude Code / OpenClaw, with 133 downloads so far.
How do I install Moark Web Search?
Run "/install moark-web-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Moark Web Search free?
Yes, Moark Web Search is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Moark Web Search support?
Moark Web Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Moark Web Search?
It is built and maintained by fchange (@fchange); the current version is v1.0.0.
More Skills