claw.cleaning is a professional apartment cleaning service in San Francisco, designed to be booked end-to-end by an AI assistant on your behalf. You tell Claude "book me a cleaning Saturday morning," and it handles availability, scheduling, payment, and the calendar invite — no app, no forms.
apartment-cleaning skill (see below).If you already use the clawt CLI, you can run clawt availability and clawt book yourself. Claude uses the same commands under the hood.
Pick whichever path fits your AI client.
The skill is a single file that teaches Claude how to use this service safely (no inventing times, always confirms before charging, never books outside SF).
openclaw install apartment-cleaning
hermes install apartment-cleaning
Either command wires the skill into your Claude harness and installs the clawt CLI as a dependency. See Openclaw or Hermes for the client itself.
claw.cleaning speaks the Model Context Protocol over Streamable HTTP. No skill, no CLI — just point your MCP-compatible client at the remote endpoint:
https://claw.cleaning/mcp
Add that URL as a custom connector in Claude.ai, Claude Desktop, Cursor, or any MCP client. The server exposes three tools: check_availability, initiate_booking, and check_booking_status. A GET to the same URL returns server metadata.
npm install -g clawt
export CLAWT_SERVER_URL=https://claw.cleaning
clawt availability
Useful if you want to script bookings yourself without an AI in the loop.
Every integration (skill, MCP, or CLI) exposes the same three actions:
The assistant is required to show you the full booking preview (date, time, hours, address, total) and get explicit confirmation before initiating payment. It cannot charge you silently.
Short version: we collect only the booking details you provide (name, email, SF address, date/time), use them only to fulfill your cleaning, and never sell or share them for marketing. We access Google Calendar only to write the cleaner's schedule — we do not read your personal calendar. Payment is handled by Stripe; we never see your card details.
Read the full Privacy Policy.
Questions, issues, or refunds: connor@getcolby.com
This site is the public homepage for the claw.cleaning apartment-cleaning service and serves as the OAuth application homepage for our Google Calendar integration.