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

find-skills寻找技能

Agent Skill

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

总安装

776

周安装

33

GitHub Stars

3

下载量

272
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/mgiovani/cc-arsenal --skill find-skills

简介

用于查找、发现和安装 Agent Skills 的能力包。

  • 适合按任务场景检索可用 Skill 并给出来源和安装命令。
  • 使用时应核对来源站点、安装量和仓库状态,避免推荐未经验证的第三方方案。
  • 不涉及自动执行安装,仅提供候选项供用户决策。
  • find-skills 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Find Skills

Discover and install third-party agent skills from the open Agent Skills ecosystem powered by skills.sh.

Overview

The Agent Skills format is an open standard for packaging procedural knowledge, workflows, and tools that AI agents load on demand. The npx skills CLI (maintained by Vercel Labs) serves as "npm for AI agents" -- enabling discovery and installation of community skills from any Git repository.

skills.sh is the public directory and leaderboard for the ecosystem, hosting thousands of skills across categories like frontend, backend, DevOps, and more.

Built-in cc-arsenal Skills

Before installing third-party skills, note that cc-arsenal already provides:

  • agent-browser -- AI-optimized headless browser automation (snapshot + refs system)
  • jira-cli -- Interactive Jira issue, epic, and sprint management
  • create-skill -- Specification-driven skill creation with live documentation fetching
  • find-skills -- This skill (discovery and installation of third-party skills)

Only install external skills that provide capabilities not already covered above.

Quick Start

1. Find Skills

# Interactive fuzzy search across skills.sh
npx skills find

# Search by keyword
npx skills find typescript
npx skills find react
npx skills find testing

2. Review Available Skills in a Repository

# List skills in a repository without installing
npx skills add owner/repo --list

# Example: list Vercel's official skills
npx skills add vercel-labs/agent-skills --list

# Example: list Anthropic's skills
npx skills add anthropics/skills --list

3. Install Skills

# Interactive installation (choose skills and target agents)
npx skills add owner/repo

# Install a specific skill for Claude Code
npx skills add owner/repo --skill skill-name -a claude-code

# Install globally (available across all projects)
npx skills add owner/repo --skill skill-name -a claude-code -g

# Install all skills from a repo to all detected agents
npx skills add owner/repo --all

Essential Commands

CommandPurpose
npx skills find [query]Search skills.sh directory
npx skills add <source>Install skills from a repository
npx skills listView installed skills
npx skills checkCheck for available updates
npx skills updateUpdate all installed skills
npx skills remove [name]Uninstall a skill
npx skills init [name]Create a new skill template

Installation Scopes

Project scope (default): Installs to .claude/skills/ in the current project directory. Committed with the project and shared with team members.

Global scope (-g flag): Installs to ~/.claude/skills/ in the home directory. Available across all projects for the current user.

Recommendation: Install domain-specific skills (e.g., a framework skill) at project scope. Install general-purpose skills (e.g., code review, testing patterns) at global scope.

Source Formats

The add command accepts multiple source formats:

# GitHub shorthand (most common)
npx skills add owner/repo

# Full GitHub URL
npx skills add https://github.com/owner/repo

# Direct path to a specific skill
npx skills add https://github.com/owner/repo/tree/main/skills/skill-name

# GitLab URL
npx skills add https://gitlab.com/org/repo

# Local directory (for development)
npx skills add ./my-local-skills

Key Repositories

RepositoryDescription
vercel-labs/agent-skillsVercel's official skill collection (React, Next.js, design)
anthropics/skillsAnthropic's example skills
mgiovani/cc-arsenalThis repository (browser, Jira, create-skill, find-skills)

Reference Files

For detailed command reference, load: references/commands.md

  • All CLI subcommands with complete flag documentation
  • Source format details and installation paths
  • Troubleshooting common issues

For discovery patterns and best practices, load: references/workflows.md

  • Discovery strategies by domain and framework
  • Global vs project installation guidance
  • Security review of skill sources
  • Combining third-party skills with cc-arsenal
  • Managing updates and versions

Resources

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

33.19%
按下载量换算90

Claude

29.85%
按下载量换算81

Cursor

19.6%
按下载量换算53

Gemini CLI

9.65%
按下载量换算26

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

操作浏览器

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

安装前确认

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

来源信息

继续浏览同类 Skills