Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计通过

skill-scout技能侦察员

Agent Skill

skill-scout 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

9,620

周安装

409

GitHub Stars

公开资料未说明

下载量

3,370
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:skill-scout(技能侦察员)
来源仓库:https://github.com/mohdalhashemi98-hue/skill-scout
安装命令:
openclaw skills install skill-scout
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install skill-scout

简介

使用 CLI 和 Web 查找从 ClawHub 搜索、发现、比较和安装 OpenClaw 技能。

SKILL.md

name
skill-scout
description
Search, discover, compare, and install OpenClaw skills from ClawHub using CLI and web lookups.
author
mohdalhashemi98-hue
version
1.0.0
tags
metadata
openclaw
requires
bins
primaryUrl
https://clawhub.ai

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:

  • Direct them to: https://clawhub.ai/skills
  • Specific skill page: https://clawhub.ai/skills/<author>/<skill-name>

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>

  1. Compare if needed — If multiple skills do similar things, explain the differences
  2. 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

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

80.68%
按下载量换算2,719

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills