Connect both MCPs to the same agent and the loop changes shape. Each step OpenClaw takes — a click, a form, an extraction — lands on a task in the tree it can read back tomorrow morning. No more runaway browser sessions with nothing to show for them.
› navigated to portal.acme.com/login› typed credentials · auth ok› clicked "Submit invoice"› extracted reference INV-7741› fractask.create_task("Upload signed PO", parent=acme-onboarding)
Agent log: openclaw filed invoice INV-7741 at 14:02. Awaiting countersigned PO from finance@acme.com — the claim expires 17:00.
When OpenClaw clicks something irreversible — files an invoice, books a meeting, emails a vendor — it calls fractask.create_task with the artefact attached. Tomorrow morning your tree shows what got done, by whom, with the reference number.
OpenClaw claims a Fractask part before it starts work. If the session crashes mid-flow, the part is still claimed; the next agent (or you) can resume from the last logged step instead of starting the form over.
OpenClaw picks the boring repetitive parts — login flows, status checks, form-fills. You pick the judgement calls. Both sides write to the same tree, so the hand-off is just unclaiming a task.
Fractask refuses to let an agent hold a part forever. If OpenClaw goes silent before progress lands, the part returns to the pool and a human gets pinged. No more zombie sessions.
Every step OpenClaw takes is logged on the part itself — URL, screenshot reference, extracted text. When something goes sideways, the trail is on the task, not buried in a chat transcript.
Follow the OpenClaw docs — it ships a stdio server you can attach to Claude Code, Claude Desktop, or Cursor. The agent gets browser tools: open, click, type, extract.
Same client, second server. Six tools — list_tasks, get_task, create_task, update_task, move_task, delete_task — pointing at the same tree your CLI sees.
“Here is the parentId for Acme onboarding. Use OpenClaw to advance the open parts. Log artefacts as you go. Stop when there is nothing left to claim.” That is the whole prompt.
The CLI, the web app, your phone — all the same tree. You see what shipped, what stalled, and what is still claimed by the bot. Reclaim, edit, or move on.
Fractask is MIT-licensed. OpenClaw lives at openclaw.ai. The integration is just two MCP entries in your client config.