A bridge that allows external scripts and background processes to wake and trigger responses from OpenClaw agents upon task completion.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agent-wake
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 agent-wake using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Agent Wake is a specialized utility designed to bridge the gap between background processes and active AI agent sessions. By utilizing the Openclaw Skills framework, it allows developers to send a wake signal to an agent once an asynchronous task—such as a Claude Code CLI job, a scheduled cron script, or a webhook—concludes.
This utility ensures that agents are not left in the dark about the status of long-running operations and can immediately provide feedback or follow-up actions in the designated communication channel. It solves the common problem of agents being unaware when async work finishes, making it an essential part of the Openclaw Skills ecosystem for automation.
To begin using this tool within your Openclaw Skills environment, follow these steps:
python agent-wake.py "Task finished -- brief summary" "YOUR_DISCORD_CHANNEL_ID"
The Agent Wake tool organizes its interactions using a simple yet effective metadata structure to communicate with Openclaw Skills:
| Attribute | Format | Description |
|---|---|---|
| Event Message | String | The text injected into the agent session as a system prompt. |
| Channel ID | String | The Discord snowflake ID where the agent is directed to reply. |
| Auth Method | ENV/File | Uses GATEWAY_TOKEN via environment variables or .env files. |
| Tool Trigger | HTTP POST | Communicates via the /tools/invoke gateway endpoint. |
Loading
A comprehensive CLI tool to manage DAKboard screens, devices, and push dynamic metrics using Openclaw Skills.

A security-focused tool providing file integrity monitoring and TOTP step-up authentication for macOS-based AI agents.

A high-performance, lightweight headless browser designed as a drop-in replacement for Chrome in automated data retrieval tasks.

A powerful CLI tool to manage Austrian Post deliveries, including tracking, listing, and setting delivery preferences.

A lightweight reference skill designed to demonstrate core OpenClaw integration and deterministic text processing.

A specialized tool for discovering, searching, and installing new AI agent capabilities from the reskill ecosystem.








































