← 返回 Skills 市场
athola

Nm Abstract Plugin Review

作者 athola · GitHub ↗ · v1.8.3 · MIT-0
cross-platform ⚠ suspicious
102
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install nm-abstract-plugin-review
功能描述
Review plugin quality with tiered checks and dependency-aware scoping. Use for PR validation and pre-release audits
安全使用建议
This skill appears coherent for repository-level plugin audits. Important cautions before running: 1) Many checks run repository tests and scripts (make test, python scripts). Those can execute arbitrary code or perform network I/O from the reviewed repo — run in an isolated/sandboxed CI worker or container when reviewing untrusted repositories. 2) The skill invokes other evaluation skills (skills-eval, hooks-eval, rules-eval); ensure those skills are installed and trusted. 3) Review any repo scripts the skill will call (update_plugin_registrations.py, generate_dependency_map.py, test suites) if you need to prevent side effects; prefer --dry-run/--stdout options or run with restricted permissions. 4) No external credentials are requested by the skill itself, but test suites or scripts in the repo could be written to read environment variables — avoid running on hosts with sensitive env vars mounted.
功能分析
Type: OpenClaw Skill Name: nm-abstract-plugin-review Version: 1.8.3 The skill bundle orchestrates a multi-tiered plugin review process by executing shell commands, including 'make' targets and Python scripts located within the repository (e.g., modules/tier-branch.md, modules/tier-release.md). It also invokes several other internal skills (e.g., skills-eval, hooks-eval) and performs git-based diff analysis to determine scope. While these behaviors are aligned with the stated purpose of automated quality assurance, the instructions for the agent to execute arbitrary code and scripts from the workspace represent a high-risk capability that could be exploited if the repository content is untrusted.
能力评估
Purpose & Capability
Name/description match the actual operations: detecting changed plugins, building a check matrix, running validators, tests, linters, typechecks, dependency scans, and invoking evaluation skills. The declared config paths (night-market.*-eval) align with the SKILL.md's use of Skill(abstract:skills-eval / hooks-eval / rules-eval).
Instruction Scope
Instructions stay within the reviewer role (git diffs, reading docs/plugin-dependencies.json, running validators, calling make test/lint/typecheck, invoking other evaluation skills). However, many steps run repository-provided code and scripts (make test, python scripts, update_plugin_registrations.py, generate_dependency_map.py), which may execute arbitrary code or network activity from the reviewed repository — this is expected for a reviewer but elevates operational risk.
Install Mechanism
Instruction-only skill with no install spec and no external downloads. No packages or remote installers are pulled by the skill itself.
Credentials
No environment variables or external credentials are requested. The declared required config paths correspond to internal evaluation configs the skill uses. Nothing asks for unrelated secrets or cloud credentials.
Persistence & Privilege
Skill is not forced-always or otherwise privileged. It can invoke other skills (expected for orchestration). It does not request to modify other skills' configs; scripts it calls may modify the repo, but many steps use dry-run/--stdout patterns or are read-only in the provided instructions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install nm-abstract-plugin-review
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /nm-abstract-plugin-review 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.8.3
Release v1.8.3
v1.8.2
Release v1.8.2
元数据
Slug nm-abstract-plugin-review
版本 1.8.3
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Nm Abstract Plugin Review 是什么?

Review plugin quality with tiered checks and dependency-aware scoping. Use for PR validation and pre-release audits. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 102 次。

如何安装 Nm Abstract Plugin Review?

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

Nm Abstract Plugin Review 是免费的吗?

是的,Nm Abstract Plugin Review 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Nm Abstract Plugin Review 支持哪些平台?

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

谁开发了 Nm Abstract Plugin Review?

由 athola(@athola)开发并维护,当前版本 v1.8.3。

💬 留言讨论