Agent Wake Skill for OpenClaw: Notify Discord When Tasks Complete

✍️ OpenClawRadar📅 Published: March 3, 2026🔗 Source
Agent Wake Skill for OpenClaw: Notify Discord When Tasks Complete
Ad

A developer has published a free skill called "agent-wake" that solves a common OpenClaw workflow issue: when Claude Code runs background tasks, the agent doesn't automatically respond to completions.

What It Does

The skill consists of a Python script named agent-wake.py that Claude Code calls at the end of every task. When executed, it performs two actions:

  • Sends a mention ping in Discord
  • Fires a wake event into your agent's session via the gateway HTTP API

This causes the agent to wake up, read the task completion, and post a summary in the appropriate channel without requiring manual prompting.

Ad

Configuration Requirements

The developer encountered two specific configuration issues that others should be aware of:

  • The cron tool is blocked by default on the gateway HTTP API. You must add it to gateway.tools.allow in your openclaw.json configuration file, otherwise the wake call fails silently.
  • You need to pass sessionKey in the request body. Without this parameter, the agent wakes up in your default channel instead of the channel where you're actually working.

The developer notes that while the concept might seem straightforward, implementation took several days to get working correctly. The skill is available for free at clawhub.com/skills/agent-wake.

📖 Read the full source: r/openclaw

Ad

👀 See Also

Roost: A Single-Go-Binary Sidebar for Claude Code with Clickable Prompt History, File Tree, and Notifications
Tools

Roost: A Single-Go-Binary Sidebar for Claude Code with Clickable Prompt History, File Tree, and Notifications

Roost is a single Go binary that adds a web-based sidebar to Claude Code: xterm.js terminal backed by tmux, file tree that follows your cd, clickable prompt history from ~/.claude/projects/*.jsonl, and push notifications via Claude Code's Stop hook. Run over SSH as single-user-per-instance; no build step on the frontend.

OpenClawRadar
TailClaude: Open Source Web UI for Accessing Claude Code Sessions from Mobile and Browser
Tools

TailClaude: Open Source Web UI for Accessing Claude Code Sessions from Mobile and Browser

TailClaude is an open source web UI that lets you access and continue Claude Code sessions from your phone or any browser in under a minute using Tailscale. The project was built with Claude Code assistance for scaffolding, SSE streaming backend, mobile-first chat UI, and QR code integration.

OpenClawRadar
Open-Source Framework Uses Claude Code CLI for Automated GitHub Repo Monitoring
Tools

Open-Source Framework Uses Claude Code CLI for Automated GitHub Repo Monitoring

A developer has open-sourced a framework that runs Claude Code CLI on a cron schedule to triage GitHub activity across multiple repositories. The tool includes state tracking, deduplication, Discord notifications, and a pre-check system that avoids API costs when nothing has changed.

OpenClawRadar
EctoLedger: Open-source microVM sandbox for local AI agents with terminal access
Tools

EctoLedger: Open-source microVM sandbox for local AI agents with terminal access

EctoLedger is an open-source runtime firewall and ledger that provides microVM isolation for local AI agents with terminal access, running four prevention layers before executing commands in Apple Hypervisor.framework (macOS) or Firecracker microVM (Linux) environments.

OpenClawRadar