← 返回 Skills 市场
codeblackhole1024

Skill Analyzer

作者 codeblackhole · GitHub ↗ · v0.2.0
cross-platform ⚠ suspicious
341
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install skill-analyzer
功能描述
Analyzes OpenClaw skills for functionality, security, usability, documentation, maintainability, and best practices to provide quality scores and improvement...
安全使用建议
This skill is internally coherent (a Python tool that analyzes skills) but exercise caution before running it on important data. Key points: - The analyzer is pure-Python and requests no secrets or installs, which reduces risk of exfiltration, but you should still inspect scripts/analyzer.py before executing. - The analyzer contains logic bugs: scoring math is inconsistent with the documented 0-10 scale (the code scales to 0-100), and the risk-assessment function is truncated (an unfinished 'ret' token) which will likely crash or misreport risk. Expect unreliable/misleading results until those are fixed. - The security checks are heuristic: secret detection and eval/exec detection are simplistic and can miss issues or generate false positives. Do not rely solely on its output for security-critical decisions. - Recommended actions: (1) manually review scripts/analyzer.py for the truncated function and other logic issues, (2) run it first in an isolated/sandbox environment and against non-sensitive test skills, (3) if you plan to use its reports for decisions, validate a few results manually and consider improving its heuristics before trusting its risk scores. If you want, I can list the specific buggy code locations and suggest precise fixes to make the analyzer safer and more accurate.
功能分析
Type: OpenClaw Skill Name: skill-analyzer Version: 0.2.0 The 'skill-analyzer' is a static analysis utility designed to evaluate the quality and security of other OpenClaw skills. The core logic in 'scripts/analyzer.py' performs local file system checks for hardcoded secrets, unsafe coding patterns (like dangerous use of eval/exec), and documentation completeness without executing the target code or making network requests. No evidence of data exfiltration, persistence, or malicious intent was found.
能力评估
Purpose & Capability
Name/description match the delivered artifacts: a Python-based skill quality analyzer. No unexpected env vars, binaries, or install steps are requested. Including scripts/analyzer.py is reasonable for this purpose.
Instruction Scope
SKILL.md instructs running the included Python analyzer and claims it's 'safe to run on any skill' and 'does not modify analyzed skills'. The code reads SKILL.md and script files under the target path (expected), but contains several problematic/naive behaviors: manual frontmatter parsing that can be brittle, simplistic heuristics for CLI detection and secret detection (likely false negatives/positives), and a truncated _assess_risk implementation (unfinished 'ret' token) that will cause runtime errors or incorrect risk reporting. These mean the tool can crash or produce misleading scores.
Install Mechanism
No install specification (instruction-only with bundled script). That is low-risk from an installation standpoint — nothing is automatically downloaded or written to disk by an installer.
Credentials
No environment variables, credentials, or config paths are requested. The analyzer only reads files under the supplied skill path; it does not declare access to unrelated secrets or services.
Persistence & Privilege
The skill is not forced-always, does not request system-wide persistence, and the code does not appear to modify global agent configuration. It reads files but does not declare any persistent privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-analyzer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-analyzer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.0
Optimized description for better discoverability
v1.0.1
Fixed: security check false positives, main function detection. Updated: SKILL.md to accurately reflect 5 dimensions and pure Python requirement.
v1.0.0
- Initial release of skill-analyzer. - Provides comprehensive analysis of OpenClaw skills across six key dimensions: functionality, security, usability, maintainability, documentation quality, and best practices. - Scores each dimension on a 0–10 scale and generates an overall weighted score. - Outputs strengths, suggestions for improvement, and risk assessment for the analyzed skill. - Supports command-line analysis, JSON reporting, and skill comparison.
元数据
Slug skill-analyzer
版本 0.2.0
许可证
累计安装 1
当前安装数 1
历史版本数 3
常见问题

Skill Analyzer 是什么?

Analyzes OpenClaw skills for functionality, security, usability, documentation, maintainability, and best practices to provide quality scores and improvement... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 341 次。

如何安装 Skill Analyzer?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-analyzer」即可一键安装,无需额外配置。

Skill Analyzer 是免费的吗?

是的,Skill Analyzer 完全免费(开源免费),可自由下载、安装和使用。

Skill Analyzer 支持哪些平台?

Skill Analyzer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Skill Analyzer?

由 codeblackhole(@codeblackhole1024)开发并维护,当前版本 v0.2.0。

💬 留言讨论