← Back to Skills Marketplace
333
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install skillsmp-search
Description
从 SkillsMP 市场搜索 AI Agent Skills。支持关键词搜索和 AI 语义搜索。
Usage Guidance
This skill's code and README expect a SkillsMP API key (SKILLSMP_API_KEY) even though the package metadata omits that requirement. Before installing or using it: 1) verify you're comfortable providing your SkillsMP API key and keep it secret (do not paste into public places); 2) confirm the domain is correct (https://skillsmp.com) and that network calls go only to that host; 3) ask the publisher to update the registry metadata to declare SKILLSMP_API_KEY as a required credential so tooling can surface it; 4) review search.sh yourself (it's short and readable) or run it in an isolated environment; and 5) if you need higher assurance, request the author to sign or publish the source from a traceable repository. The mismatch in metadata is the main issue here — the behavior otherwise looks consistent with the stated purpose.
Capability Analysis
Type: OpenClaw Skill
Name: skillsmp-search
Version: 1.0.0
The skill bundle provides a legitimate search tool for the SkillsMP marketplace. The core logic in `search.sh` uses standard tools (curl and python3) to query the official API at skillsmp.com and display results to the user. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description match the behavior in SKILL.md and search.sh (search SkillsMP via its API). However the registry metadata lists no required environment variables while SKILL.md and search.sh clearly require SKILLSMP_API_KEY (and optionally SKILLSMP_LIMIT), creating an inconsistency between declared metadata and actual capability needs.
Instruction Scope
Runtime instructions and the script call only SkillsMP endpoints (https://skillsmp.com/api/v1/...) and format the result locally. The script does not reference other system files, credentials, or external endpoints outside skillsmp.com, and it prints results to stdout.
Install Mechanism
No install spec and no external downloads; the skill is instruction-only with an included shell script. No archive extraction or remote installers are used.
Credentials
The script and SKILL.md require an API key (SKILLSMP_API_KEY) and optionally SKILLSMP_LIMIT, which are proportionate to the task. But the registry metadata fails to declare any required environment variables or a primary credential, which is a material metadata mismatch and could lead to surprise when installing or running the skill.
Persistence & Privilege
The skill does not request persistent/system privileges, always:false, and does not modify system or other skills' configurations. It only runs as-invoked.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skillsmp-search - After installation, invoke the skill by name or use
/skillsmp-search - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of skillsmp-search.
- Search AI Agent Skills from the SkillsMP marketplace.
- Supports both keyword and AI semantic search.
- Optional filters: result limit and category.
- Requires SkillsMP API Key for access.
Metadata
Frequently Asked Questions
What is Skillsmp Search?
从 SkillsMP 市场搜索 AI Agent Skills。支持关键词搜索和 AI 语义搜索。 It is an AI Agent Skill for Claude Code / OpenClaw, with 333 downloads so far.
How do I install Skillsmp Search?
Run "/install skillsmp-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skillsmp Search free?
Yes, Skillsmp Search is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Skillsmp Search support?
Skillsmp Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skillsmp Search?
It is built and maintained by Ingress (@ingress007); the current version is v1.0.0.
More Skills