agentsclimarketplace

Check ai onboard updates

Skill K95M65/AI_ONBOARD/skills/check-ai-onboard-updates

Checks a managed AI_ONBOARD installation for package updates, fixes, and security releases, reports drift separately from available releases, and offers a safe preview before applying an upgrade. Use when the user asks whether AI_ONBOARD is current, invokes the update-check workflow, or wants to review and apply an available bundle update.From its SKILL.md

Install
npx -y skills add K95M65/AI_ONBOARD --skill check-ai-onboard-updates

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.7 KB, 315 tokens by cl100k_base, as published. Nobody here has run it

Check AI_ONBOARD updates

Run this workflow only in a project containing ai-onboard.json and .ai-onboard.lock.json.

  1. Check installation health without changing the project:

    python3 .ai-onboard/bin/ai_onboard.py doctor
    
  2. Query the configured update channel and cache the result:

    python3 .ai-onboard/bin/ai_onboard.py upgrade --check --cache --json
    
  3. Parse the JSON and report:

    • current and latest versions;
    • whether an update is available;
    • release classification (security, fix, feature, or maintenance);
    • the release summary and notes link; and
    • any separate local drift or unresolved conflicts reported by doctor.
  4. If no update exists, stop after reporting the check time and current version.

  5. If an update exists, show the user a non-mutating preview:

    python3 .ai-onboard/bin/ai_onboard.py upgrade --dry-run
    
  6. Apply the upgrade only when the user asks to proceed:

    python3 .ai-onboard/bin/ai_onboard.py upgrade
    python3 .ai-onboard/bin/ai_onboard.py doctor
    

Never treat package availability as permission to overwrite conflicts, change profiles, or purge user-owned content. Preserve the manager's distinction between an upstream release, local drift, and staged conflicts.

What ships with it: 1 file

305 B alongside SKILL.md

agents/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.