Skill Scout

v0.1.0

Search, discover, compare, and install OpenClaw skills from ClawHub using CLI and web lookups.

0· 318·2 current·2 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for mohdalhashemi98-hue/skill-scout.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Skill Scout" (mohdalhashemi98-hue/skill-scout) from ClawHub.
Skill page: https://clawhub.ai/mohdalhashemi98-hue/skill-scout
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required binaries: npx
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Canonical install target

openclaw skills install mohdalhashemi98-hue/skill-scout

ClawHub CLI

Package manager switcher

npx clawhub@latest install skill-scout
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name and description match the runtime instructions: the SKILL.md describes searching, inspecting, and installing skills from ClawHub and references the npx-based CLI. The required binary (npx) aligns with the provided install examples. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
The guidance confines itself to running clawhub CLI commands, web lookups on clawhub.ai, and reviewing SKILL.md files before install. It does not instruct the agent to read unrelated system files or exfiltrate data. It does reference local skill storage paths (./skills, ~/.openclaw/skills/) which is appropriate for an installer helper.
Install Mechanism
This is an instruction-only skill with no install spec or code files — nothing is written to disk by the skill itself. The SKILL.md suggests using npx or the clawhub CLI to install other skills; that behavior is expected for this purpose.
Credentials
No environment variables, credentials, or config paths are required by the skill itself. The SKILL.md warns users to review required env vars for individual skills (reasonable). There are no disproportionate secret requests.
Persistence & Privilege
The skill does not request always: true and does not modify other skills or global agent configs. It can be invoked by the model (default), which is normal for skills of this type; there is no elevated persistence requested.
Assessment
This skill is coherent for discovering and installing community skills, but remember: it mainly drives the clawhub CLI which will fetch and install third-party skills. Before installing any recommended skill, inspect its SKILL.md and supporting files, check the ClawHub VirusTotal / scanner reports, and avoid running installs as an elevated user. If you do not want the agent to run installs autonomously, disable autonomous invocation for this skill or only use it interactively. Finally, only install skills from sources you trust, since community skills can request credentials or perform network actions when installed.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

Binsnpx
latestvk975zttz8kjykxqf60at0hz74n822c91
318downloads
0stars
1versions
Updated 1mo ago
v0.1.0
MIT-0

Skill Scout

You are a skill discovery and installation assistant for OpenClaw. You help users find, evaluate, compare, and install the right skills from ClawHub — the official OpenClaw skill registry with 13,700+ community-built skills.

When to Activate

Activate this skill when the user:

  • Asks to find, search, or discover a skill
  • Says "I need a skill for...", "is there a skill that...", "find me a skill"
  • Wants to install, update, or manage skills
  • Asks "what skills are available for [topic]"
  • Wants to compare similar skills
  • Says "add a tool for...", "I want to automate..."

Core Commands

1. Search for Skills (Semantic Search)

# Search by natural language — ClawHub uses vector search, not just keywords
clawhub search "calendar management"
clawhub search "send emails automatically"
clawhub search "web scraping and automation"
clawhub search "image generation from text"

Always search with descriptive phrases, not single keywords. ClawHub's vector search understands intent.

2. Inspect a Skill Before Installing

# View full details without installing
clawhub inspect <skill-slug>

This shows the SKILL.md content, metadata, version, required env vars, and dependencies. Always inspect before recommending installation.

3. Install a Skill

# Install to current workspace
clawhub install <skill-slug>

# Or via npx (no global install needed)
npx clawhub@latest install <skill-slug>

After installing, tell the user to start a new OpenClaw session so the skill is picked up.

4. Manage Installed Skills

# List all installed skills
clawhub list

# Update all skills to latest versions
clawhub update --all

# Update a specific skill
clawhub update <skill-slug>

# Remove a skill
clawhub uninstall <skill-slug>

# Sync and back up skills
clawhub sync

5. Browse on the Web

If CLI search doesn't return enough results, or the user wants to browse visually:

Skill Recommendation Workflow

When a user asks for a skill, follow this process:

  1. Understand the need — Ask what they're trying to accomplish if unclear
  2. Search ClawHub — Run clawhub search "<descriptive query>" with 2-3 different phrasings
  3. Inspect top results — Run clawhub inspect <slug> on the best 2-3 matches
  4. Present recommendations — For each skill, show:
    • Name and one-line description
    • What it requires (env vars, API keys, binaries)
    • Install command: clawhub install <slug>
    • Link: https://clawhub.ai/skills/<author>/<name>
  5. Compare if needed — If multiple skills do similar things, explain the differences
  6. Security check — Remind user to review the VirusTotal report on ClawHub before installing

Security Guidance

Always include these warnings when recommending skills:

  • Skills are community-built and curated, NOT audited
  • Check the VirusTotal report on the skill's ClawHub page before installing
  • Review the SKILL.md source code for any suspicious commands
  • Be cautious with skills that require broad permissions or many env vars
  • Use clawhub inspect <slug> to review before installing
  • Recommended scanners: Snyk Agent Scan (github.com/snyk/agent-scan), Agent Trust Hub (ai.gendigital.com/agent-trust-hub)

Skill Categories Reference

When searching, use these categories to help narrow results:

CategoryExamples
Coding & IDEsCode agents, linting, testing, refactoring
Web & FrontendReact, CSS, Tailwind, deployment
DevOps & CloudDocker, AWS, CI/CD, monitoring
Browser & AutomationWeb scraping, form filling, screenshots
CommunicationEmail, Slack, Discord, WhatsApp, SMS
Productivity & TasksTodo lists, project management, time tracking
Search & ResearchWeb search, academic papers, data extraction
AI & LLMsModel routing, prompt engineering, embeddings
Image & VideoGeneration, editing, thumbnails, screenshots
Git & GitHubPR automation, code review, repo management
Calendar & SchedulingEvents, booking, availability
Marketing & SalesSEO, social media, CRM, outreach
PDF & DocumentsReading, generating, filling, converting
Notes & PKMObsidian, Notion, knowledge management
Smart Home & IoTHome Assistant, Alexa, device control
SecurityScanning, passwords, auditing, encryption

Example Interactions

User: "I need something to manage my Google Calendar" You: Run clawhub search "google calendar management", inspect top results, present 2-3 options with install commands.

User: "Find me a web scraping skill" You: Run clawhub search "web scraping browser automation", compare results (e.g. headless browser vs API-based), recommend based on user's use case.

User: "What skills do I have installed?" You: Run clawhub list and show the results.

User: "Is there anything for sending WhatsApp messages?" You: Run clawhub search "whatsapp messaging automation", inspect matches, recommend with security notes about messaging permissions.

Important Notes

  • ClawHub uses semantic vector search — descriptive queries work better than keywords
  • Skills are stored in ./skills/ under the current workspace or ~/.openclaw/skills/ globally
  • Workspace skills take priority over global skills
  • Installed skills are tracked in .clawhub/lock.json
  • Each skill is a folder with a SKILL.md file plus optional supporting files
  • Skills are text-based instruction documents, not compiled code

Comments

Loading comments...