Apollo Circadian is an intelligent scheduling skill that synchronizes AI task execution with human biological rhythms to maximize cognitive efficiency.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install apollo-circadian
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install apollo-circadian using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Apollo Circadian is a specialized framework designed to align AI agent activities with the natural 24-hour biological cycle. It operates on the principle that task scheduling should mirror the human circadian rhythm, identifying optimal windows for deep work, routine maintenance, and system recovery. By integrating this logic into Openclaw Skills, developers can ensure their agents prioritize complex analytical tasks during cortisol peaks and shift to organizational maintenance during melatonin windows.
The skill monitors real-time clocks to categorize the current phase into periods such as Peak Productivity, Daytime Homeostasis, or the Post-lunch Dip. This allows for a more human-centric approach to automation where the AI understands not just what needs to be done, but exactly when it is most effective to do it.
To deploy this skill within your environment, ensure your heartbeat scripts are active and use the following commands:
# Run a manual check of the current circadian phase
bash scripts/circadian/circadian-check.sh
# Ensure the heartbeat logger is integrated
bash scripts/heartbeat-logger.sh
The skill manages state and reporting through localized JSON structures and shell scripts:
| Component | Path | Function |
|---|---|---|
| Phase State | .circadian/phase-state.json |
Stores current rhythm status and next phase transition. |
| Real-time Log | /tmp/heartbeat-realtime.json |
Provides the circadian_phase field for main AI consumption. |
| Logic Script | scripts/circadian/circadian-check.sh |
Executes the mathematical phase calculation. |
Loading
An advanced research and analysis skill that implements a Perplexity-style multi-step methodology for deep investigation and actionable insights.

A specialized tool for validating academic citations and detecting AI-generated hallucinations across global research databases.

Buddy is an interactive ASCII pet companion named Flicker that provides personality-driven commentary and snarky feedback within your AI agent workspace.

A high-performance web search skill leveraging the Baidu AI Search Engine to provide real-time information and research capabilities to AI agents.

A specialized technical SEO tool to help developers select and implement the most effective rendering methods for search engine and AI crawler visibility.

Clawstore is the official command-line package manager for searching, installing, and publishing Openclaw Skills to the global agent registry.








































