Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@skills-supply/sk

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@skills-supply/sk - npm Package Compare versions

Comparing version
0.1.4
to
0.1.5
+3
-3
package.json

@@ -8,7 +8,7 @@ {

"@clack/prompts": "^0.7.0",
"@skills-supply/agents-toml": "latest",
"commander": "^14.0.2",
"consola": "^3.4.2",
"open": "^11.0.0",
"smol-toml": "^1.6.0",
"zod": "^3.25.76"
"smol-toml": "^1.6.0"
},

@@ -56,3 +56,3 @@ "description": "Skills Supply CLI - Install and manage AI agent skills",

"type": "module",
"version": "0.1.4"
"version": "0.1.5"
}
# @skills-supply/sk
CLI for installing and managing AI agent skills.
## Installation
```bash
# npm (requires Node.js 18+)
npm install -g @skills-supply/sk
# Homebrew (macOS/Linux - standalone binary)
brew install 803/sk/sk
# Scoop (Windows - standalone binary)
scoop bucket add 803 https://github.com/803/scoop-sk
scoop install sk
```
## Quick Start
```bash
# Install a skill
sk install <skill-name>
# List installed skills
sk list
# Get help
sk --help
```
## Documentation
For full documentation, see the [main repository](https://github.com/803/skills-supply).
## License
MIT

Sorry, the diff of this file is too big to display