← Back to Skills Marketplace
athola

Nm Abstract Plugin Review

by athola · GitHub ↗ · v1.8.3 · MIT-0
cross-platform ⚠ suspicious
102
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install nm-abstract-plugin-review
Description
Review plugin quality with tiered checks and dependency-aware scoping. Use for PR validation and pre-release audits
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install nm-abstract-plugin-review
  3. After installation, invoke the skill by name or use /nm-abstract-plugin-review
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.8.3
Release v1.8.3
v1.8.2
Release v1.8.2
Metadata
Slug nm-abstract-plugin-review
Version 1.8.3
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is Nm Abstract Plugin Review?

Review plugin quality with tiered checks and dependency-aware scoping. Use for PR validation and pre-release audits. It is an AI Agent Skill for Claude Code / OpenClaw, with 102 downloads so far.

How do I install Nm Abstract Plugin Review?

Run "/install nm-abstract-plugin-review" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Nm Abstract Plugin Review free?

Yes, Nm Abstract Plugin Review is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Nm Abstract Plugin Review support?

Nm Abstract Plugin Review is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Nm Abstract Plugin Review?

It is built and maintained by athola (@athola); the current version is v1.8.3.

💬 Comments