Install
openclaw skills install pluginevalPluginEval Quality Evaluation with enhanced UI. Wraps plugineval-core with vetting and reporting features. Requires plugineval-core.
openclaw skills install pluginevalEnhanced quality evaluation with vetting workflow. This skill wraps plugineval-core and adds:
Required: plugineval-core
clawhub install plugineval-core
Input: Skill name or path
Output: Combined security + quality report
# Vetting workflow (Security + Quality)
~/.openclaw/skills/plugineval/scripts/vet.sh weather-pollen
# Or use core directly
python3 ~/.openclaw/skills/plugineval-core/scripts/eval.py --layer1 <skill>
vet-skill weather-pollen
# Output:
# ════════════════════════════════════════════════════
# Skill Vetting: weather-pollen
# ════════════════════════════════════════════════════
#
# [1/3] Security Scan (ClawDefender)
# ─────────────────────────────────────────
# ✓ Clean
#
# [2/3] Quality Evaluation (PluginEval)
# ─────────────────────────────────────────
# Final: 81 | Badge: Gold ★★★★
#
# [3/3] Anti-Pattern Detection
# ─────────────────────────────────────────
# ✓ No anti-patterns
plugineval-core - Core evaluation engineRequires: plugineval-core | Version: 2.0.0