✓ Verified 🌐 Web Scrapers ✓ Enhanced Data

Skill Store

Smart skill installation advisor for ClawHub.

Rating
4.5 (185 reviews)
Downloads
49,818 downloads
Version
1.0.0

Overview

Smart skill installation advisor for ClawHub.

Complete Documentation

View Source →

Skill Store — Smart Installation Advisor

Find the right skill without the guesswork. Searches ClawHub, evaluates candidates on security + quality, and recommends the best one.

Usage

bash
python3 scripts/evaluate.py "your search query" [options]

Examples

bash
# Find a weather skill
python3 scripts/evaluate.py "weather forecast"

# Evaluate top 3 only, save reports
python3 scripts/evaluate.py "image generation" --top 3 --output-dir ./reports

# Use a specific skills workspace for clawhub
python3 scripts/evaluate.py "security audit" --workdir /path/to/workspace

Options

OptionDefaultDescription
--top N5Number of candidates to evaluate
--output-dir DIR(stdout)Save report.md and report.json to DIR
--workdir DIR/tmp/skill-store-eval-*Working directory for clawhub install
--scanner PATHauto-detectPath to skill-shield's scan.py
--keep-allfalseDon't uninstall non-recommended candidates

Output

Prints a Markdown comparison report to stdout. With --output-dir, also writes:

  • report.md — human-readable comparison
  • report.json — structured evaluation data

How It Works

  • Searches ClawHub for skills matching your query
  • Installs top N candidates into a temporary directory
  • Runs skill-shield security scan on each candidate
  • Evaluates code quality (lines of code, documentation, tests, structure)
  • Scores and ranks candidates (security 40%, quality 30%, relevance 30%)
  • Generates comparison report with recommendation
  • Uninstalls non-recommended candidates (unless --keep-all)

Scoring

DimensionWeightWhat's measured
Security40%skill-shield rating, findings count, permission audit
Quality30%Code lines, SKILL.md completeness, README, tests
Relevance30%clawhub search score (normalized)

Requirements

  • clawhub CLI installed and authenticated
  • skill-shield scan.py accessible (auto-detected from sibling directory or via --scanner)
  • Python 3.8+

Exit Codes

CodeMeaning
0Recommendation made successfully
1No candidates found or all evaluations failed

Installation

Terminal bash

openclaw install skill-store
    
Copied!

💻Code Examples

example.sh
# Find a weather skill
python3 scripts/evaluate.py "weather forecast"

# Evaluate top 3 only, save reports
python3 scripts/evaluate.py "image generation" --top 3 --output-dir ./reports

# Use a specific skills workspace for clawhub
python3 scripts/evaluate.py "security audit" --workdir /path/to/workspace

Tags

#search_and-research

Quick Info

Category Web Scrapers
Model Claude 3.5
Complexity One-Click
Author yx2601816404-sys
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install skill-store