skill-store

Smart skill installation advisor for ClawHub. Searches for skills matching your needs, evaluates candidates on security (via skill-shield), code quality, and documentation, then produces a comparison report with a recommendation. Use when: looking for a skill to do something specific, comparing similar skills, or wanting a safety-checked recommendation before installing. Zero external dependencies.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "skill-store" with this command: npx skills add yx2601816404-sys/skill-store

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

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

Examples

# 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

  1. Searches ClawHub for skills matching your query
  2. Installs top N candidates into a temporary directory
  3. Runs skill-shield security scan on each candidate
  4. Evaluates code quality (lines of code, documentation, tests, structure)
  5. Scores and ranks candidates (security 40%, quality 30%, relevance 30%)
  6. Generates comparison report with recommendation
  7. 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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Security

SwipeNode Web Extractor

Give your agent the superpower to read the modern web without getting blocked by Cloudflare. Extracts clean JSON, saves 98% of LLM tokens, and executes zero...

Registry SourceRecently Updated
194
Profile unavailable
Security

Claw Secure Auditor

Security audit tool for ClawHub/OpenClaw skills (static analysis + reputation scoring)

Registry SourceRecently Updated
0168
Profile unavailable
Security

Security Checker

Security scanner for Python skills before publishing to ClawHub. Use before publishing any skill to check for dangerous imports, hardcoded secrets, unsafe file operations, and dangerous functions like eval/exec/subprocess. Essential for maintaining trust and ensuring published skills are safe for others to install and run.

Registry SourceRecently Updated
01.1K
Profile unavailable