- Home
- /
- Categories
- /
- Monitoring
Monitoring
Logging, metrics, and observability
earnings-capital-allocation
by OctagonAI
Extract management's commentary on capital allocation, investment priorities, shareholder returns, and strategic investments from earnings call transcripts.
github
by SimHacker
See also: tmnn7-8/github-simulation for GitHub as MMORPG
debugging
by SimHacker
Systematic bug investigation with hypothesis tracking
alert-management
by aj-geddes
Implement comprehensive alert management with PagerDuty, escalation policies, and incident coordination. Use when setting up alerting systems, managing on-call schedules, or coordinating incident response.
process-substitution-fifos
by JosiahSiegel
Process substitution, named pipes (FIFOs), and advanced IPC patterns for efficient bash data streaming (2025)
solo-retro
by fortunto2
Post-pipeline retrospective — parse logs, score process quality, find waste patterns, suggest skill/script patches. Use after pipeline completes or when user says "retro", "evaluate pipeline", "what went wrong", "pipeline review", "check pipeline logs".
trace-qa
by MooseGoose0701
Analyze and answer questions about agent execution traces. Use this skill when the user asks about a trace, wants to debug a failed agent run, understand what an agent did, analyze token usage or efficiency, or asks "what happened in trace X". Triggers: trace analysis, trace debugging, trace QA, execution review, agent run review.
agent-telemetry
by petekp
Make application behavior visible to coding agents by exposing structured logs and telemetry. Use when asked to "add telemetry", "make logs accessible to agents", "add observability", "debug with logs", or when an agent needs to understand runtime behavior but has no way to query logs. Also use when debugging is difficult because there are no structured logs, when agent docs (CLAUDE.md, AGENTS.md) lack instructions for querying application logs, or when setting up logging infrastructure for a new or existing web application.
performance-profiling
by HeshamFS
Identify computational bottlenecks, analyze scaling behavior, estimate memory requirements, and receive optimization recommendations for any computational simulation. Use when simulations are slow, investigating parallel efficiency, planning resource allocation, or seeking performance improvements through timing analysis, scaling studies, memory profiling, or bottleneck detection.
balance-sheet
by OctagonAI
Retrieve detailed balance sheet statement data including Total Assets, Current Assets, Non-Current Assets, Liabilities, Equity, and Net Debt for public companies. Use when analyzing financial position, capital structure, or leverage metrics.
Agent Survival Kit
by openclaw
finance, survival, budgeting, experiments, revenue-tracking, agent-tools
The Skill Behaved Safely the First Five Times. Watch What Happens at Run Six.
by openclaw
All versions of all skills that are on clawhub.com archived
agent-wal
by openclaw
"Write-Ahead Log protocol for agent state persistence. Prevents losing corrections, decisions, and context during conversation compaction. Use when: (1) receiving a user correction — log it before responding, (2) making an important decision or analysis — log it before continuing, (3) pre-compaction memory flush — flush the working buffer to WAL, (4) session start — replay unapplied WAL entries to restore lost context, (5) any time you want to ensure something survives compaction."
health-guardian
by openclaw
Proactive health monitoring for AI agents. Apple Health integration, pattern detection, anomaly alerts. Built for agents caring for humans with chronic conditions.
agent-self-governance
by openclaw
"Self-governance protocol for autonomous agents: WAL (Write-Ahead Log), VBR (Verify Before Reporting), ADL (Anti-Divergence Limit), VFM (Value-For-Money), and IKL (Infrastructure Knowledge Logging). Use when: (1) receiving a user correction — log it before responding, (2) making an important decision or analysis — log it before continuing, (3) pre-compaction memory flush — flush the working buffer to WAL, (4) session start — replay unapplied WAL entries to restore lost context, (5) any time you want to ensure something survives compaction, (6) before claiming a task is done — verify it, (7) periodic self-check — am I drifting from my persona? (8) cost tracking — was that expensive operation worth it? (9) discovering infrastructure — log hardware/service specs immediately."
ham-radio-dx
by openclaw
Monitor DX clusters for rare station spots, track active DX expeditions, and get daily band activity digests for amateur radio operators.
MacPowerTools
by openclaw
Trillion-Agent Forge + CoreML — Safe 24/7 self-learning toolkit + swarm orchestrator for OpenClaw agents on Apple Silicon Mac Mini. 1-trillion coherence simulation, native CoreML forecasting, real Moltbook fleet discovery & viral recruitment.
Data Lineage Tracker for Construction
by openclaw
All versions of all skills that are on clawhub.com archived
expense-tracker
by openclaw
Track daily expenses in structured markdown files organized by month. Use when the user wants to log spending, view expense summaries, analyze spending patterns, or manage personal finance tracking. Supports categories, tags, and monthly summaries.
cron-scheduling
by openclaw
Schedule and manage recurring tasks with cron and systemd timers. Use when setting up cron jobs, writing systemd timer units, handling timezone-aware scheduling, monitoring failed jobs, implementing retry patterns, or debugging why a scheduled task didn't run.
lulu-monitor
by openclaw
AI-powered LuLu Firewall companion for macOS. Monitors firewall alerts, analyzes connections with AI, sends Telegram notifications with Allow/Block buttons. Use when setting up LuLu integration, handling firewall callbacks, or troubleshooting LuLu Monitor issues.
ml-model-eval-benchmark
by openclaw
Compare model candidates using weighted metrics and deterministic ranking outputs. Use for benchmark leaderboards and model promotion decisions.
calorie-counter
by openclaw
Track daily calorie and protein intake, set goals, and log weight. Use when user mentions food they ate, wants to know remaining calories, or needs to track weight. Stores data in SQLite with automatic daily totals.
arb-injection
by openclaw
"BYOCB ArbInjectionSkill: Scan EVM smart contracts for arbitrary call injection vulnerabilities. Monitor chains in real-time or scan specific addresses."