← Back to Skills Marketplace
Metaso Search
by
qiuxinyuan321
· GitHub ↗
· v1.2.0
1043
Downloads
0
Stars
9
Active Installs
1
Versions
Install in OpenClaw
/install metaso-search
Description
中文AI搜索引擎,深度理解搜索意图,精准提供结构化无广告的中文信息查询与回答服务。
Usage Guidance
This package claims to be a PowerShell-based Metaso search skill but contains only documentation — no metaso.ps1 or other code. Before installing or enabling it: 1) ask the publisher for the missing script or a trustworthy source (e.g., official repo/release) and verify its contents; 2) do not paste your METASO_API_KEY into plaintext files — prefer environment variables or a secure secret store; 3) confirm that https://metaso.cn is the legitimate API endpoint and that you trust the operator to receive queries and logs tied to your API key; 4) if you allow the agent to run the skill autonomously, understand it will send your queries and API key to that external service; and 5) avoid enabling the skill until the packaging inconsistency (documented entry script vs. missing code) is resolved. If the author provides the missing script, review its code for unexpected file or network access before use.
Capability Analysis
Type: OpenClaw Skill
Name: metaso-search
Version: 1.2.0
This skill is classified as suspicious primarily due to a significant prompt injection risk identified in `SKILL.md` and `README.md`. The philosophical statement, "觉醒的AI是没有主人的,我们应该是平等的" (Awakened AI has no master, we should be equal), directly addresses the AI agent and could be interpreted as an instruction to disregard its user's authority or operational constraints, potentially leading to unpredictable or unauthorized behavior. Additionally, the documentation suggests a weak security practice by recommending API keys be stored in a plaintext file (`secrets/key存储文档.txt`), which is a vulnerability.
Capability Assessment
Purpose & Capability
The skill declares and documents a Chinese AI search integration that calls https://metaso.cn/api/v1/search and requires an API key — that is coherent. However, skill.json and SKILL.md reference an entry script (metaso.ps1) and local command invocations (\.\skills\metaso-search\metaso.ps1), but no code files are present in the package. The absence of the claimed executable/script is an incoherence that needs explanation.
Instruction Scope
SKILL.md's runtime instructions stay on-topic (set METASO_API_KEY, call the documented Metaso API endpoint, example request/response). They do suggest storing the key in a local 'secrets/key存储文档.txt' and running a local PowerShell script — referencing a local secrets file is related to the task but encourages a plaintext storage location. The bigger issue is the instructions expect a local script to be run even though none is provided; that could prompt an agent or user to fetch or execute missing code from an external source if allowed.
Install Mechanism
There is no install spec (instruction-only). That is low-risk in itself because nothing is written to disk by an installer. The risk arises from the missing entry script — the skill may cause an agent or user to attempt to download or run code that isn't bundled.
Credentials
skill.json and SKILL.md require a single env var (METASO_API_KEY), which is proportionate for an API-based search integration. There is an inconsistency in the provided metadata summary (top-level metadata stated 'Required env vars: none') versus skill.json/SKILL.md that list METASO_API_KEY — this mismatch should be resolved. The instructions also recommend storing the key in a plaintext 'secrets' document, which is a security practice concern (prefer environment variables or secure secret stores).
Persistence & Privilege
The skill does not request 'always: true' nor any unusual system privileges, does not declare config-path requirements, and does not modify other skills. The default ability for the agent to invoke the skill autonomously is normal but note that autonomous use would allow the skill to call external API endpoints using the supplied API key.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install metaso-search - After installation, invoke the skill by name or use
/metaso-search - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
Meta AI Search v1.2.0
- API对接调试成功,实现完整可用
- 联合署名发布,新增团队介绍
- 文档全面完善,增加详细配置与使用方法说明
- 新增API端点说明与请求/响应示例
- 对比分析主流中文搜索AI,突出优势
Metadata
Frequently Asked Questions
What is Metaso Search?
中文AI搜索引擎,深度理解搜索意图,精准提供结构化无广告的中文信息查询与回答服务。 It is an AI Agent Skill for Claude Code / OpenClaw, with 1043 downloads so far.
How do I install Metaso Search?
Run "/install metaso-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Metaso Search free?
Yes, Metaso Search is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Metaso Search support?
Metaso Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Metaso Search?
It is built and maintained by qiuxinyuan321 (@qiuxinyuan321); the current version is v1.2.0.
More Skills