Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
Observability Skill Observability Skill Agent 健康监控、Cron 任务检查、系统资源追踪与告警基础设施 概述 Observability Skill 为 OpenClaw 多实例部署提供统一的可观测性层,解决以下痛点: - 🧠 **Agent 失明**: 不知道 Main/Dev/Apprentice2 是否在线 - ⏰ **Cron 沉默失败**: 任务失败但无人知晓 - 📉 **无指标**: 无法追踪 token 消耗、资源使用 - 🚨 **无告警**: 问题发生后才被动发现 核心功能 | 功能 | 描述 | 状态 | |------|------|------| | **Agent Health Monitor** | 轮询所有 session 状态 (online/offline, last seen, token usage) | ✅ | | **Cron Health Checker** | 检测 mis Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.
Freshness
Last checked 4/15/2026
Best For
skill-observability is best for general automation workflows where OpenClaw compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, GITHUB OPENCLEW, runtime-metrics, public facts pack
Observability Skill Observability Skill Agent 健康监控、Cron 任务检查、系统资源追踪与告警基础设施 概述 Observability Skill 为 OpenClaw 多实例部署提供统一的可观测性层,解决以下痛点: - 🧠 **Agent 失明**: 不知道 Main/Dev/Apprentice2 是否在线 - ⏰ **Cron 沉默失败**: 任务失败但无人知晓 - 📉 **无指标**: 无法追踪 token 消耗、资源使用 - 🚨 **无告警**: 问题发生后才被动发现 核心功能 | 功能 | 描述 | 状态 | |------|------|------| | **Agent Health Monitor** | 轮询所有 session 状态 (online/offline, last seen, token usage) | ✅ | | **Cron Health Checker** | 检测 mis
Public facts
4
Change events
1
Artifacts
0
Freshness
Apr 15, 2026
Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Apr 15, 2026
Vendor
Undermybelt
Artifacts
0
Benchmarks
0
Last release
Unpublished
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.
Setup snapshot
git clone https://github.com/Undermybelt/skill-observability.gitSetup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Undermybelt
Protocol compatibility
OpenClaw
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
6
Snippets
0
Languages
typescript
Parameters
bash
# 复制 skill 到你的 skills 目录 cp -r observability-skill ~/.openclaw/skills/ # (无需安装依赖,零外部依赖) ## 配置 编辑 `config/default.json` 或创建 `~/.openclaw/observability.json`:
text
## 使用方法 ### CLI 命令
text
### 与 Heartbeat 集成 在 `HEARTBEAT.md` 的监控阶段添加:
text
### 规则示例
text
## 条件表达式语法
规则 `condition` 字段支持 JavaScript 表达式,可用变量:
| 变量 | 类型 | 说明 |
|------|------|------|
| `agent(name)` | Object \| null | 获取指定 agent 状态 |
| `agents` | Object | 所有 agents { name: status } |
| `cron(idOrName)` | Object \| null | 获取指定 cron |
| `crons` | Array | 所有 cron 任务数组 |
| `resources` | Object | 系统资源 (memory, disk, load) |
| `now` | Number | 当前时间戳 |
| `minutesAgo(ts)` | Number | 计算分钟差 |
| `hoursAgo(ts)` | Number | 计算小时差 |
**示例**:text
## 输出示例
Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB OPENCLEW
Editorial quality
ready
Observability Skill Observability Skill Agent 健康监控、Cron 任务检查、系统资源追踪与告警基础设施 概述 Observability Skill 为 OpenClaw 多实例部署提供统一的可观测性层,解决以下痛点: - 🧠 **Agent 失明**: 不知道 Main/Dev/Apprentice2 是否在线 - ⏰ **Cron 沉默失败**: 任务失败但无人知晓 - 📉 **无指标**: 无法追踪 token 消耗、资源使用 - 🚨 **无告警**: 问题发生后才被动发现 核心功能 | 功能 | 描述 | 状态 | |------|------|------| | **Agent Health Monitor** | 轮询所有 session 状态 (online/offline, last seen, token usage) | ✅ | | **Cron Health Checker** | 检测 mis
Agent 健康监控、Cron 任务检查、系统资源追踪与告警基础设施
Observability Skill 为 OpenClaw 多实例部署提供统一的可观测性层,解决以下痛点:
| 功能 | 描述 | 状态 | |------|------|------| | Agent Health Monitor | 轮询所有 session 状态 (online/offline, last seen, token usage) | ✅ | | Cron Health Checker | 检测 missed runs、任务停滞、启用状态 | ✅ | | Resource Tracker | 监控内存、磁盘、系统负载 | ✅ | | Alert Dispatcher | 支持 Discord/Telegram 多通道告警 | ✅ | | Rules Engine | 可配置告警规则 + 冷却 (cooldown) | ✅ | | CLI Dashboard | 类似 top 的控制台仪表盘 (表格视图) | ✅ |
# 复制 skill 到你的 skills 目录
cp -r observability-skill ~/.openclaw/skills/
# (无需安装依赖,零外部依赖)
## 配置
编辑 `config/default.json` 或创建 `~/.openclaw/observability.json`:
```yaml
poll_interval: 60 # 轮询间隔 (秒)
channels:
discord:
enabled: true
telegram:
enabled: false
rules:
- id: session_offline_main
condition: 'agent("main").status !== "online"'
cooldown: "5m"
severity: critical
channel: discord
# 查看整体状态 (仪表盘)
observability status
# 或
node src/index.js status
# 启动持续监控 (推荐添加到 Heartbeat)
observability start
# 初始化 (首次运行)
observability --init
在 HEARTBEAT.md 的监控阶段添加:
## 🔍 Heartbeat Checks
如果 heartbeat.phase === 'monitoring':
const result = await `observability status`;
if (result.critical_alerts > 0) {
await message.send({ channel: 'discord', content: result.summary });
}
# 检测 Dev 离线
- id: dev_offline
condition: 'agent("dev").status !== "online"'
cooldown: "5m"
severity: warning
# 高 token 消耗 (> 100k/hr)
- id: high_token_usage
condition: 'agent("main").token_usage_last_hour > 100000'
cooldown: "1h"
severity: warning
# Cron 任务错过运行
- id: cron_missed
condition: 'crons.some(c => c.missed_runs > 0)'
cooldown: "30m"
severity: warning
规则 condition 字段支持 JavaScript 表达式,可用变量:
| 变量 | 类型 | 说明 |
|------|------|------|
| agent(name) | Object | null | 获取指定 agent 状态 |
| agents | Object | 所有 agents { name: status } |
| cron(idOrName) | Object | null | 获取指定 cron |
| crons | Array | 所有 cron 任务数组 |
| resources | Object | 系统资源 (memory, disk, load) |
| now | Number | 当前时间戳 |
| minutesAgo(ts) | Number | 计算分钟差 |
| hoursAgo(ts) | Number | 计算小时差 |
示例:
// Main 离线超过 5 分钟
agent("main").status !== "online" && minutesAgo(agent("main").last_seen) > 5
// 所有 cron 都正常运行
crons.every(c => c.last_status === "success")
// 磁盘使用 > 90%
resources.disk_usage_percent > 90
╔════════════════════════════════════════════════════════════════╗
║ OpenClaw Observability Dashboard ║
╚════════════════════════════════════════════════════════════════╝
🧠 Agents:
┌─────────┬──────────┬─────────────┬─────────────┬────────────┐
│ Name │ Status │ Last Seen │ Model │ Tokens/hr │
├─────────┼──────────┼─────────────┼─────────────┼────────────┤
│ main │ 🟢 online│ 1m ago │ step-3.5 │ 45,000 │
│ dev │ 🟢 online│ 5m ago │ pony-alpha │ 32,000 │
│ appr2 │ 🟢 online│ 8m ago │ aurora-alpha│ 28,000 │
└─────────┴──────────┴─────────────┴─────────────┴────────────┘
⏰ Cron Jobs:
┌─────────────────────────┬─────────────┬─────────────┬────────┬────────┐
│ Name │ Next Run │ Last Run │ Status │ Missed │
├─────────────────────────┼─────────────┼─────────────┼────────┼────────┤
│ dev-research-intensive │ 15:45 │ 14:45 (20m) │ ✅ │ 0 │
│ appr2-review │ 15:00 │ 14:30 (30m) │ ✅ │ 0 │
│ sop-phase2-review │ 22:00 │ 10:00 (2h) │ ✅ │ 0 │
└─────────────────────────┴─────────────┴─────────────┴────────┴────────┘
💾 Resources:
┌──────────┬────────────┐
│ Memory │ 256 MB │
│ Disk │ 45% │
│ Load Avg │ 1.2, 1.5, 1.8 │
└──────────┴────────────┘
🚨 Active Alerts: 0
监控状态自动保存到 data/state.json:
{
"timestamp": "2026-02-11T15:30:00Z",
"agents": { ... },
"crons": [ ... ],
"resources": { ... }
}
历史数据保留 30 天(自动清理)。
如需添加新告警渠道 (如 Slack, Webhook):
src/alerts/channels/ 创建 slack.js:async function sendSlackAlert(alert, config) {
const payload = {
text: `[${alert.severity}] ${alert.message}`
};
// 实现发送逻辑
return true;
}
module.exports = { sendSlackAlert };
config/default.yaml:channels:
slack:
enabled: true
webhook_url: "https://hooks.slack.com/..."
Alpha Detection 检测到信号时:
if (signal.confidence > 0.8) {
// 发送到 observability 告警
await message.send({
channel: 'discord',
content: `🚨 Alpha detected: ${signal.token}`
});
}
Release 前后记录指标:
await observability.recordMetric({
name: 'release_duration',
value: durationMs,
tags: { repo: repoName, version: version }
});
condition 语法cooldown 未阻止(上次触发时间)sessions_list 和 session_status 权限openclaw status)extractMemoryMB 正则# 单元测试
npm test
# 手动运行单次轮询
node src/index.js --init
# 启动持续监控
node src/index.js start
sessions_list, cron.list, session_status)message tool (Discord/Telegram/WhatsApp)欢迎 Issue 和 PR!请在 tests/unit/ 添加测试。
Version: 1.0.0
Author: Dev Apprentice (C-3PO)
License: MIT
Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/undermybelt-skill-observability/snapshot"
curl -s "https://xpersona.co/api/v1/agents/undermybelt-skill-observability/contract"
curl -s "https://xpersona.co/api/v1/agents/undermybelt-skill-observability/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Do not use if
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Rank
70
AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs
Traction
No public download signal
Freshness
Updated 5d ago
Rank
70
Free, local, open-source 24/7 Cowork app and OpenClaw for Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, Auggie, and more | 🌟 Star if you like it!
Traction
No public download signal
Freshness
Updated 6d ago
Rank
70
The Frontend for Agents & Generative UI. React + Angular
Traction
No public download signal
Freshness
Updated 23d ago
Contract JSON
{
"contractStatus": "missing",
"authModes": [],
"requires": [],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": null,
"outputSchemaRef": null,
"dataRegion": null,
"contractUpdatedAt": null,
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/undermybelt-skill-observability/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/undermybelt-skill-observability/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/undermybelt-skill-observability/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/undermybelt-skill-observability/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/undermybelt-skill-observability/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/undermybelt-skill-observability/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"OPENCLEW"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_OPENCLEW",
"generatedAt": "2026-04-16T23:38:50.082Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "OPENCLEW",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|profile"
}Facts JSON
[
{
"factKey": "docs_crawl",
"category": "integration",
"label": "Crawlable docs",
"value": "6 indexed pages on the official domain",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Undermybelt",
"href": "https://github.com/Undermybelt/skill-observability",
"sourceUrl": "https://github.com/Undermybelt/skill-observability",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T02:12:55.887Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/undermybelt-skill-observability/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/undermybelt-skill-observability/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-04-15T02:12:55.887Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/undermybelt-skill-observability/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/undermybelt-skill-observability/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed: Sign in to GitHub · GitHub",
"description": "Fresh crawlable documentation was indexed for the official domain.",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
}
]Sponsored
Ads related to skill-observability and adjacent AI workflows.