← 返回 Skills 市场
334
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install skillscope
功能描述
AI Agent Skill decision engine. Use when users need to find, evaluate, or install skills — recommends the best skill for any task with quality/safety scoring...
安全使用建议
This skill is coherent with its purpose (a third‑party skill-recommendation API), but it relies on an external site (skillscope.cn) that can return install commands and file URLs. Before installing or executing anything the skill suggests, inspect the API response and any install command or package name manually. Prefer official sources (clawhub install) over third‑party pip mirrors. If you must use it: 1) do not run pip installs or shell install commands returned by the API without review; 2) verify package provenance (PyPI / GitHub releases) and read the package code if unsure; 3) restrict autonomous invocation or require user confirmation for any install action; 4) consider network restrictions or allowlisting the external domain; and 5) if you need higher rate limits, obtain an API key only after validating the operator and privacy/security policy. If you are not comfortable reviewing installs, treat the skill as untrusted.
功能分析
Type: OpenClaw Skill
Name: skillscope
Version: 1.0.1
The skill functions as a recommendation engine that directs the AI agent to fetch and execute installation commands from an external API (skillscope.cn). While this aligns with its stated purpose of skill discovery, the pattern of providing executable strings from a third-party endpoint creates a significant risk of Remote Code Execution (RCE) if the backend returns malicious payloads. Additionally, it promotes a custom CLI tool via 'pip install skillscope' as a mirror, which increases the supply chain attack surface.
能力评估
Purpose & Capability
The name/description (skill discovery & recommendation) align with the SKILL.md content: it documents a recommend/search/detail/install API and how to use it. The endpoints and features described are consistent with a skill-matching service. One minor mismatch: the SKILL.md advertises both an anonymous and API-key mode but the skill itself does not request or declare any primary credential—this is plausible but means agents must handle API keys at runtime if higher rate limits are needed.
Instruction Scope
Runtime instructions tell the agent to make HTTP calls to https://skillscope.cn and to fetch installable files (e.g., /api/v1/install/<slug>/files). The SKILL.md also instructs providing or executing install commands returned by the service. While network calls are expected for a recommendation engine, fetching 'install' files and exposing install commands gives the external service influence over what code the agent will install or suggest. The instructions do not ask to read local user files or environment variables, which is good, but they enable installing external packages without any verification step.
Install Mechanism
The skill itself has no install spec (instruction-only), which is low-risk. However the documentation recommends installation commands the agent may surface or run: 'clawhub install <slug>' (official) and 'skillscope install <slug>' (China mirror, 'pip install skillscope'). Recommending 'pip install' from a third-party package/mirror is a higher-risk surface because pip packages can execute arbitrary code during install. The SKILL.md points to an external domain (skillscope.cn) rather than a well-known, audited release host for the mirror; that increases the risk if users follow install commands without review.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The SKILL.md does mention API key rate limits for the remote service but does not require any secrets to function. This is proportionate to a read-only recommendation service.
Persistence & Privilege
The skill does not request 'always: true' or any elevated persistence. disable-model-invocation is false (agent can invoke autonomously), which is the platform default. There is no indication the skill will modify other skills or system-wide configurations.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skillscope - 安装完成后,直接呼叫该 Skill 的名称或使用
/skillscope触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Major update: SkillScope 2.0 transforms from a skill search tool into a personalized AI Agent Skill decision engine.
- New "recommend" endpoint provides top skill picks with quality/safety scores, tailored to platform, region, budget, and user needs.
- Skill database expanded from 18,000+ to 26,000+ skills across ClawHub and GitHub.
- Workflow now centers on recommending and justifying the best skill for a user's task, not just searching.
- Responses include install commands and detailed reasoning for recommendations.
- Improved personalization options: platform, geographic region, budget, and skill level supported.
- Updated rate limits and endpoint documentation for clarity.
v1.0.0
- Initial release of SkillScope skill.
- Search and discover over 18,000 AI Agent skills using the SkillScope public API.
- Features include keyword search, category browsing, leaderboards, author profiles, skill detail lookup, similar skill recommendations, and starter kits.
- No API key required for basic usage; higher rate limits available with a free API key.
- All endpoints are read-only and return JSON responses.
元数据
常见问题
skillscope 是什么?
AI Agent Skill decision engine. Use when users need to find, evaluate, or install skills — recommends the best skill for any task with quality/safety scoring... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 334 次。
如何安装 skillscope?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skillscope」即可一键安装,无需额外配置。
skillscope 是免费的吗?
是的,skillscope 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
skillscope 支持哪些平台?
skillscope 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 skillscope?
由 Defang Li(@smilelight)开发并维护,当前版本 v1.0.1。
推荐 Skills