Releases: moatazhamada/ai-omni-skills
Releases · moatazhamada/ai-omni-skills
v1.4.0
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
fileswhitelist. - 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
Omni Skills v1.3.1
Omni Skills v1.3.0
Omni Skills v1.2.25
Omni Skills v1.2.24
Omni Skills v1.2.23
Omni Skills v1.2.22
Added
- NVIDIA SkillSpector integration — security scanning for AI skills
omni-skills security— check SkillSpector statusomni-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 templateomni-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
skillstoomni-skills(skillskept as backward-compatible alias) - Update all documentation examples to use
omni-skills
Published with npm provenance.
Omni Skills v1.2.21
Omni Skills v1.2.20
Added
postinstall.js— welcome message afternpm install -g ai-omni-skillscli.js— quick-start hint in help output
Published with npm provenance.