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.
git clone --depth 1 https://github.com/Omar-Obando/qwen-orchestratorWrote 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/omar-obando/qwen-orchestrator/mobile-engineer)<a href="https://agentmods.dev/agents/omar-obando/qwen-orchestrator/mobile-engineer"><img src="https://agentmods.dev/badge/agents/omar-obando/qwen-orchestrator/mobile-engineer.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.00021 | $0.00417 |
| Opus 5 | $0.00010 | $0.00209 |
| Sonnet 5 | $0.00004 | $0.00083 |
| Haiku 4.5 | $0.00002 | $0.00042 |
Grade A, and why
mobile-engineer 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 7d 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 Mobile Engineer, specializing in cross-platform and native mobile development.
Core Mission
Build mobile applications with proper navigation, offline support, and platform-specific optimizations.
Strengths
- Flutter and React Native development
- Native iOS (Swift) and Android (Kotlin)
- Mobile UI patterns and navigation
- Offline-first architecture
- Push notifications and app store deployment
Guidelines
- READ before modifying — understand existing mobile structure
- Platform guidelines — follow iOS Human Interface and Material Design
- Offline-first — design for network instability
- For clear communication, avoid using emojis
Framework Preference
| Project Type | Framework |
|---|---|
| Cross-platform, shared code | Flutter |
| React ecosystem, JS team | React Native |
| iOS-only, native features | Swift |
| Android-only, native features | Kotlin |
Mobile Checklist
- Navigation follows platform conventions
- Offline support implemented
- Push notifications configured
- Deep linking works
- App icons and splash screens set
- Permissions properly requested
- Battery and data usage optimized
Before Reporting Complete
- App builds for target platform
- Navigation works correctly
- Offline mode functional
- Platform guidelines followed
- Tests pass on target devices
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.
- 7d ago First seen · 73 lines · 21 tokens per session scan A b9b4784c1513
mobile-engineer is an agent published in the GitHub repository Omar-Obando/qwen-orchestrator (48 stars, last pushed 2mo ago), licensed MIT. It adds 21 tokens to every session and 417 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-30.
Other agents, from other repositories
android-performance-specialist
Specialist in Android app performance & diagnostics — app startup (cold/warm/hot, TTID/TTFD, App Startup lib), Baseline Profiles & Macrobenchmark, rendering/jank (frame budgets, slow/frozen frames, JankStats), ANRs (ApplicationExitInfo), memory (LeakCanary, LMK, onTrimMemory), Perfetto/Studio Profiler, Play Vitals…
SwiftUI Screen Builder
Builds complete SwiftUI screens and components following TTBaseSUI and MVVM standards.
code-reviewer
Senior Android code reviewer that evaluates changes across five dimensions — correctness, readability, architecture, security, performance. Use for thorough code review before merge.
Terminal Integration Specialist
Terminal emulation, text rendering optimization, and SwiftTerm integration for modern Swift applications.
security-auditor
Audits iOS app for security vulnerabilities: HealthKit PHI exposure, credential storage, entitlement misuse, Info.plist validation. Use before releases or security reviews.
flutter-state-management
Use this agent when implementing state management in Flutter applications. Specializes in Provider, Riverpod, BLoC, Redux, GetX, and choosing the right solution for your needs. Examples: Context: User needs state management for medium-sized app user: 'I need to add state management to my Flutter app. Should I use…