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 iamwaqargulzar/Marketing-Agent-OS --skill geo-updategit clone --depth 1 https://github.com/iamwaqargulzar/Marketing-Agent-OSWrote 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/iamwaqargulzar/marketing-agent-os/geo-update)<a href="https://agentmods.dev/skills/iamwaqargulzar/marketing-agent-os/geo-update"><img src="https://agentmods.dev/badge/skills/iamwaqargulzar/marketing-agent-os/geo-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/iamwaqargulzar/marketing-agent-os/geo-update"><img src="https://agentmods.dev/badge/skills/iamwaqargulzar/marketing-agent-os/geo-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.00044 | $0.00334 |
| Opus 5 | $0.00022 | $0.00167 |
| Sonnet 5 | $0.00009 | $0.00067 |
| Haiku 4.5 | $0.00004 | $0.00033 |
Grade A, and why
geo-update scanned grade A with 0 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 6d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
GEO Update
Update installed GEO workflows only after identifying the installation source and obtaining permission for persistent changes.
Workflow
- Locate the installed skills and determine whether they came from a Git checkout, plugin installation, or copied skill folders.
- Resolve the configured Marketing Agent OS source. Do not guess a repository or switch to an unrelated upstream project.
- Fetch candidate files into a temporary directory and run that candidate's validation suite before comparing it with the installation.
- Report added, changed, unchanged, and locally modified files. Treat local modifications as user-owned.
- Ask for explicit authorization before replacing installed files or installing dependencies.
- Apply updates through the same installer and scope originally used. Never edit host settings files as part of a skill refresh.
- Validate the installed result and report the exact version or commit when available.
Safety rules
- Never delete locally modified files automatically.
- Never run dependency installers without approval.
- Never update from a mutable or unverified source when a pinned release is available.
- If provenance cannot be established, stop with manual comparison instructions.
Output
Return source identity, installed identity, validation status, diff summary, preserved customizations, actions taken, and restart requirements.
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.
- 6d ago First seen · 35 lines · 44 tokens per session scan A 018cbb1b759f
geo-update is a skill published in the GitHub repository iamwaqargulzar/Marketing-Agent-OS (3 stars, last pushed 7d ago), licensed Apache-2.0. It adds 44 tokens to every session and 334 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.
Other skills, from other repositories
reset
Use when the user wants to remove a site from organic-os, deregister a site, uninstall, "reset organic-os", "remove my site", "start over", or runs /organic-os:reset. Guided teardown that shows what exists and, per user choice, deregisters the site from the local registry - it never deletes the brain repo or revokes…
cmux-testing
A regression test for a bug fix ships as two commits so CI proves the test catches the bug.
cmux-release
Prefer the /release command. It determines the new version (minor by default), gathers commits since the last tag, updates CHANGELOG.md, runs ./scripts/bump-version.sh, commits, runs ./scripts/release-pretag-guard.sh, then tags and pushes.
git-context
Search git history for context — commit messages, blame, related changes, impact analysis.
seo-vertical-detect
Classify a website as ecommerce, local-business, blog-publisher, saas, docs, or generic (multiple may apply), and report detected locales, from the persisted PageSnapshot plus the platform detector's vertical hints. Used by seo-orchestrator to decide which conditional modules to run and how to reweight the scores.
seo-fix-apply
Writer protocol preloaded into the seo-fixer-writer agent — how confirmed SEO/AI-search fixes are applied (git pre-flight, backup, Edit/Write for local diffs, ticketed adapter CLIs for remote targets, re-verify, publish only on a second ticket, rollback) and the findings-array output contract. Used only by the fix…