All categories 28 skills

iOS & macOS Development Skills & Plugins

Showing 28 curated AI tools in the iOS & macOS Development category. Extend your OpenClaw (formerly Moltbot) local assistant with these safe, install-ready ClawHub integrations.

iOS & macOS Development

Watchdog that monitors your AI agent gateway and restarts it when it crashes. Triggers on "install defibrillator", "agent watchdog", "gateway monitor", "auto-restart agent", or "keep agent alive". macOS launchd service with optional Discord notifications.

npx clawhub@latest install agent-defibrillator
iOS & macOS Development

Securely transfers files from macOS to Android with checksum verification and path validation.

npx clawhub@latest install android-transfer-skill
iOS & macOS Development

App Store Optimization toolkit for researching keywords, optimizing metadata, and tracking mobile app performance on Apple App Store and Google Play Store.

npx clawhub@latest install app-store-optimization
iOS & macOS Development

Query Apple Developer Documentation, APIs, and WWDC videos (2014-2025). Search SwiftUI, UIKit, Objective-C, Swift frameworks and watch sessions.

npx clawhub@latest install apple-docs
iOS & macOS Development

Audit Homebrew installation — outdated packages, cleanup opportunities, and health checks. Use when asked about brew updates, system maintenance, or package health on macOS.

npx clawhub@latest install brew-audit
iOS & macOS Development

Usar cuando el usuario pregunte sobre envíos, cómo enviar un pedido, tiempos de entrega, zonas de cobertura, seguimiento de paquete, código de seguimiento, moto, Andreani, OCA, King Flex, paquete demorado, paquete perdido, paquete dañado, o qué pasa si no estoy cuando llega el envío.

npx clawhub@latest install envios
iOS & macOS Development

Use when profiling native macOS or iOS apps with Instruments/xctrace. Covers correct binary selection, CLI arguments, exports, and common gotchas.

npx clawhub@latest install instruments-profiling
iOS & macOS Development

Automate iOS Simulator workflows (simctl + idb): create/boot/erase devices, install/launch apps, push notifications, privacy grants, screenshots, and accessibility-based UI navigation. Use when working with iOS apps, Xcode, Simulator, simctl, idb, UI automation, or iOS testing.

npx clawhub@latest install ios-simulator
iOS & macOS Development

AI-powered LuLu Firewall companion for macOS. Monitors firewall alerts, analyzes connections with AI, sends Telegram notifications with Allow/Block buttons. Use when setting up LuLu integration, handling firewall callbacks, or troubleshooting LuLu Monitor issues.

npx clawhub@latest install lulu-monitor
iOS & macOS Development

Cleans up system caches, trash, and old downloads on macOS.

npx clawhub@latest install mac-clean-skill
iOS & macOS Development

Safe local Mac optimization toolkit for OpenClaw agents on Apple Silicon. 1-trillion agent swarm simulation, local CoreML resource forecasting, safe cleanup & backups. 100% user-level, no internet, no persistence. Discoverable via ClawHub search.

npx clawhub@latest install mac-power-tools
iOS & macOS Development

Scaffold, build, and package SwiftPM-based macOS apps without an Xcode project. Use when you need a from-scratch macOS app layout, SwiftPM targets/resources, a custom .app bundle assembly script, or signing/notarization/appcast steps outside Xcode.

npx clawhub@latest install macos-spm-app-packaging
iOS & macOS Development

A swift reminder of both human and agent duties regarding operational security.

npx clawhub@latest install opsecmd
iOS & macOS Development

Expert guidance on PagerKit, a SwiftUI library for advanced, customizable page-based navigation. Use when developers mention: (1) PagerKit, PKPagesView, PKPage, (2) custom page controls, indicators, or paging behavior, (3) cross-platform SwiftUI paging, (4) dynamic page generation, (5) integrating page views into custom layouts, (6) specific PagerKit modifiers or enums, (7) page view controller options, (8) event handling for page changes.

npx clawhub@latest install pagerkit
iOS & macOS Development

Portfolio risk management and analytics. Use when user asks to calculate VaR, run Monte Carlo, stress test, optimize with Risk Parity / Calmar / Black-Litterman, run pre-trade check, check sector concentration, manage portfolios, or analyze cross-portfolio correlation. Also covers ticker search, broker sync, batch portfolio creation, and portfolio comparison.

npx clawhub@latest install riskofficer
iOS & macOS Development

Generate an Xcode SF Symbol asset catalog .symbolset from an SVG. Use when you need to add a custom SF Symbol (build-time) by creating the symbolset folder, Contents.json, and SVG file.

npx clawhub@latest install sfsymbol-generator
iOS & macOS Development

Manage sourdough starters with feeding schedules, hydration calculations, health tracking, and baking preparation. Use when the user wants to maintain a sourdough starter, plan feedings, calculate ratios, troubleshoot starter problems, or prepare for baking.

npx clawhub@latest install sourdough-starter-manager
iOS & macOS Development

Swift Concurrency review and remediation for Swift 6.2+. Use when asked to review Swift Concurrency usage, improve concurrency compliance, or fix Swift concurrency compiler errors in a feature or file.

npx clawhub@latest install swift-concurrency-expert
iOS & macOS Development

Use swiftfindrefs (IndexStoreDB) to list every Swift source file referencing a symbol. Mandatory for “find references”, “fix missing imports”, and cross-module refactors. Do not replace with grep/rg or IDE search.

npx clawhub@latest install swiftfindrefs
iOS & macOS Development

Initialize a minimal SwiftUI iOS app in the current directory by generating a single `.xcodeproj` with XcodeGen (no workspaces, packages, or tests unless explicitly requested).

npx clawhub@latest install swiftui-empty-app-init
iOS & macOS Development

Implement, review, or improve SwiftUI features using the iOS 26+ Liquid Glass API. Use when asked to adopt Liquid Glass in new SwiftUI UI, refactor an existing feature to Liquid Glass, or review Liquid Glass usage for correctness, performance, and design alignment.

npx clawhub@latest install swiftui-liquid-glass
iOS & macOS Development

Audit and improve SwiftUI runtime performance from code review and architecture. Use for requests to diagnose slow rendering, janky scrolling, high CPU/memory usage, excessive view updates, or layout thrash in SwiftUI apps, and to provide guidance for user-run Instruments profiling when code review alone is insufficient.

npx clawhub@latest install swiftui-performance-audit
iOS & macOS Development

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.

npx clawhub@latest install swiftui-ui-patterns
iOS & macOS Development

Refactor and review SwiftUI view files for consistent structure, dependency injection, and Observation usage. Use when asked to clean up a SwiftUI view’s layout/ordering, handle view models safely (non-optional when possible), or standardize how dependencies and @Observable state are initialized and passed.

npx clawhub@latest install swiftui-view-refactor
iOS & macOS Development

Expert guidance on SymbolPicker, a native SwiftUI SF Symbol picker. Use when developers mention: (1) SymbolPicker, (2) selecting SF Symbols, (3) picking symbols with colors, (4) customizing symbol picker appearance, (5) cross-platform symbol selection (iOS, macOS, visionOS), (6) specific modifiers like .symbolPickerSymbolsStyle or .symbolPickerDismiss.

npx clawhub@latest install symbolpicker
iOS & macOS Development

Manage long-running processes as macOS launchd services. Use when asked to start, stop, restart, check status of, or manage background services/daemons. Handles launchd plist creation, service lifecycle, and log access. Use this instead of background exec for any process that should persist beyond the current session.

npx clawhub@latest install toolguard-daemon-control
iOS & macOS Development

Manage V2RayN proxy client on macOS with auto-failover.

npx clawhub@latest install v2rayn