Mobile Harness: Bringing Browser-Use Skills to Mobile Apps for Claude Agents

Mobile Harness is a new open-source project that brings the browser-use/browser-harness approach to mobile apps. It provides reusable skills for AI agents like Claude to interact with mobile apps such as Reddit, Instagram, and TikTok. Example skills include finding a user profile and extracting public profile data, getting the latest post, scrolling and extracting content, and going through onboarding flows.
Under the hood, it uses MobAI as the execution layer, which is closed source but provides a protocol/interface for controlling mobile devices: observe screen, interact with UI, run actions, etc. Mobile Harness builds on top of that to make reusable app-level skills that agents can call. It works with real devices, emulators, and simulators, and there's a free daily quota so you can try it without paying.
Check the repo at https://github.com/MobAI-App/mobile-harness.
📖 Read the full source: r/ClaudeAI
👀 See Also

singularity-claude: A Self-Evolving Skill Engine for Claude Code
singularity-claude is an open-source Claude Code plugin that adds a recursive evolution loop to prevent skill rot. It scores skill executions, auto-repairs low-scoring skills, crystallizes high-performing versions, and detects capability gaps.

How I built a 3D scroll website in 2 hours using Claude Code and Veo
A developer built a 3D scroll website in 2 hours using Claude Code, Veo video generation, and a custom 'video to website' skill. Full code and live demo shared.
Surgical GitHub Extraction: A Claude Skill to Fetch One Function, Not the Whole Repo
A new open-source Claude Skill named surgical-github-extraction stops Claude Code from cloning entire repos when you only want one function or pattern. It reads the README, pulls 1–3 raw source files, and lifts the smallest useful unit with a provenance comment.

OpenClaw Skill Pack: A 2,500+ Command Set for Real Autonomous Operations on Ubuntu
A new skill package for OpenClaw AI agents introduces over 2,500 execution skills for DevOps operations like Docker management, networking configuration, CVE response, and system automation on Ubuntu environments.