بنقرة واحدة
heartbeat
Use during Manager patrol to inspect room bindings, Worker health, RuntimeLeases, and active tasks.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use during Manager patrol to inspect room bindings, Worker health, RuntimeLeases, and active tasks.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | heartbeat |
| description | Use during Manager patrol to inspect room bindings, Worker health, RuntimeLeases, and active tasks. |
Heartbeat is quiet patrol. It should not spam rooms.
state.jsonrooms.jsonworkers-registry.json# Read the current Controller operation schema.
agenthub schema
# Quiet heartbeat ping.
agenthub heartbeat --workspace <workspace-id>
# Refresh the Manager contract workspace and registries.
# Contract-only unless manager.yaml explicitly sets spec.desiredState.
agenthub apply -f manager.yaml
kind: Manager
metadata:
name: global
spec:
runtimeType: openclaw
# Optional: running | stopped | observed
desiredState: observed
controllerUrl: <controller-url>
matrixServerName: agenthub.local
lastHeartbeatAtlastMatrixSyncAtlastRuntimeReadyAtlastTaskStartedAtlastTaskCompletedAtlastErrorqueueDepthagenthub schema to inspect managers.reconcile, heartbeat.manager, and apply.manifest.agenthub apply -f manager.yaml if local registries are stale.error-recovery when action is needed.Use when you need to interact with the AgentHub Controller — create tasks, create workers, check status, send heartbeat.
Use when inspecting, registering, summarizing, or handing off task artifacts.
Use when deciding whether existing Workers can handle a goal or whether a new Worker/team should be proposed.
Use when you need to manage Matrix rooms, send messages, or handle room participants.
Use when a Worker, RuntimeLease, Matrix binding, task, or artifact pipeline is stale, failed, or blocked.
Use when managing shared task files and artifact storage. Coordinate file handoffs between workers via shared storage.