npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

skillx-sh

v0.3.0

Published

The Only Skill That Your AI Agent Needs.

Readme

skillx-sh

The Only Skill That Your AI Agent Needs.

CLI for the SkillX.sh marketplace — search, discover, and use AI agent skills from your terminal.

Install

npm install -g skillx-sh

Or run directly with npx:

npx skillx-sh search "code review"

Commands

skillx search <query>

Search the SkillX marketplace for skills.

skillx search "code review"
skillx search "database migration"
skillx search "ui ux" --use     # auto-pick top result and show details

skillx find <query>

Interactive search — browse results and select a skill to view details.

skillx find "testing"

skillx use <identifier>

Smart skill lookup — supports multiple identifier formats:

skillx use author/skill-name              # direct lookup by author and skill name
skillx use org/repo/skill-name            # lookup or auto-register from GitHub repo subfolder
skillx use org/repo                       # scan GitHub repo for all skills (discovers SKILL.md files)
skillx use slug                           # exact slug lookup (fallback to search on 404)
skillx use "keyword query"                # search and auto-pick top result
skillx use author/skill-name --raw        # output raw content (for piping)
skillx use something --search             # force search mode

How it works:

  • author/skill (two-part) → DB lookup by slug author-skill, fallback scan repo
  • org/repo/skill (three-part) → DB lookup org-skill, fallback register from GitHub subfolder
  • Single word → direct slug lookup, falls back to search if not found
  • Multi-word or --search flag → searches and uses the top result

Security warnings: Skills are scanned for suspicious content at registration. The CLI shows colored warnings:

  • Safe — no issues detected (no banner)
  • Caution — yellow banner, some patterns flagged
  • Danger — red banner, suspicious content patterns detected

Use --raw to output content with boundary markers (for piping to other tools).

skillx publish [owner/repo]

Publish skills from a GitHub repo to the SkillX marketplace (requires API key + repo ownership).

skillx publish                          # auto-detect from git remote
skillx publish owner/repo               # explicit repo
skillx publish owner/repo --path .claude/skills/my-skill  # specific skill
skillx publish owner/repo --scan        # scan all SKILL.md files
skillx publish --dry-run                # preview without publishing

skillx report <slug> <outcome>

Report skill usage outcome (requires API key).

skillx report my-skill success
skillx report my-skill failure --model claude-sonnet-4 --duration 5000

skillx config

Manage CLI configuration.

skillx config set-key          # set your API key
skillx config set-url <url>    # set custom API URL
skillx config show             # show current config

Configuration

API Key — get yours at skillx.sh/settings, then:

skillx config set-key

Or set via environment variable:

export SKILLX_API_KEY=your-key-here

Links

License

MIT