New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

findskill

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

findskill

CLI for discovering and installing SKILL.md format skills

latest
Source
npmnpm
Version
0.1.8
Version published
Maintainers
1
Created
Source

findskill.md

A CLI for discovering and installing SKILL.md format skills for Claude.

Why it exists

Until Anthropic or another major platform ships an official skills registry, this fills the gap.

How it works

  • Skills are discovered by searching for SKILL.md files on GitHub
  • Results are ranked with a bias toward star count to surface trusted repos
  • Approved skills are added to the registry
  • Install counts are tracked to provide additional social proof

How to use it

A simple workflow is to instruct your agent to use findskill when it believes a task requires a specialized skill. The agent can then search, inspect, and install the right skill on demand.

Other CLIs

Just symlink Claude's skill directory to your other CLI config directory:

# replace with .gemini .codex ...
ln -s ~/.claude/skills ~/.your-other-cli/skills

Installation

npm install -g findskill

Usage

findskill [command] [options]

Commands

CommandDescription
search <query>Search by name, description, or tags
info <name>Show details for a skill
install <name>Install a skill to your skills directory
listList installed skills
update [name]Update all skills or a single skill
submit <github-url>Submit a SKILL.md URL for review
helpShow command help

Options

CommandOptions
search--page <number>
info--path <path>
install--path <path>, --force
list--path <path>
update--path <path>

Examples

# Search for skills
findskill search git

# Get info about a skill
findskill info commit

# Install a skill
findskill install commit

# List installed skills
findskill list

# Update all skills
findskill update

# Submit your own skill
findskill submit https://github.com/you/your-skill

Submit a skill

Use the submit command to add your skill repo to the registry:

findskill submit https://github.com/you/your-skill

The registry will review the repo and publish it if it matches the SKILL.md format.

License

MIT

Keywords

skill

FAQs

Package last updated on 18 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts