
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
A CLI for discovering and installing SKILL.md format skills for Claude.
Until Anthropic or another major platform ships an official skills registry, this fills the gap.
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.
Just symlink Claude's skill directory to your other CLI config directory:
# replace with .gemini .codex ...
ln -s ~/.claude/skills ~/.your-other-cli/skills
npm install -g findskill
findskill [command] [options]
| Command | Description |
|---|---|
search <query> | Search by name, description, or tags |
info <name> | Show details for a skill |
install <name> | Install a skill to your skills directory |
list | List installed skills |
update [name] | Update all skills or a single skill |
submit <github-url> | Submit a SKILL.md URL for review |
help | Show command help |
| Command | Options |
|---|---|
search | --page <number> |
info | --path <path> |
install | --path <path>, --force |
list | --path <path> |
update | --path <path> |
# 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
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.
MIT
FAQs
CLI for discovering and installing SKILL.md format skills
We found that findskill demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.