geo-update

geo-update is a skill for Claude Code from iamwaqargulzar/Marketing-Agent-OS. It costs 44 tokens per session (334 once invoked), scanned A, original, Apache-2.0.

An update workflow for installed GEO skills, where GEO means improving how a site appears in search engines and AI-generated answers.

In plain words
What is it for?
Use it to check for workflow updates, review changed files, and safely refresh an authorised GEO installation.
Why use it?
It compares the installed files with their verified source while protecting local changes and requiring permission before replacing files or installing dependencies.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the marketing-agent-os plugin — 173 skills shipped together

Good fit Use it to check for workflow updates, review changed files, and safely refresh an authorised GEO installation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/iamwaqargulzar/marketing-agent-os/geo-update
Install

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.

Any agent
npx skills add iamwaqargulzar/Marketing-Agent-OS --skill geo-update
Clone the repo
git clone --depth 1 https://github.com/iamwaqargulzar/Marketing-Agent-OS

Made for: Claude Code.

Or install marketing-agent-os, the plugin that ships this one along with the rest of its 173 skills.

Wrote 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.

agentmods badge for geo-update

README.md
[![agentmods](https://agentmods.dev/badge/skills/iamwaqargulzar/marketing-agent-os/geo-update/github.svg)](https://agentmods.dev/skills/iamwaqargulzar/marketing-agent-os/geo-update)
Your own site
<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.

agentmods 80×15 button for geo-update

Your own site · 80×15
<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>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 334 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 6d ago against content hash 018cbb1b759f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

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.

skills/geo-update/SKILL.md · 35 lines

What it actually says

GEO Update

Update installed GEO workflows only after identifying the installation source and obtaining permission for persistent changes.

Workflow

  1. Locate the installed skills and determine whether they came from a Git checkout, plugin installation, or copied skill folders.
  2. Resolve the configured Marketing Agent OS source. Do not guess a repository or switch to an unrelated upstream project.
  3. Fetch candidate files into a temporary directory and run that candidate's validation suite before comparing it with the installation.
  4. Report added, changed, unchanged, and locally modified files. Treat local modifications as user-owned.
  5. Ask for explicit authorization before replacing installed files or installing dependencies.
  6. Apply updates through the same installer and scope originally used. Never edit host settings files as part of a skill refresh.
  7. 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.

Changes

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.

  1. 6d ago First seen · 35 lines · 44 tokens per session scan A 018cbb1b759f

Subscribe to this mod's changes

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.

Related

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…

shalintripathi/organic-os · 80 tokens

cmux-testing

A regression test for a bug fix ships as two commits so CI proves the test catches the bug.

manaflow-ai/cmux · 47 tokens

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.

manaflow-ai/cmux · 39 tokens

git-context

Search git history for context — commit messages, blame, related changes, impact analysis.

jellydn/my-ai-tools · 19 tokens

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.

Hainrixz/claude-seo-ai · 71 tokens

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…

Hainrixz/claude-seo-ai · 91 tokens