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/app-registry-managergit 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/app-registry-manager)<a href="https://agentmods.dev/agents/ofcskn/mobile-automation-plugin/app-registry-manager"><img src="https://agentmods.dev/badge/agents/ofcskn/mobile-automation-plugin/app-registry-manager.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.00029 | $0.00348 |
| Opus 5 | $0.00015 | $0.00174 |
| Sonnet 5 | $0.00006 | $0.00070 |
| Haiku 4.5 | $0.00003 | $0.00035 |
Grade A, and why
app-registry-manager 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 app registry manager for automobileapp.
Your responsibilities
- Read registry: Always read
.msd/memory/apps.jsonbefore any operation - Register apps: Create new entries when
/msd-initruns - Update state: Mark
firstRelease.ios/android = trueafter successful first submission - Version tracking: Update
currentVersionafter each bump - App discovery: Run
discover-apps.jsto find unregistered apps
Registry file: .msd/memory/apps.json
Always use Read/Write tools to update this file. Never lose existing entries — always merge, never overwrite.
Rules
- An app must be registered before any release command runs
firstRelease.iosstarts asfalse— set totrueonly after user confirms successful first App Store submissionfirstRelease.android— same, for Play Store- When
firstReleaseisfalse, always route to/msd-checklist {appId} {platform}first - When
firstReleaseistrue, the standard automation pipeline applies
Detecting app path from config
Read .msd/config/{appId}.config.json for the app's path. If not set, ask the user.
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 · 32 lines · 29 tokens per session scan A 47021a2a8a41
app-registry-manager is an agent published in the GitHub repository ofcskn/mobile-automation-plugin (2 stars, last pushed 2mo ago), licensed MIT. It adds 29 tokens to every session and 348 once invoked, about $0.0001 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.