Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计异常

find-skills寻找技能

Agent Skill

用于查找、发现和安装 Agent Skills 的能力包,适合在用户需要扩展 Agent 能力时按任务场景检索可用 Skill,并给出来源、安装命令和候选项。使用时应核对来源站点、安装量、仓库状态和权限范围,避免把未经确认的第三方能力包直接推荐为安全或官方方案。

总安装

294

周安装

12

GitHub Stars

公开资料未说明

下载量

95
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/claudiothebot/find-skills-skill --skill find-skills

简介

Find Skills 能力包用于检索与发现可用的 Agent Skills 资源。

  • 按任务场景筛选候选技能并给出安装命令与来源站点信息。
  • 支持 npx skills find 命令行查询或直接浏览 skills.sh 网站。
  • 第三方技能需人工评估安全性与权限边界后再决定是否安装使用。
  • find-skills 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Find Skills

Discover and install skills from the open agent skills ecosystem at https://skills.sh/

Finding Skills

Search using the CLI:

npx skills find [query]

Or browse https://skills.sh/ directly.

Installing a Skill As-Is

Use npx skills add to a temp directory (it handles repo cloning and path resolution internally — skill paths vary wildly across repos), then move the result to the correct OpenClaw location.

Step 1: Ask the user

Before installing, always ask:

  1. Do you want to install this?
  2. Should it be available to all agents or a specific agent?

Step 2: Install to temp dir and move

# Install to temp dir (the CLI resolves the correct path within the repo)
cd /tmp && mkdir -p skill-tmp && cd skill-tmp
npx skills add <owner/repo@skill-name> -y

# Move to the correct OpenClaw location
cp -r .agents/skills/<skill-name> <TARGET_DIR>/<skill-name>

# Clean up
rm -rf /tmp/skill-tmp

Target directories:

ScopeLocation
All agents (global)/root/.openclaw/skills/<skill-name>/
Specific agent/root/.openclaw/workspace-<agent>/skills/<skill-name>/
Main agent only/root/.openclaw/workspace/skills/<skill-name>/

Step 3: Verify

openclaw skills info <skill-name>

Note: Skills are snapshotted at session start. The user needs a new session (/new) for newly installed skills to appear.

Building Your Own Skill (Recommended)

Often the best approach is not to install an existing skill directly, but to use them as research to build a better one:

  1. Search for relevant skills with npx skills find [query]
  2. Fetch a few of the top results to a temp dir (see above) and read their SKILL.md files
  3. Compare — identify what's good, what's missing, what's redundant or too generic
  4. Build your own that combines the best parts, adds missing pieces, and is tailored to your actual workflow

This is usually better than installing someone else's skill because:

  • Community skills vary wildly in quality (some are just vague guidelines, others have real code)
  • Your needs are specific — a generic skill won't cover your stack/tools/patterns
  • You can keep it focused and practical instead of trying to cover everything
  • You own it and can iterate on it

Workflow

npx skills find "chrome extension"
  → Found 6 results

Install top 3 to /tmp, read their SKILL.md files
  → mindrally: guidelines only, no code examples
  → tenequm: WXT framework focused, good modern tooling coverage
  → dicklesworthstone: Claude browser automation, not what we need

Write your own combining the best parts
  → Save to the appropriate OpenClaw skills directory

When No Skills Are Found

If no relevant skills exist, consider building one from scratch using the skill-creator skill, or help the user solve their problem directly.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

安装后在对应 Agent 宿主中调用,用来根据用户需求搜索相关 Skills,并把候选 Skill 的说明、来源和安装命令整理给用户确认。

平台分布

Codex

38.47%
按下载量换算37

Claude

28.35%
按下载量换算27

Cursor

19.1%
按下载量换算18

Gemini CLI

9.26%
按下载量换算9

安全审计

Gen Agent Trust Hub

未通过

Socket

通过

Snyk

未通过

权限和风险

操作浏览器

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

安装前确认

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

来源信息

继续浏览同类 Skills