update
FeaturedCheck for updates and upgrade Ouroboros to the latest version
AI & Automation 5,596 stars
559 forks Updated today MIT
Install
Quality Score: 93/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# /ouroboros:update
Check for updates and upgrade Ouroboros without changing the installation's
manager, environment, or optional-dependency profile.
## Usage
```
ooo update
/ouroboros:update
```
**Trigger keywords:** "ooo update", "update ouroboros", "upgrade ouroboros"
## Instructions
When the user invokes this skill:
1. Use the native command as the single source of truth:
```bash
ouroboros update --check
```
- If it reports **up to date**, report that result and stop.
- If it reports an **update available**, ask the user to choose **Update
now** or **Skip**.
- If the user chooses **Update now**, run:
```bash
ouroboros update --yes
```
When the user actively uses both Claude Code and Codex, refresh both host
integrations without changing the configured execution backend:
```bash
ouroboros update --yes --runtime all
```
Show the command's result. The native updater binds the package upgrade and
post-update setup to one receipt-backed installation identity: manager,
environment, recorded profile, and environment-local console script.
2. If the check exits unsuccessfully but `ouroboros update --help` works,
report the native error and stop. **Do not** replace it with a manual
updater. In particular, do not infer ownership from global `uv tool list`,
`pipx list`, PATH order, directory names, or the active agent runtime.
3. If `ouroboros update --help` does not work, this is a legacy...
Details
- Author
- Q00
- Repository
- Q00/ouroboros
- Created
- 7 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
ouroboros-help
Full reference guide for Ouroboros commands and agents
5,596 Updated today
Q00 AI & Automation Solid
update
Check for new versions of Claude Code and ClawCode, and print safe update commands. Triggers on /agent:update, /update, "check for updates", "are there updates", "buscar actualizaciones".
61 Updated yesterday
crisandrews AI & Automation Solid
orbit-upgrade
Upgrade the installed orbit plugin to the latest version from GitHub and show what changed. Use when the user says "upgrade orbit", "update agentic loop", "get the latest orbit", or when the /orbit preamble reports UPGRADE_AVAILABLE. Speech-to-text aliases: "update agent loop", "upgrade the agent loop".
4 Updated today
Abdulaziz-almoshen