AutomationPython

Create Heartbeat

by evolution-foundation

Create Heartbeat is an Automation skill for Claude Code, published by evolution-foundation in evo-nexus.

523 stars176 forkson evolution-foundation/evo-nexusAdded 2026/08/26Repository updated 2026/05/13
ai-agentsai-workspaceanthropicautomationbusiness-automationclaudeclaude-codedashboardmulti-agentopen-sourceopenclaw
Install in seconds
Install Create Heartbeat
Copy Create Heartbeat into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/evolution-foundation/evo-nexus/tree/main/.claude/skills/create-heartbeat ~/.claude/skills/create-heartbeat

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/evolution-foundation/evo-nexus.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/create-heartbeat/SKILL.md in evolution-foundation/evo-nexus
Installs to
~/.claude/skills/create-heartbeat
Collection
One of 25 skills cataloged from this repository
Category
Automation1523 skills

What Create Heartbeat does

Create Heartbeat adds a scheduled proactive agent that checks state and decides whether to act. Use it to turn a manual check into an interval-based protocol run with wake triggers and a decision prompt.

Create Heartbeat is cataloged under Automation on DirSkills. Create Heartbeat comes from a repository tagged ai-agents, ai-workspace, anthropic, automation and business-automation.

Documentation

README

Create Heartbeat

Auth note: For any API calls use from dashboard.backend.sdk_client import evo — auto-handles URL + auth, no Bearer token needed in code.

Create a new heartbeat — a proactive agent that wakes on a schedule, runs the 9-step protocol, and decides whether to act.

When to use

Use heartbeats when:

  • The agent should check state and conditionally act (e.g., Atlas checks Linear for blockers)
  • You want no work when state is calm (vs routines which always run)
  • The same topic is picked from an inbox of tickets (heartbeats query tickets in step 3)

Don't use heartbeats for:

  • Deterministic scheduled jobs (use a routine)
  • One-off actions (use a skill or ticket)

This is the opening of the README. Read the full README on GitHub.

Commands Create Heartbeat provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /scheduler
  • /costs

Frequently asked about Create Heartbeat

  • What else does evolution-foundation publish alongside Create Heartbeat?

    Create Heartbeat is one of 25 skills that DirSkills catalogs from evolution-foundation/evo-nexus, the repository it ships in. Its siblings there include AI Image Creator, Create Agent and Create Command. Each one is a separate skill with its own page in this directory, installs the same way Create Heartbeat does, and is maintained by evolution-foundation in that same repository. The rest of the collection is listed on the evolution-foundation/evo-nexus page.

  • How does Create Heartbeat compare to other Automation skills?

    Create Heartbeat ranks #1332 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Create Heartbeat against them. Open each page to compare what they document and how they install.

More from evolution-foundation/evo-nexus

Create Heartbeat is one of 25 skills cataloged on DirSkills from evolution-foundation/evo-nexus.

See all 25 skills