Skip to content

Releases: vudknguyen/openskill

v1.0.2

28 Apr 05:11

Choose a tag to compare

What's Changed

  • fix: trigger release.yml on tag push instead of release: published by @vudknguyen in #11

Full Changelog: v1.0.1...v1.0.2

Installation

npm (recommended)

npm install -g openskill-cli

npx (no install needed)

npx openskill-cli --help

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

osk version

v1.0.1

28 Apr 04:55

Choose a tag to compare

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
1b9a997

Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v1.0.0

Installation

npm (recommended)

npm install -g openskill-cli

npx (no install needed)

npx openskill-cli --help

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

osk version

v0.1.1

22 Jan 02:20
fbb09ce

Choose a tag to compare

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

Full Changelog: v0.1.0...v0.1.1

Installation

npm (recommended)

npm install -g openskill-cli

npx (no install needed)

npx openskill-cli --help

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

osk version

v0.1.0

18 Jan 00:35
0f87ad4

Choose a tag to compare

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

Full Changelog: https://github.com/vudknguyen/openskill/commits/v0.1.0

Installation

npm (recommended)

npm install -g openskill-cli

npx (no install needed)

npx openskill-cli --help

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

osk version