discord-heartbeat

Send a deterministic heartbeat embed to a Discord channel via script.

1|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/refluster/ai-native-article --skill discord-heartbeat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discord-heartbeat
Source: https://github.com/refluster/ai-native-article/tree/main/workforce/skills/discord-heartbeat
Command: npx skills add https://github.com/refluster/ai-native-article --skill discord-heartbeat

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill verifies the health of the workforce's CCR dispatch chain by posting a liveness heartbeat embed to the team Discord channel.

Core Features & Use Cases

  • CCR Health Verification: Monitors the CCR dispatch chain's health by sending a heartbeat embed to Discord.
  • Deterministic Output: Ensures that the output payload is identical on every fire to maintain signal integrity.
  • Execution via Script: Executes a script for deterministic tasks instead of LLM construction, keeping token usage minimal.
  • Credential Management: Reads the Discord webhook URL from the active project's credential bag for secure access.

Quick Start

Run the discord-heartbeat skill to post a health heartbeat to the team Discord channel.

Frequently Asked Questions about discord-heartbeat

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify the health of a CCR dispatch chain?

You can verify CCR dispatch chain health by posting a liveness heartbeat embed to a designated Discord channel. This confirms the dispatch chain is actively processing signals and routing workforce events successfully.

What is a deterministic heartbeat embed for Discord health checks?

A deterministic heartbeat embed is a Discord message payload generated by a script rather than an LLM. It ensures the output remains identical on every fire, maintaining signal integrity for reliable automated health checks.

How do I send a Discord webhook heartbeat using a script instead of an LLM?

To send a Discord webhook heartbeat via script, execute the discord-heartbeat skill. It runs a predefined script to post the embed, minimizing token usage while guaranteeing identical output for every health check fire.

Can I use a project credential bag to securely access a Discord webhook URL?

Yes, you can use a project credential bag to securely access a Discord webhook URL. The skill reads the webhook URL directly from the active project's credential bag to authorize the heartbeat embed post.

Does sending a Discord heartbeat embed require LLM token usage?

No, sending a Discord heartbeat embed does not require LLM token usage because the task executes via a predefined script. This script-based execution keeps token usage minimal while ensuring deterministic output.