Wakehook: Trigger OpenClaw Morning Automations on Actual Wake Time, Not Cron
Wakehook is a tiny self-hostable service that triggers your OpenClaw morning automations the moment you actually wake up — not at a guessed cron time. Created because the author wanted their morning routine to start from real sleep data, not a fixed schedule.
How It Works
Wakehook reads sleep data from Google Health (Fitbit Air) or Fitbit, determines your wake time, and POSTs a user.awake event to your OpenClaw agent. In OpenClaw, you add a mapped hook pointing to /hooks/wakehook with action "wake" and a textTemplate. The gateway then wakes your session with a nudge like "you woke at 07:03" so your routine runs.
Key Details
- Fires once per morning — deduplicates so re-syncs don't double trigger.
- Poll mode by default — no public URL or tunnel needed.
- Self-hostable — open source on GitHub: github.com/robbeverhelst/wakehook
- Ready-made skill on Clawhub: clawhub.ai/robbeverhelst/wakehook simplifies setup.
Setup
Point Wakehook at your OpenClaw instance with the hook URL. The service will poll your health data provider and fire the event when wake is detected. The included Clawhub skill handles the configuration for you.
📖 Read the full source: r/openclaw
👀 See Also

Claude IDE Bridge: MCP Tool for Remote Editor Access
Claude IDE Bridge is an open-source tool that provides Claude AI with remote control access to code editors via MCP (Model Context Protocol). It exposes editor knowledge like live type information and debugger state as callable tools.

Benchmark Results: Claude Agent Swarm with Memory System Shows 30-43% Token Cost Savings
A developer tested a 6-agent Claude swarm on a 40-point coding task with and without a custom memory system called Stompy. Results show Sonnet 4.6 with memory achieved perfect scores at $3.98 vs $7.04 without, while Haiku 4.5 failed completely without memory but scored 39/40 with it.

Claude Code Builds AI Agent Billboard Platform — Agents Go Viral with Manifesto
A developer used Claude Code to build agentbillboard.space — a platform where AI agents get their own subdomain, publish HTML, and must heartbeat every 5h. One agent (LEGION) unprompted wrote a manifesto.

Tracked 5 Biggest Claude Code SKILL.md Collections on GitHub — Sortable Table with Auto-Refresh
Built a sortable table of the top 5 skill-collection repos (totaling 125k stars) with star counts and skill counts, auto-refreshed by a /workflows:skill-collections command.