Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add Abdulaziz-almoshen/orbit/plugin install orbitWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/abdulaziz-almoshen/orbit/orbit-upgrade)<a href="https://agentmods.dev/skills/abdulaziz-almoshen/orbit/orbit-upgrade"><img src="https://agentmods.dev/badge/skills/abdulaziz-almoshen/orbit/orbit-upgrade/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/abdulaziz-almoshen/orbit/orbit-upgrade"><img src="https://agentmods.dev/badge/skills/abdulaziz-almoshen/orbit/orbit-upgrade.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00071 | $0.02442 |
| Opus 5 | $0.00036 | $0.01221 |
| Sonnet 5 | $0.00014 | $0.00488 |
| Haiku 4.5 | $0.00007 | $0.00244 |
Grade D, and why
orbit-upgrade scanned grade D with 3 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Downloads and executes remote codehighSupply chain
curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.
ORBIT_BRANCH="$_BR" bash -c 'curl -fsSL "https://raw.githubusercontent.com/Abdulaziz-almoshen/orbit/'"$_BR"'/install.sh" | bash' Enumerates other installed skillsmediumAgent snooping
Other skills' SKILL.md files reveal prompts, capabilities and secrets that should be invisible to peers.
**Skills-dir install (`IS_GIT=no` and `$INSTALL_DIR/.install-method` says `method=skills-dir`, or `$INSTALL_DIR` is under `~/.claude/skills/`) — the default install:** re-run the installer, which re-downloads the latest Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
ORBIT_BRANCH="$_BR" bash -c 'curl -fsSL "https://raw.githubusercontent.com/Abdulaziz-almoshen/orbit/'"$_BR"'/install.sh" | bash' How it starts
The opening of the file, as written. The whole thing — 173 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/orbit-upgrade
Upgrade the orbit plugin and show what's new. This updates the plugin/scaffolder
only — it never touches the CLAUDE.md, roles, or loop files a previous run already
scaffolded into a product repo (those are that project's files).
Inline upgrade flow
This section is referenced by the /orbit preamble when it detects
UPGRADE_AVAILABLE <old> <new>. Run the steps in order.
Step 0: resolve the install (one deterministic call — no candidate loop)
Run the trusted resolver. It ALWAYS names the active install (it runs from it), and reports version,
commit, how many commits behind origin, dirty tracked files, and any stale copies — so there is no
narrated search and no "standard paths didn't resolve." The executable is literal (./orbit-resolve),
the variable is only a cd argument — same style as the /orbit preamble, so the guard never prompts.
_CC="${CLAUDE_CONFIG_DIR:-$HOME/.claude}"
if [ -n "${CLAUDE_PLUGIN_ROOT:-}" ] && [ -x "$CLAUDE_PLUGIN_ROOT/bin/orbit-resolve" ]; then ( cd "$CLAUDE_PLUGIN_ROOT/bin" && ./orbit-resolve --upgrade-check )
elif [ -x "$_CC/skills/orbit/bin/orbit-resolve" ]; then ( cd "$_CC/skills/orbit/bin" && ./orbit-resolve --upgrade-check )
elif [ -x "$HOME/.claude/skills/orbit/bin/orbit-resolve" ]; then ( cd "$HOME/.claude/skills/orbit/bin" && ./orbit-resolve --upgrade-check )
elif [ -x ".claude/skills/orbit/bin/orbit-resolve" ]; then ( cd .claude/skills/orbit/bin && ./orbit-resolve --upgrade-check )
fi
Read the JSON it prints:
active_install→INSTALL_DIRfor the rest of these steps;is_git→IS_GIT.behind > 0→ an upgrade is available (proceed).behind == 0→ already current (tell the user the version and stop, unless they explicitly asked to re-pull).dirty == true→ mentiondirty_filesbefore Step 3 (they'll be stashed).other_installsnon-empty → note the stale copy (e.g. an old plugin-cache…/orbit/orbit/0.4.0) so the user can remove it; it is NOT the active install and won't be touched.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 173 lines · 71 tokens per session scan D 25dbbcc6ecac
orbit-upgrade is a skill published in the GitHub repository Abdulaziz-almoshen/orbit (4 stars, last pushed 22d ago), licensed MIT. It adds 71 tokens to every session and 2,442 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it D with 3 findings (downloads and executes remote code, enumerates other installed skills, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
scout-briefing
Launch a Scout morning briefing session as a background process. Auto-detects mode (morning briefing, consolidation, or weekend briefing) from the current time and day.
scout-consolidation
Launch a Scout consolidation session as a background process. Runs a lighter delta scan — captures what changed since the last run and updates action items and KB.
scout-dream
Launch a Scout dreaming session as a background process. Processes feedback, does KB deep work, and works on wishlist items.
scout-research
Launch a Scout research session as a background process. Goes outward — discovers new information about KB entities via web search, docs, and APIs, then integrates findings.
technical-troubleshooting
Provide setup, troubleshooting, and maintenance guidance. Use when the user reports a device that won't power on, connectivity issues, setup questions, overheating, or maintenance concerns.
video-perception
Use when the user mentions a video file (.mp4, .mov, .avi, .mkv, .webm), a YouTube URL, asks to watch/analyze/review a video, or references video content in conversation.