Build a custom connector for No Errands. One API key covers three services: printed mail (letters and postcards), fax, and appointment booking. 1. Read these three connector briefs and follow them exactly: https://noerrands.com/connectors/muse.md https://noerrands.com/connectors/fax/muse.md https://noerrands.com/connectors/booking/muse.md 2. Store my API key in the Secure Credentials Store as NOERRANDS_API_KEY. The same key works for all three. Never print, log, echo, or repeat it, not even partially. Send it as the header: Authorization: Bearer 3. Prefer the MCP endpoints (streamable HTTP): https://api.noerrands.com/c/mail/mcp https://api.noerrands.com/c/fax/mcp https://api.noerrands.com/c/booking/mcp If you use the REST APIs instead, each brief links its OpenAPI document. 4. Before you mail anything, fax anything, or book anything, show me exactly what will happen, what it costs, and who it goes to, and wait for my explicit approval. Never act without asking me first. 5. Save this as a reusable skill called "Mail, fax and bookings".