Skip to content

Releases: moatazhamada/ai-omni-skills

v1.4.0

24 Jun 08:47

Choose a tag to compare

Omni Skills v1.4.0 is here 🎉

This release marks a major milestone: Omni Skills is now available as a native binary on macOS, Linux, and Windows — no Node.js required.

What's new

🖥 Native binaries

  • Standalone executables built automatically for every release.
  • macOS arm64/x64, Linux x64, and Windows x64.
  • Download directly from the release assets below.

🍺 Homebrew support

Install on macOS or Linux with one command:

brew tap moatazhamada/tap
brew install omni-skills

🪟 Winget support

A Winget manifest has been submitted to microsoft/winget-pkgs. Once merged, Windows users can run:

winget install omni-skills

🔧 Skill compiler pipeline

Your SKILL.md files are now compiled on the fly into the exact format each AI tool expects:

  • Claude / Cursor / Kimi / OpenCode / KiloCode → markdown + YAML frontmatter
  • Codex → markdown + TOML metadata
  • Gemini → markdown + JSON metadata

🛡 Execution boundaries

Add YAML frontmatter to restrict file writing, network access, shell execution, and require user confirmation per tool.

🚀 Other improvements

  • Zero-config fallback for legacy skills without frontmatter.
  • Optional NVIDIA SkillSpector vulnerability scanning gate.
  • CLI fully decoupled from Node runtime assumptions for reliable binary distribution.
  • npm package now ships a lightweight files whitelist.
  • README refactored and split into a dedicated docs/ directory.

Install

  • npm: npm install -g ai-omni-skills
  • Homebrew: brew tap moatazhamada/tap && brew install omni-skills
  • Winget: winget install omni-skills (after PR merge)
  • Binaries: download from the assets below

Assets

Platform Binary
macOS Apple Silicon omni-skills-mac-arm64
macOS Intel omni-skills-mac-x64
Linux x64 omni-skills-linux-x64
Windows x64 omni-skills-windows-x64.exe

Omni Skills v1.3.2

22 Jun 03:10

Choose a tag to compare

See CHANGELOG.md for version 1.3.2 details.


Published with npm provenance.

Omni Skills v1.3.1

22 Jun 02:25

Choose a tag to compare

See CHANGELOG.md for version 1.3.1 details.


Published with npm provenance.

Omni Skills v1.3.0

22 Jun 02:08

Choose a tag to compare

See CHANGELOG.md for version 1.3.0 details.


Published with npm provenance.

Omni Skills v1.2.25

22 Jun 01:42

Choose a tag to compare

See CHANGELOG.md for version 1.2.25 details.


Published with npm provenance.

Omni Skills v1.2.24

22 Jun 01:36

Choose a tag to compare

See CHANGELOG.md for version 1.2.24 details.


Published with npm provenance.

Omni Skills v1.2.23

22 Jun 01:31

Choose a tag to compare

See CHANGELOG.md for version 1.2.23 details.


Published with npm provenance.

Omni Skills v1.2.22

22 Jun 01:20

Choose a tag to compare

Added

  • NVIDIA SkillSpector integration — security scanning for AI skills
    • omni-skills security — check SkillSpector status
    • omni-skills security scan — scan skills for 64 vulnerability patterns
    • Setup asks to install SkillSpector (default: yes)
    • Doctor checks SkillSpector installation status
    • README documents SkillSpector with NVIDIA reference
  • Skill creation wizard — create skills directly without going through an agent
    • omni-skills create [name] — interactive wizard with SKILL.md template
    • omni-skills create from <file> — convert existing file to skill
  • Help hint — quick-start banner at bottom of omni-skills help

Changed

  • Rename CLI command from skills to omni-skills (skills kept as backward-compatible alias)
  • Update all documentation examples to use omni-skills

Published with npm provenance.

Omni Skills v1.2.21

22 Jun 00:58

Choose a tag to compare

See CHANGELOG.md for version 1.2.21 details.


Published with npm provenance.

Omni Skills v1.2.20

22 Jun 00:53

Choose a tag to compare

Added

  • postinstall.js — welcome message after npm install -g ai-omni-skills
  • cli.js — quick-start hint in help output

Published with npm provenance.