mobileBuild mobile applications with proper lifecycle handling, offline support, and platform conventions.
Install via ClawdBot CLI:
clawdbot install ivangdavila/mobileGenerated Mar 1, 2026
A retail app that handles product browsing, cart management, and offline purchases. It uses lifecycle awareness to save cart state when backgrounded, offline-first design to queue orders during network loss, and notifications for order updates. Performance optimizations ensure smooth scrolling and fast startup for user retention.
A secure app for patients to view medical records, schedule appointments, and receive medication reminders. It implements secure storage for credentials, accessibility features for diverse users, and background tasks for syncing data. Permissions are requested contextually for features like location-based clinic finders.
A mobile-first social app with real-time messaging, photo uploads, and push notifications. It employs aggressive caching for offline content viewing, conflict resolution for simultaneous edits, and battery-aware network polling. Navigation follows platform conventions for deep linking from shared posts.
An app that logs workouts, tracks progress with sensors, and provides haptic feedback during exercises. It handles low memory warnings by releasing non-essential caches, uses local notifications for reminders, and supports dynamic type for accessibility. Testing includes real devices to ensure accurate sensor data.
Offer a free basic app with core features like offline support and notifications, then monetize through premium upgrades such as advanced analytics, ad removal, or cloud sync. Revenue comes from one-time purchases or subscriptions, leveraging app store guidelines for regular updates to maintain visibility.
Provide the app for free with integrated ads, using performance optimizations to ensure smooth ad delivery without jank. Monetize through banner, interstitial, or rewarded video ads, while respecting battery and data usage to avoid user churn. Regular updates help comply with app store policies for ad content.
Sell the app to businesses for internal use, such as field service tools or employee portals, with features like secure storage and offline-first design. Revenue is generated through licensing fees per user or device, with a focus on testing across multiple OS versions and screen sizes for broad compatibility.
đź’¬ Integration Tip
Integrate this skill by focusing on platform-specific conventions for navigation and permissions, and prioritize offline-first caching to enhance user experience in unreliable network conditions.
Full Windows desktop control. Mouse, keyboard, screenshots - interact with any Windows application like a human.
Control Android devices via ADB with support for UI layout analysis (uiautomator) and visual feedback (screencap). Use when you need to interact with Android apps, perform UI automation, take screenshots, or run complex ADB command sequences.
Build, test, and ship iOS apps with Swift, Xcode, and App Store best practices.
Control macOS GUI apps visually — take screenshots, click, scroll, type. Use when the user asks to interact with any Mac desktop application's graphical interface.
Best practices and example-driven guidance for building SwiftUI views and components. Use when creating or refactoring SwiftUI UI, designing tab architecture with TabView, composing screens, or needing component-specific patterns and examples.
Write safe Swift code avoiding memory leaks, optional traps, and concurrency bugs.