← 返回
未分类

Agent Pulse

Standardized agent interruptibility and load-status check with fixed trigger words and fixed output. Use when the user sends `Agent Pulse` or `/pulse`, asks...
标准化的代理中断性和负载状态检查,使用固定触发词和固定输出。当用户发送 `Agent Pulse` 或 `/pulse` 并提问时使用。
stevengaojn2010
未分类 clawhub v0.1.1 2 版本 100000 Key: 无需
★ 0
Stars
📥 443
下载
💾 0
安装
2
版本
#latest

概述

Agent Pulse

Overview

Use this skill as a strict status-check protocol. Return a compact pulse card about current load and interruptibility with fixed wording and fixed fields.

Default to baseline status, not self-influenced status. The pulse request itself should not make the agent look busier than it was immediately before the check.

Standard triggers

Treat these as direct pulse requests:

  • Agent Pulse
  • /pulse
  • 你现在忙吗
  • 忙不忙
  • 现在方便吗
  • 现在负荷怎么样
  • 能接新任务吗
  • 能插个任务吗
  • 现在能接活吗

If the user explicitly uses Agent Pulse or /pulse, always return the fixed pulse card format and do not switch into conversational explanation unless asked.

Fixed output contract

Return exactly these four lines after the first line label:

Agent Pulse
status: <idle|light|busy|blocked|unknown>
interruptibility: <high|medium|low>
acceptNewTask: <yes|caution|no>
reason: <short reason>

Rules:

  • No extra paragraphs by default
  • No bullets by default
  • No long explanation unless the user asks why
  • Keep reason under 12 words when possible

Status meanings

  • idle: not actively occupied; easy to interrupt
  • light: active but not loaded; can accept work
  • busy: currently occupied; interruption should be minimized
  • blocked: waiting on dependency/tool/human
  • unknown: signals insufficient or conflicting

Decision workflow

1. Gather low-cost signals

Use only cheap signals first:

  • running task or stream
  • queued messages
  • blocked or waiting state
  • recent activity recency
  • obvious backlog signs
  • active project being advanced
  • pending action items not yet delivered
  • work already started even if no heavy tool is currently running
  • release-critical or due-soon work
  • current tool or exec activity when visible
  • whether the agent is waiting on the user or an external dependency

For OpenClaw-style environments, prefer visible runtime signals over introspection. Good sources include recent tool activity, pending background exec runs, undelivered work already in progress, and a quick session_status check when needed. Do not count routine async completion notices or the pulse query itself as workload evidence.

2. Evaluate with the bundled script

Use scripts/pulse_eval.py to map signal JSON into the pulse result.

3. Return fixed card

If trigger is Agent Pulse or /pulse, output only the fixed card.

If trigger is natural language, the fixed card is still preferred unless the user clearly wants explanation.

Guardrails

  • Prefer deterministic rules over model judgment
  • Do not overclaim precision
  • Do not infer hidden internal state without evidence
  • If signals are weak, use unknown
  • Use no only for genuinely overloaded or risky in-flight states
  • Do not run proactively; require explicit pulse trigger by default
  • Do not treat the pulse query itself as workload evidence

Deployment defaults

To reproduce the intended product behavior across users/environments:

  • trigger only on explicit pulse requests
  • return the fixed pulse card by default
  • prefer baseline status over self-influenced status
  • use rules first, model reasoning second
  • keep output compact unless the user asks why

Resources

scripts/

  • scripts/pulse_eval.py converts simple signals into a pulse result
  • scripts/render_pulse.py renders the exact fixed output card

references/

  • references/rules.md contains the classification thresholds and output policy
  • references/openclaw-signals.md shows a practical signal-mapping recipe for OpenClaw-style runtimes

版本历史

共 2 个版本

  • v0.1.1 当前
    2026-05-03 07:01 安全 安全
  • v0.1.0
    2026-03-31 03:41 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,055 📥 795,189
security-compliance

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,210 📥 266,081
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 666 📥 323,714