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

DESIGN.md: A format spec for describing visual identity to coding agents
DESIGN.md combines YAML design tokens with markdown prose to give AI coding agents a persistent, structured understanding of a design system. Includes a linter and diff tool.

MemAware Benchmark Tests AI Memory Beyond Keyword Search
MemAware is a benchmark with 900 questions across 3 difficulty levels that tests whether AI assistants with memory can surface relevant context when queries don't hint at it. Results show BM25 search scored 2.8% vs 0.8% with no memory, while vector search drops to 0.7% on cross-domain connections.

Anthropic Open-Sources Claude for Legal: Plugin Suite for Contract Review, NDA Triage, and More
Anthropic released Claude for Legal, a repo of plugins, agents, and MCP connectors for legal workflows including vendor agreement review, NDA triage, and regulatory monitoring.

Qwen3.6:27b + Custom Go Agent: A Local Alternative to Claude Code
A developer tests Qwen3.6:27b at Q8 on an RTX 6000 (96GB), claims it matches Claude Code for daily coding, and open-sources a minimal Go agent with no plugins or MCP.