# ClawSEO 2.6 Verified OpenClaw Operation

Version: v2.6.0
Type: operational integration release

## What Changed

- Connects approved ClawSEO work to the dedicated OpenClaw operator.
- Confirms the selected model and provider sign-in are available before work begins.
- Reports completion only after the requested work and a separate result check succeed.
- Added `agent-connect-openclaw`, `agent-circuit-test`, and `agent-readiness` commands.
- Added `agent-operate` to run a property audit, keyword research, scheduled SEO work, and optional private preparation from one command.
- Keeps prepared work private and public actions behind explicit owner approval.
- Adds recurring operation on macOS and Linux and clear recovery guidance when model sign-in is unavailable.

## Why It Matters

The dedicated appliance can carry approved SEO work through to a checked result. If model sign-in, owner access, or another required connection is missing, ClawSEO keeps that need visible instead of claiming the work is ready or complete.

## Full Setup

```bash
curl -fsSL -A "Mozilla/5.0 ClawSEO-Installer/0.1" https://clawseo.com/install.sh | bash -s -- install-standalone example.com
clawseo agent-connect-openclaw --agent=main
clawseo agent-circuit-test
clawseo agent-operate "primary service" --execute-drafts --limit=3
clawseo agent-readiness --require-proof
```
