← 返回 Skills 市场
333
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install skillsmp-search
功能描述
从 SkillsMP 市场搜索 AI Agent Skills。支持关键词搜索和 AI 语义搜索。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skillsmp-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/skillsmp-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Skillsmp Search 是什么?
从 SkillsMP 市场搜索 AI Agent Skills。支持关键词搜索和 AI 语义搜索。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 333 次。
如何安装 Skillsmp Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skillsmp-search」即可一键安装,无需额外配置。
Skillsmp Search 是免费的吗?
是的,Skillsmp Search 完全免费(开源免费),可自由下载、安装和使用。
Skillsmp Search 支持哪些平台?
Skillsmp Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skillsmp Search?
由 Ingress(@ingress007)开发并维护,当前版本 v1.0.0。
推荐 Skills