‹ 首页

agent-system-live-quality-ops

@mahsumaktas · 收录于 1 周前 · 上游提交 4 个月前

Operate and validate AgentSystem live quality alarm (systemd timer + alert state) to keep memory/proactivity/consistency regressions visible in real time.

适合你,如果负责 AgentSystem 的线上质量,需要实时跟踪告警状态

/ 通过 npx 安装 校验哈希
npx oh-my-skill add mahsumaktas/agent-evolution-kit/agent-system-live-quality-ops
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- mahsumaktas/agent-evolution-kit/agent-system-live-quality-ops
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify mahsumaktas/agent-evolution-kit/agent-system-live-quality-ops
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
1GitHub stars
~264上下文体积 · 单文件
索引托管

怎么用

商店整理自技能原文 · 版本 c599c87 · 表述以原文为准
它做什么

装上后,Claude 可以检查并操作 AgentSystem 的实时质量告警系统,包括查看定时器状态、运行告警脚本、验证告警是否正常触发。

什么时候触发

当你想确认 AgentSystem 的实时质量告警是否正常运行,或者需要手动触发告警测试时。

装好后可以这样说
运行检查脚本,返回定时器状态和上次运行时间。
执行 dry-run 模式,不实际触发告警。
使用 --force-alert 参数,模拟告警触发。
技能原文 SKILL.md作者撰写 · MIT · c599c87

AgentSystem Live Quality Ops

Use this skill when you need to verify that live quality alerts are active and not silently failing.

Quick Start
  1. Dry-run alarm logic:
bash /Users/user/clawd/scripts/agent-system-live-quality-alarm.sh --dry-run
  1. Inspect timer + last run:
bash scripts/check_live_alarm.sh
  1. Force a manual alert test (optional):
bash /Users/user/clawd/scripts/agent-system-live-quality-alarm.sh --force-alert --dry-run
Workflow
  1. Confirm hachix-agent-system-live-quality-alarm.timer is active.
  2. Verify latest health report and alarm state file exist.
  3. Check if alert suppression/cooldown is working as expected.
  4. If timer is inactive, enable it and re-run a dry check.
  5. Record findings in reports or memory notes.
Resources
  • scripts/check_live_alarm.sh: one-shot operational status summary.
  • /Users/user/clawd/scripts/agent-system-live-quality-alarm.sh: main alarm runner.
  • /Users/user/clawd/reports/agent-system-plan2-health-latest.json: last health metrics snapshot.
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。