meow-skills-cli
v0.2.2
Published
CLI to search public skill indexes and download matching SKILL.md files with a terminal dashboard.
Maintainers
Readme
meow-skills-cli
Download matching SKILL.md files from the terminal.
Install
npm install -g meow-skills-cliThe package installs a prebuilt platform binary and exposes the meow command.
Usage
meow rust
meow cpp --limit 5
meow kotlin --output ./downloads/kotlin
meow rust --limit 20 --concurrency 8Output
By default, files are saved in:
./<query>_skillsExample:
meow rustThis creates:
./rust_skillsOptions
--limitlimits how many matching skills are downloaded--outputsets a custom output folder--concurrencycontrols parallel downloads--helpshows help
