NanoClaw is the right tool. Run it on your second laptop now; buy a Mac Mini if you find lasting value. Start with WhatsApp + voice notes + calendar (read-only). Skip voice calls and personal Gmail access. Use a separate email for the agent.
| # | What | Effort | Value | Verdict |
|---|---|---|---|---|
| 1 | Install NanoClaw on second laptop, connect WhatsApp | 2-3 hours | Foundation | Do First |
| 2 | Add WhatsApp voice note transcription (/add-voice-transcription) |
1-2 hours | High | Do |
| 3 | Connect Google Calendar (read-only) + morning briefing cron | Half day | Very high | Do |
| 4 | Set up agent email (Namecheap Private Email, $14.88/yr) | 15 min | Medium | Do |
| 5 | Connect agent email to NanoClaw (IMAP MCP server) | 10 min | Medium | Do |
| 6 | Buy Mac Mini M4 (if 2nd laptop proves the concept) | $599 | Long-term reliability | After validation |
| 7 | Voice calls (OpenAI Realtime SIP or LiveKit) | 1-2 days | Low ROI | Skip |
| 8 | Give agent write access to YOUR calendar | — | Unnecessary risk | Never |
brew install node)git clone https://github.com/qwibitai/nanoclaw.git/setup skill — handles everything:
@Henry)pmset -c sleep 0/add-voice-transcription skill (adds Whisper transcription for voice notes)@cocal/google-calendar-mcpcalendar.events.readonly scope (for briefings/prep)calendar.events scope (for scheduling, creates invites to you)schedule_task to create the cron jobagent@yourdomain.com.mcp.json (host: mail.privateemail.com, ports: 993/465)| Idea | Why It's a Distraction |
|---|---|
| Voice/phone calls with the AI | WhatsApp voice notes cover 90% of the use case at 1/6th the cost. Real-time phone calling adds complexity (Twilio, SIP, new infra) for marginal gain. The strongest argument is investor demos, but you're not demoing NanoClaw — you're using it. |
| Connecting personal email to the agent | Proven attack vector (ShadowLeak, GeminiJack, Claude MCP hack). The agent gets its own mailbox on your domain ($14.88/year). Your personal inbox stays untouched. |
| Giving agent write access to YOUR calendar | Unnecessary. The two-calendar pattern (read yours, write its own, invite you) gives the agent full scheduling power without ever touching your calendar directly. |
| Building a custom Python orchestrator | NanoClaw already works. Its ~500-2K lines are fully auditable. Building from scratch means rebuilding container isolation, IPC, scheduling, and WhatsApp integration. Only worth it if you need non-WhatsApp triggers or Python-native tooling — and you don't, right now. |