Claude Code
Enable auto-updates:- Run
/plugin - Go to Marketplaces
- Select the marketplace → Enable auto-update
/plugin menu.
Cursor, Cortex Code, and skills.sh-Compatible agents
Re-run the installation command or re-copy the updatedskills/ folders to pull the latest version. See the Installation guide for the installation commands for each platform.
For skills.sh-compatible agents, you can also check for updates and update installed skills:
CLI compatibility
Agent skills and the Omni CLI are updated separately. The skills changelog lists skill changes and the CLI versions covered by each sync. If a skill references a command your CLI does not recognize, check for a CLI update. In CLI v1.2.1 or later, run:omni <command> --help for command usage and omni <command> --schema for request and response definitions.
Troubleshooting
If your skills appear outdated, or the install command reports the plugin is “already installed” while skills aren’t loading, your IDE may be serving a cached version. This can happen when the uninstall process doesn’t fully clean up all registry and cache entries. To ensure you’re running the latest version, manually clear the stale plugin data and reinstall.Claude Code
1
Remove registry entries
Edit the following files and remove any
omni-analytics entries:~/.claude/settings.json— Remove"omni-analytics@omni-analytics"fromenabledPluginsand the"omni-analytics"block fromextraKnownMarketplaces~/.claude/plugins/installed_plugins.json— Remove theomni-analyticsentry~/.claude/plugins/known_marketplaces.json— Remove theomni-analyticsentry
2
Delete cached files
3
Reinstall the latest version
In a Claude session, run:
Cursor
1
Remove the plugin
Unregister the plugin:
2
Delete cached files
Cursor caches plugin repositories locally. Remove the cached clone:
3
Reinstall the latest version
Run the following to reinstall the latest version of the Omni skills:Cursor will pull a fresh copy of the repository with the latest skills.

