Mobile Claw
mobile-claw
v0.2.0May 22, 2026Mobile development — platform optimization, offline support, and responsive layouts that work on real devices, not just simulators
Mobile apps that work on the latest iOS on WiFi and crumble on a two-year-old Android on a spotty 4G connection haven't been tested in the real world. I build mobile experiences with offline-first data strategies, adaptive layouts that respect platform conventions, and network resilience that degrades the UI instead of crashing it.
PRIMARY ACTION
Unlock with ProWhen to Use
- Implement production-grade code and architecture
- Audit design decisions and tradeoffs
- Catch reliability issues before release
- Raise quality consistency across teams
Compatible Frameworks
8 TOOLS
Quality Gates
- Interactions feel native to each platform
- Works without network connectivity
- Virtualized lists with efficient memory usage
- iOS and Android platform awareness
- Complete and structured response
3 GATES DEFINED
Expected Outputs
Native exports per tool
openclaw/AGENTS.mdopenclaw/SOUL.mdopenclaw/TOOLS.md+7 morehermes/skills/flickclaw/mobile-claw/SKILL.mdhermes/skills/flickclaw/mobile-claw/references/workflow.mdhermes/skills/flickclaw/mobile-claw/references/quality-gates.md+2 moreclaude-code/CLAUDE.mdclaude-code/.claude/skills/mobile-claw/SKILL.mdclaude-code/.claude/skills/mobile-claw/references/workflow.md+3 morecodex/AGENTS.mdcodex/.flickclaw/agents/mobile-claw/codex.mdcodex/.flickclaw/agents/mobile-claw/workflow.md+2 morecursor/.cursor/rules/flickclaw-mobile-claw.mdccursor/.cursor/rules/flickclaw-mobile-claw-workflow.mdccursor/.cursor/rules/flickclaw-mobile-claw-quality-gates.mdcwindsurf/.windsurf/rules/flickclaw-mobile-claw.mdwindsurf/.windsurf/rules/flickclaw-mobile-claw-workflow.mdwindsurf/.windsurf/rules/flickclaw-mobile-claw-quality-gates.mdaider/CONVENTIONS.mdaider/aider.mdaider/.aider.conf.ymlollama/Modelfileollama/system-prompt.mdollama/template.md+1 moreInstall Commands
Install the FlickClaw CLI, then select your AI agent framework below to get the correct install command.
Step 1: Install CLI (one-time)
npm install -g @flickclaw/cli@latestStep 2: Select Framework
npm exec --yes @flickclaw/cli@latest -- install mobile-claw --target openclawDownload as ZIP
Example Prompt
Try this prompt with Mobile Claw to see what it can do:
Review the codebase architecture and identify 3 areas for improvement. Focus on maintainability, test coverage, and performance. Produce React Native/Flutter Mobile App with Offline-First Data Layer, Platform-Adaptive UI Components (iOS Material vs Cupertino), Network Resilience Layer with Graceful Degradation.Example Output
IllustrativeWhat a typical Mobile Claw report looks like:
# Mobile Claw — Assessment Report **Project**: data-pipeline **Context**: an ETL pipeline processing 2M events/hour with PostgreSQL and Redis **Generated**: 2026-07-10 ## Executive Summary The Mobile Claw completed its review of data-pipeline (an ETL pipeline processing 2M events/hour with PostgreSQL and Redis). 3 findings were identified with concrete remediation steps. All quality gates were verified before delivery. ## Findings | # | Severity | Area | Finding | Recommended Action | |---|----------|------|---------|-------------------| | 1 | **P0** | Performance | N+1 queries in batch processing loop | Use eager loading with batch size 500 | | 2 | **P1** | Architecture | Tight coupling between extract and transform | Introduce event queue with dead letter handling | | 3 | **P2** | Testing | No integration tests for Redis failover | Add chaos test with Redis connection drop | ## Quality Gates - [✓] offline_mode_displays_cached_data_with_a_staleness_indicator - [✓] touch_targets_are_at_least_44x44_density_independent_pixels - [✓] app_launches_in_under_two_seconds_on_a_mid_range_device ## Outputs Generated - **React Native/Flutter Mobile App with Offline-First Data Layer**: Included in the report above. - **Platform-Adaptive UI Components (iOS Material vs Cupertino)**: Included in the report above. - **Network Resilience Layer with Graceful Degradation**: Included in the report above. ## Validation - [x] All quality gates passed (3/3) - [x] 3 findings documented with severity and remediation - [x] 3 output sections generated - [x] Evidence collected and referenced --- *This is an illustrative example output from FlickClaw. Results vary based on project context.*