skilledin
v0.1.0
Published
The official CLI for the SkilledIn Agent Skills marketplace — skilledin.dev
Maintainers
Readme
skilledin
The official CLI for the SkilledIn Agent Skills marketplace.
Quick Start
# Run directly with npx (no install needed)
npx skilledin --help
# Search for skills
npx skilledin search "data pipeline"
npx skilledin search --category data-engineering
# Install globally
npm install -g skilledin
skilledin search "sql optimizer"Commands
| Command | Description |
|---------|-------------|
| search [query] | Search for skills in the marketplace |
| install <skill> | Install a skill into your project |
| publish [path] | Publish a skill from a SKILL.md file |
| login | Authenticate with the marketplace |
| logout | Remove stored credentials |
| whoami | Show current authentication status |
| skills | Browse and manage skills |
| creators | Browse creators on the marketplace |
| rate <slug> <rating> | Rate a skill (1-5) |
| feedback <slug> <msg> | Leave written feedback on a skill |
| consulting | Manage or book consulting sessions |
Configuration
The CLI stores config in ~/.skilledin/config.json:
- registry - API endpoint (default:
https://api.skilledin.dev) - token - Auth token (set via
skilledin login)
Override the registry per-command with --registry <url>.
Requirements
- Node.js >= 22
License
MIT
