Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add ArisGuimera/MobiAI-Core --skill mobiai-updategit clone --depth 1 https://github.com/ArisGuimera/MobiAI-CoreWrote 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/arisguimera/mobiai-core/mobiai-update)<a href="https://agentmods.dev/skills/arisguimera/mobiai-core/mobiai-update"><img src="https://agentmods.dev/badge/skills/arisguimera/mobiai-core/mobiai-update/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/arisguimera/mobiai-core/mobiai-update"><img src="https://agentmods.dev/badge/skills/arisguimera/mobiai-core/mobiai-update.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.00055 | $0.01166 |
| Opus 5 | $0.00028 | $0.00583 |
| Sonnet 5 | $0.00011 | $0.00233 |
| Haiku 4.5 | $0.00006 | $0.00117 |
Grade C, and why
mobiai-update scanned grade C with 2 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 11d 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.
curl -fsSL https://mobiai.dev/install.sh | sh Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -fsSL https://mobiai.dev/install.sh | sh How it starts
The opening of the file, as written. The whole thing — 129 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Objetivo
Actualizar el binario mobiai instalado en el sistema del usuario. La vía
canónica es mobiai update: desde la v0.2.2 refresca el catálogo de skills y
se auto-actualiza el binario (descarga el asset de la plataforma desde GitHub
Releases, verifica su checksum SHA256, y reemplaza ~/.mobiai/bin/mobiai con el
truco rename-then-write — funciona incluso en Windows con el .exe en uso). El
install script queda como fallback para cuando el auto-update falla.
Workflow
1. Confirmá la versión actual
mobiai --version
Anotá la versión (ej: mobiai 0.2.0).
2. Mostrá al usuario qué vas a hacer
Antes de tocar nada, decile al usuario:
"Voy a actualizar MobiAI con
mobiai update. Esto refresca el catálogo de skills y, si hay binario nuevo, descarga el release y reemplaza~/.mobiai/bin/mobiai. ¿Procedo?"
Esperá confirmación. No actualices sin que el usuario diga sí.
3. Corré mobiai update
mobiai update
Refresca el catálogo y, si hay una versión más nueva, se auto-actualiza el binario. Vas a ver algo como:
Skills catalog updated to vX.Y.Z.
N packs available at ...
mobiai binary 0.2.2 → 0.2.3: downloading mobiai-0.2.3-<os>-<arch>...
mobiai binary updated to 0.2.3. Restart your terminal (or re-run mobiai) to use the new version.
Si solo querés refrescar el catálogo sin tocar el binario: mobiai update --skip-binary.
4. Verificá
mobiai --version
Confirmá que la versión cambió. En Windows el .exe viejo queda como
mobiai.exe.old hasta el próximo update (que lo limpia en su primer paso); es
esperado, no hace falta borrarlo a mano.
5. Fallback: install script
Solo si mobiai update mostró un aviso de que no pudo actualizar el binario
(red, permisos, o instalado en una ruta de solo lectura), corré el install
script oficial.
Windows (PowerShell):
iwr -useb https://mobiai.dev/install.ps1 | iex
macOS / Linux:
curl -fsSL https://mobiai.dev/install.sh | sh
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.
- 11d ago First seen · 129 lines · 55 tokens per session scan C f71b56bf7664
mobiai-update is a skill published in the GitHub repository ArisGuimera/MobiAI-Core (453 stars, last pushed 4d ago), licensed MIT. It adds 55 tokens to every session and 1,166 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
agent-release-swarm
Agent skill for release-swarm - invoke with $agent-release-swarm.
release-announcement
Write a release announcement — changelog, blog post, in-app note, or social post — that leads with user impact, names the audience, and includes upgrade/migration steps without filler.
multi-agent-release-manager
Cleans up the workspace, formats code, runs presubmit checks, and uploads CLs to Gerrit.
release-notes
Generate user-facing release notes from tickets, PRDs, or changelogs. Creates clear, engaging summaries organized by category (new features, improvements, fixes). Use when writing release notes, creating changelogs, announcing product updates, or summarizing what shipped.
pack-submit
Package one of this agent's own skills as a standalone community pack and submit it to the aeon registry as a PR.
updater_guide
Guidance for checking for and installing Row-Bot updates.