š¤ 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.
# 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