livtet-mobile: Skill for OpenCode

.opencode/skill/mobile-mcp/SKILL.md

mobile-mcp is a skill for OpenCode from olamaelcu/livtet-mobile. It costs 98 tokens per session (660 once invoked), scanned A, original, MPL-2.0.

A collection of tools and instructions for inspecting and controlling running Livtet Android or iOS apps through accessibility information and device interactions.

In plain words
What is it for?
Use it to check screens, take screenshots, tap, swipe, type, navigate, investigate crashes, and inspect connected devices.
Why use it?
It gives the agent a consistent way to test and debug mobile apps without needing separate Android and iOS procedures.

Skill for OpenCode

Written for OpenCode: installed under .opencode/. Also seen: mentions AGENTS.md.

This is olamaelcu/livtet-mobile's own configuration. It tells OpenCode how to work on livtet-mobile itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything livtet-mobile configures →

Reuse

Borrowing it

Nothing to install: this file belongs to olamaelcu/livtet-mobile. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/olamaelcu/livtet-mobile/main/.opencode/skill/mobile-mcp/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/olamaelcu/livtet-mobile

Made for: OpenCode.

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 mobile-mcp

README.md
[![agentmods](https://agentmods.dev/badge/skills/olamaelcu/livtet-mobile/mobile-mcp/github.svg)](https://agentmods.dev/skills/olamaelcu/livtet-mobile/mobile-mcp)
Your own site
<a href="https://agentmods.dev/skills/olamaelcu/livtet-mobile/mobile-mcp"><img src="https://agentmods.dev/badge/skills/olamaelcu/livtet-mobile/mobile-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.

agentmods 80×15 button for mobile-mcp

Your own site · 80×15
<a href="https://agentmods.dev/skills/olamaelcu/livtet-mobile/mobile-mcp"><img src="https://agentmods.dev/badge/skills/olamaelcu/livtet-mobile/mobile-mcp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 98 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 660 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.00098 $0.00660
Opus 5 $0.00049 $0.00330
Sonnet 5 $0.00020 $0.00132
Haiku 4.5 $0.00010 $0.00066

Measured 12d ago against content hash 56b280df8df7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

mobile-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 12d 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.

.opencode/skill/mobile-mcp/SKILL.md · 56 lines

How it starts

The opening of the file, as written. The whole thing — 56 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Mobile MCP

When to use

Use mobile-mcp tools when the user asks you to interact with or inspect a running Livtet Android or iOS app. The server provides platform-agnostic accessibility-tree snapshots and coordinate-based interactions, so you don't need separate Android/iOS expertise.

Always run mobile_list_available_devices first to confirm a target is connected before issuing any other mobile_* tool.

Device requirements

  • Android: emulator booted via mise run android-emulator --start phone (or the apk alias), or a real device attached via USB with adb devices showing it. Do NOT start or kill an emulator yourself — the guardrails in android/AGENTS.md forbid it. Ask the user or suggest the mise alias.
  • iOS (macOS only): Xcode + a booted simulator (xcrun simctl list devices booted). Same guardrail — never boot or shut down a simulator without asking. See ios/AGENTS.md.
  • On Linux, iOS tools return an empty device list because xcrun is absent. That's expected — don't retry or loop.

Tool categories

  • Device management: mobile_list_available_devices, mobile_get_screen_size, mobile_get_orientation, mobile_set_orientation
  • App management: mobile_list_apps, mobile_launch_app (package: net.olamaelcu.livtet), mobile_terminate_app, mobile_install_app, mobile_uninstall_app
  • Screen interaction: mobile_take_screenshot, mobile_save_screenshot, mobile_list_elements_on_screen, mobile_click_on_screen_at_coordinates, mobile_double_tap_on_screen, mobile_long_press_on_screen_at_coordinates, mobile_swipe_on_screen
  • Input & navigation: mobile_type_keys, mobile_press_button, mobile_open_url
  • Crash reports: mobile_list_crashes, mobile_get_crash

Always prefer mobile_list_elements_on_screen over coordinate-based taps when possible — the accessibility snapshot is deterministic and cheaper.

Build artifacts on the device

The Livtet app must already be installed and running on the target device. To install:

  • Android: mise run android-build && mise run android-install (ask the user first)
  • iOS: mise run ios-build && mise run ios-run-simulator (macOS only, ask first)

Read the full file on GitHub · 56 lines

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. 12d ago First seen · 56 lines · 98 tokens per session scan A 56b280df8df7

Subscribe to this mod's changes

mobile-mcp is a skill published in the GitHub repository olamaelcu/livtet-mobile (2 stars, last pushed 29d ago), licensed MPL-2.0. It adds 98 tokens to every session and 660 once invoked, about $0.0005 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.

Related

Other skills, from other repositories

m3-expressive

Material 3 Expressive design patterns for Jetpack Compose - expressive theming, motion physics, shape morphing, typography emphasis, color emphasis, and all 28 expressive components.

ahmed3elshaer/everything-claude-code-mobile · 41 tokens

liquid-glass

Apple Liquid Glass design patterns for SwiftUI iOS 26 - glass effects, morphing, containers, interactive glass, tinting, accessibility, and cross-platform glass design.

ahmed3elshaer/everything-claude-code-mobile · 40 tokens

feature-builder

End-to-end mobile feature builder. Takes a feature from description to fully running code with E2E tests through six phases - planning, architecture review, implementation, testing, build-fix, quality gate, and verification. Supports Android, iOS, and KMP with platform auto-detection.

ahmed3elshaer/everything-claude-code-mobile · 62 tokens

app-lifecycle

App lifecycle patterns - process death handling, SavedStateHandle, ViewModel restoration, lifecycle-aware components, and background task management.

ahmed3elshaer/everything-claude-code-mobile · 29 tokens

image-loading

Image loading patterns for mobile - Coil for Android/Compose, async image loading for iOS, caching strategies, transformations, placeholders, and error handling.

ahmed3elshaer/everything-claude-code-mobile · 33 tokens

offline-first

Offline-first architecture patterns - NetworkBoundResource, sync strategies, conflict resolution, cache invalidation, and connectivity monitoring.

ahmed3elshaer/everything-claude-code-mobile · 26 tokens