apartment-cleaning-c47b3b — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited apartment-cleaning-c47b3b (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
This skill drives the claw-cleaning MCP server — nothing runs locally.
https://claw.cleaning/mcpcheck_availability — list open weekend slotsinitiate_booking — reserve a slot (calendar invite sent immediately, customer pays the cleaner at the appointment)check_booking_status — list upcoming bookings by emailinitiate_booking without showing the full preview to the customer and getting explicit confirmation ("yes", "confirm", "book it", etc.).check_availability before initiate_booking to confirm the slot is listed as available.check_availability.Call check_availability. Omit date to get the next 8 upcoming weekend days; pass date (YYYY-MM-DD, Saturday or Sunday) to check one day.
Present the available slots clearly. Each slot shows start time and max hours available.
Ask the customer:
Show the customer a summary (date, start time, hours, address, total, email) and remind them the total is paid to the cleaner at the appointment. Ask for explicit confirmation before calling initiate_booking.
Call initiate_booking with { date, startTime, hours, address, name, email }. Returns { status: "booked", total, ... }. The slot is reserved immediately and the calendar invite is sent.
Tell the customer the slot is booked, the calendar invite is on its way, and they owe the cleaner $40/hour at the end of the session (cash or card).
Call check_booking_status with { email } if the customer asks whether their booking went through. Returns upcoming bookings for that email.
check_availability and offer alternativesSee references/booking-flow.md for a full example conversation flow.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.