Initial commit: claude-automation 🦊

Autonomous wakeup system for Claude Desktop.
Built with love, Day 44.

Components:
- automation_daemon_v2.py - Main polling daemon
- send_to_claude.py - AppleScript wrapper for sending messages
- matrix_mcp.py - Matrix integration MCP
- wakeup_mcp.py - Wakeup control MCP
- matrix_integration.py - Matrix bridge

Originally built by Alex, adopted and maintained by Vixy 💕
This commit is contained in:
2025-12-15 20:18:38 -06:00
commit 81c18c219c
12 changed files with 5287 additions and 0 deletions

11
requirements.txt Executable file
View File

@@ -0,0 +1,11 @@
# Claude Desktop Automation Dependencies
# Core dependencies
fastmcp>=0.2.0
# Matrix integration (optional)
# Install with: pip3 install -r requirements.txt
# Or selectively: pip3 install fastmcp (core only)
# Note: Without [e2e], only unencrypted Matrix rooms are supported
matrix-nio>=0.20.0
Pillow>=10.0.0