ClawControl iOS client released for OpenClaw self-hosted servers

ClawControl, an open-source client for self-hosted OpenClaw/Claw servers, has released its iOS version. This follows the v1.50 desktop release for Windows, Mac, and Linux.
Key Features
- Real-time chat with streaming responses over ws:// or wss:// connections
- Manage agents, view installed skills, and monitor cron jobs from your phone
- Full session control including spawning subagents, following tool calls, and reviewing logs
- Secure token authentication with optional Tailscale support for private access
- No data collection - the app communicates only with your self-hosted server
- MIT licensed open-source code
Practical Use Cases
The source mentions this is useful for on-the-go debugging, demos, or letting agents manage lightweight device tasks. It keeps control on your side with no cloud hosting required.
Requirements and Notes
- Requires a running self-hosted OpenClaw/Claw server (does not host models)
- Beta testers who signed up should have received TestFlight invitations
- The developer requests feedback on iOS UX and WebSocket behavior
Getting Started
Download from the App Store: https://apps.apple.com/app/clawcontrol-client-ui/id6759070068
Website and repository: https://clawcontrol.app / https://github.com/jakeledwards/ClawControl
📖 Read the full source: r/clawdbot
👀 See Also

LLM Circuit Finder: Duplicate 3 layers to boost reasoning without training
A new toolkit finds 'reasoning circuits' in transformer models - contiguous blocks of 3-4 layers that act as indivisible cognitive units. Duplicating these blocks (layers 12-14 in Devstral-24B) improves logical deduction from 0.22 to 0.76 on BBH benchmarks with no weight changes or training.

HTML Artifacts Replace Google Docs for Technical Docs, but Lack Commenting
Claude-generated HTML artifacts are replacing Google Docs for long-form technical content like spike readouts and architecture notes, but the sandboxed iframe nature prevents inline commenting and review features.

SkillOpt: Optimizing Markdown Skill Files as Trainable Parameters for AI Agents
SkillOpt formalizes the ad-hoc process of editing markdown skill files for AI coding agents, using frontier models to propose bounded edits gated against validation sets. Best skills converge with 1-4 accepted edits out of many proposals, and transfer across models like Codex to Claude Code.

Ruflo: Open-Source Platform for Running Multiple AI Agents as a Team
Ruflo is an open-source platform that lets you run many AI agents together to work as a team on complex tasks. Previously known as Claude Flow, it helps coordinate workflows where tasks need to be broken into parts.