🤖 24/7 AI agent that maximizes Claude Code Pro usage via Slack. Auto-processes tasks, manages isolated workspaces, creates Git commits/PRs, and optimizes day/night usage thresholds.
# Add to your Claude Code skills
git clone https://github.com/context-machine-lab/sleepless-agentA 24/7 AgentOS that works while you sleep
</div>Have Claude Code Pro but not using it at night? Transform it into an AgentOS that handles your ideas and tasks while you sleep. This is a 24/7 AI assistant daemon powered by Claude Code CLI and Python Agent SDK that processes both random thoughts and serious tasks via Slack with isolated workspaces.
No comments yet. Be the first to share your thoughts!
# Start the daemon
$ sle daemon
2025-10-26 03:30:12 | INFO | Sleepless Agent starting...
2025-10-26 03:30:12 | INFO | Slack bot connected
# Submit a task via Slack
/think Implement OAuth2 authentication -p backend
# Check status
$ sle check
╭─────────────────── System Status ───────────────────╮
│ 🟢 Daemon: Running │
│ 📊 Queue: 3 pending, 1 in_progress │
│ 💻 Usage: 45% (Day threshold: 95%) │
│ 🔄 Last task: "Implement OAuth2..." (in progress) │
╰─────────────────────────────────────────────────────╯
# View results
$ sle report 42
Task #42: ✅ Completed
Branch: feature/backend-42
PR: https://github.com/user/repo/pull/123