Releases: vudknguyen/openskill
Releases · vudknguyen/openskill
v1.0.2
28 Apr 05:11
Compare
Sorry, something went wrong.
No results found
What's Changed
fix: trigger release.yml on tag push instead of release: published by @vudknguyen in #11
Installation
npm (recommended)
npm install -g openskill-cli
npx (no install needed)
Standalone binaries
Platform
Architecture
File
macOS
Apple Silicon (M1/M2/M3)
osk-macos-arm64
macOS
Intel
osk-macos-x64
Linux
x64
osk-linux-x64
Linux
ARM64
osk-linux-arm64
Windows
x64
osk-win-x64.exe
macOS / Linux
curl -L -o osk https://github.com/$REPO /releases/download/$TAG_NAME /osk-macos-arm64
chmod +x osk
sudo mv osk /usr/local/bin/
Verify
v1.0.1
28 Apr 04:55
Compare
Sorry, something went wrong.
No results found
What's Changed
feat: non-interactive flags for update/init + sync docs to 12 agents by @vudknguyen in #8
chore(deps): bump postcss from 8.5.6 to 8.5.12 by @vudknguyen in #9
feat: GHA-driven release flow with bump-and-release + reusable validate by @vudknguyen in #10
Full Changelog : v1.0.0...v1.0.1
v1.0.0
19 Apr 09:06
Compare
Sorry, something went wrong.
No results found
What's Changed
Installation
npm (recommended)
npm install -g openskill-cli
npx (no install needed)
Standalone binaries
Platform
Architecture
File
macOS
Apple Silicon (M1/M2/M3)
osk-macos-arm64
macOS
Intel
osk-macos-x64
Linux
x64
osk-linux-x64
Linux
ARM64
osk-linux-arm64
Windows
x64
osk-win-x64.exe
macOS / Linux
# Download (replace with your platform)
curl -L -o osk https://github.com/$REPO /releases/download/$TAG_NAME /osk-macos-arm64
chmod +x osk
sudo mv osk /usr/local/bin/
Verify
v0.1.1
22 Jan 02:20
Compare
Sorry, something went wrong.
No results found
What's Changed
chore(deps-dev): Bump tar from 7.5.3 to 7.5.6 in the npm_and_yarn group across 1 directory by @dependabot [bot] in #3
New Contributors
Installation
npm (recommended)
npm install -g openskill-cli
npx (no install needed)
Standalone binaries
Platform
Architecture
File
macOS
Apple Silicon (M1/M2/M3)
osk-macos-arm64
macOS
Intel
osk-macos-x64
Linux
x64
osk-linux-x64
Linux
ARM64
osk-linux-arm64
Windows
x64
osk-win-x64.exe
macOS / Linux
# Download (replace with your platform)
curl -L -o osk https://github.com/$REPO /releases/download/$TAG_NAME /osk-macos-arm64
chmod +x osk
sudo mv osk /usr/local/bin/
Verify
v0.1.0
18 Jan 00:35
Compare
Sorry, something went wrong.
No results found
Added
Initial release of OpenSkill CLI
Support for multiple AI coding agents: Claude Code, Cursor, Codex, Antigravity
Install skills from any Git repository (GitHub, GitLab, SSH, self-hosted)
Interactive skill and agent selection with autocomplete
Shell completion for bash, zsh, and fish
Skill repository management (osk repo add/ls/rm/sync)
Skill search and browse functionality
Skill format conversion between agents
Skill validation and initialization
Global and project-level skill installation
Update checking for installed skills
Detailed manual pages (osk man <command>)
Version command with JSON output support
Installation
npm (recommended)
npm install -g openskill-cli
npx (no install needed)
Standalone binaries
Platform
Architecture
File
macOS
Apple Silicon (M1/M2/M3)
osk-macos-arm64
macOS
Intel
osk-macos-x64
Linux
x64
osk-linux-x64
Linux
ARM64
osk-linux-arm64
Windows
x64
osk-win-x64.exe
macOS / Linux
# Download (replace with your platform)
curl -L -o osk https://github.com/$REPO /releases/download/$TAG_NAME /osk-macos-arm64
chmod +x osk
sudo mv osk /usr/local/bin/
Verify