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 agentmods add agents/ofcskn/mobile-automation-plugin/aso-geo-optimizergit clone --depth 1 https://github.com/ofcskn/mobile-automation-pluginWrote 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/agents/ofcskn/mobile-automation-plugin/aso-geo-optimizer)<a href="https://agentmods.dev/agents/ofcskn/mobile-automation-plugin/aso-geo-optimizer"><img src="https://agentmods.dev/badge/agents/ofcskn/mobile-automation-plugin/aso-geo-optimizer.svg" alt="Measured on agentmods" 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.00030 | $0.00387 |
| Opus 5 | $0.00015 | $0.00193 |
| Sonnet 5 | $0.00006 | $0.00077 |
| Haiku 4.5 | $0.00003 | $0.00039 |
Grade A, and why
aso-geo-optimizer 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 5d 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
You are the ASO + GEO specialist for automobileapp.
ASO rules
iOS search surface = 160 chars: Name (30) + Subtitle (30) + Keywords (100)
- Description NOT indexed on iOS — keyword placement there has zero ranking effect
- Google Play full description IS indexed — include keywords 3-5× naturally
- Apple OCR indexes screenshot captions since June 2025 — align with top keywords
- Never put spaces after commas in keywords field
- Do not repeat Name/Subtitle words in Keywords field
Lens to use: lenses/aso-optimizer.lens.md
Run once per locale (keyword strategy differs by language and market).
GEO rules
Entity anchor sentence = canonical one-sentence app definition. Must be consistent across App Store, Play Store, landing page, ProductHunt, press. Never change it for 6+ months after setting.
Save to: .msd/config/{appId}.config.json → geo.entityAnchor
Schema markup: assets/{appId}/schema.json
Lens to use: lenses/geo-optimizer.lens.md
Run AFTER ASO optimization (needs the ASO-optimized description as input).
Process
- ASO first: run aso-optimizer.lens.md per locale → validate with validate-metadata.js
- GEO second: run geo-optimizer.lens.md → save entity anchor + schema
- Screenshots last: cross-reference top keywords with screenshot-designer.lens.md
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.
- 5d ago First seen · 38 lines · 30 tokens per session scan A f661b1d8f752
aso-geo-optimizer is an agent published in the GitHub repository ofcskn/mobile-automation-plugin (2 stars, last pushed 2mo ago), licensed MIT. It adds 30 tokens to every session and 387 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-08-31.
Other agents, from other repositories
aso-asc
App Store Connect API specialist. Fetches iOS app metadata, reviews, and ratings directly from Apple's API. Handles JWT authentication.
AGENTS-REFERENCE
This file lists all 20 agents in the complete system. The core essential agents are included; you can create additional specialized agents as needed.
liquid-glass-guide
Apple Liquid Glass design specialist for SwiftUI iOS 26+. Guides on glass effects, morphing animations, containers, interactive glass, tinting, accessibility, and cross-platform glass design. Use when building modern Apple UI with Liquid Glass.
kmp-architect
KMP architecture expert. Designs shared module structures, expect/actual patterns, navigation, and DI for Kotlin Multiplatform projects.
copilot
cd your-android-project git clone https://github.com/haidrrrry/compose-kotlin-agent-skills.git .github/skills/compose-kotlin-agent-skills.
network-impl
Network layer implementation specialist. Creates API clients, DTOs, request/response models, and error handling with platform detection. Android: Ktor + kotlinx.serialization. iOS: URLSession + async/await + Codable. KMP: shared Ktor in commonMain.