← Back to Skills Marketplace
donmeusi

PluginEval Core

by Donmeusi · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
94
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install plugineval-core
Description
Self-contained PluginEval quality evaluation engine. Measures 6 dimensions, detects anti-patterns, assigns badges. No external dependencies.
Usage Guidance
This skill appears coherent and self-contained. Before running it: (1) run in read-only modes first (e.g., --layer1, --anti-patterns, or --auto-fix without --allow-write) to inspect outputs; (2) review the full scripts/eval.py to confirm there are no hidden network calls or LLM API invocations in the portions not shown (Layer 2 mentions an LLM judge — verify it doesn't require external API keys or make outbound requests); (3) run the provided tests in a sandbox; and (4) don't use --allow-write until you've inspected the auto-fix code and are comfortable with changes and backups (the script creates backups in the same skill directory). If you want higher assurance, ask for the remainder of eval.py (the truncated section) to confirm there are no unexpected network or credential accesses.
Capability Analysis
Type: OpenClaw Skill Name: plugineval-core Version: 1.0.0 The plugineval-core skill bundle is a static analysis utility designed to evaluate and improve the quality of other OpenClaw skills. The primary logic in scripts/eval.py performs heuristic checks on SKILL.md files (e.g., checking for descriptions, triggers, and formatting) and includes an 'auto-fix' feature that can modify files or delete empty references. These potentially destructive actions are protected by a mandatory --allow-write flag and an automatic backup mechanism, and the script lacks any network capabilities, credential access, or obfuscation that would indicate malicious intent.
Capability Assessment
Purpose & Capability
Name/description claim a self-contained quality evaluator and the repository contains an evaluation script and references that match that purpose. The skill declares no external env vars, binaries, or installs, which is proportionate to its stated function.
Instruction Scope
SKILL.md instructs running the included Python evaluator against a skill directory; it documents read-only modes (--layer1, --anti-patterns) and an explicit --allow-write flag for modifications. The instructions do not direct reading of unrelated system files or exfiltration to external endpoints.
Install Mechanism
No install spec (instruction-only) and included code uses only standard library imports shown. This is low-risk: nothing is downloaded from arbitrary URLs or installed automatically.
Credentials
No required environment variables, credentials, or config paths are declared or used in the visible code. That aligns with the skill's stated static-analysis purpose.
Persistence & Privilege
Skill is not always-included and has normal autonomy defaults. File-modification capabilities exist but require an explicit --allow-write flag; backups are created under the target skill directory. The skill does not request system-wide changes or other skills' credentials.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install plugineval-core
  3. After installation, invoke the skill by name or use /plugineval-core
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Self-contained PluginEval engine with 6 quality dimensions, anti-pattern detection, and Platinum badge assignment. No external dependencies.
Metadata
Slug plugineval-core
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is PluginEval Core?

Self-contained PluginEval quality evaluation engine. Measures 6 dimensions, detects anti-patterns, assigns badges. No external dependencies. It is an AI Agent Skill for Claude Code / OpenClaw, with 94 downloads so far.

How do I install PluginEval Core?

Run "/install plugineval-core" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is PluginEval Core free?

Yes, PluginEval Core is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does PluginEval Core support?

PluginEval Core is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created PluginEval Core?

It is built and maintained by Donmeusi (@donmeusi); the current version is v1.0.0.

💬 Comments