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 Friz-zy/ai-capability-registry --skill com.googleapis.androidmanagement-mcpgit clone --depth 1 https://github.com/Friz-zy/ai-capability-registryWrote 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/friz-zy/ai-capability-registry/com.googleapis.androidmanagement-mcp)<a href="https://agentmods.dev/skills/friz-zy/ai-capability-registry/com.googleapis.androidmanagement-mcp"><img src="https://agentmods.dev/badge/skills/friz-zy/ai-capability-registry/com.googleapis.androidmanagement-mcp/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/friz-zy/ai-capability-registry/com.googleapis.androidmanagement-mcp"><img src="https://agentmods.dev/badge/skills/friz-zy/ai-capability-registry/com.googleapis.androidmanagement-mcp.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.00017 | $0.00244 |
| Opus 5 | $0.00009 | $0.00122 |
| Sonnet 5 | $0.00003 | $0.00049 |
| Haiku 4.5 | $0.00002 | $0.00024 |
Grade A, and why
com.googleapis.androidmanagement-mcp-mcp 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
Android Management API
Remote enterprise management of Android devices and apps
When to use
- Use Android Management API only when the task directly involves the relevant service, SaaS product, platform, or technology.
Connection
Hosted endpoint
{
"type": "streamable_http",
"url": "https://androidmanagement.googleapis.com/mcp"
}
MCP instructions
References
Security policy
- Trust:
trusted - Default mode:
manual_review - Permission default:
manual_review - Authentication:
Unspecified in source metadata - Warning: Default mode is
manual_review. - Warning: Permission default is
manual_review. - Required posture: Complete manual review before connecting or invoking tools; this generated record does not grant approval.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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 · 51 lines · 17 tokens per session scan A b77ed5cd15ce
com.googleapis.androidmanagement-mcp-mcp is a skill published in the GitHub repository Friz-zy/ai-capability-registry (9 stars, last pushed yesterday), licensed MIT. It adds 17 tokens to every session and 244 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-09-03.
Other skills, from other repositories
indie-app-shipping
A solo/indie playbook for shipping small mobile apps fast on iOS/macOS (App Store) and Android (Google Play), testing real demand, and deepening only the apps that show signal. Use whenever the user is shipping a mobile app — scaffolding app structure, wiring onboarding/settings/paywall/restore/legal screens, writing…
xml-to-compose-migration
Convert Android XML layouts to Jetpack Compose. Use when asked to migrate Views to Compose, convert XML to Composables, or modernize UI from View system to Compose.
android-gradle-logic
Expert guidance on setting up scalable Gradle build logic for KMP + CMP projects using Convention Plugins and Version Catalogs.
android-coroutines
Authoritative rules and patterns for production-quality Kotlin Coroutines on Android. Covers structured concurrency, lifecycle integration, and reactive streams. Android-specific — for KMP shared coroutines patterns see kotlin-concurrency-expert.
kmp-di-koin
Expert guidance on setting up and using Koin for dependency injection in KMP projects. Covers commonMain module definitions, platform-specific modules, ViewModel injection, iOS initialization, and migration from Hilt to Koin.
cmp-navigation
Implement type-safe navigation in Compose Multiplatform using the JetBrains Navigation Compose Multiplatform library. Use when setting up navigation, passing arguments, handling deep links, or structuring multi-screen KMP apps.