observability
Framework for adding structured telemetry to applications.
Install
mkdir -p .claude/skills/observability-devartblake && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13490" && unzip -o skill.zip -d .claude/skills/observability-devartblake && rm skill.zipInstalls to .claude/skills/observability-devartblake
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Use this skill for logs, metrics, tracing, health checks, and dashboards.Key capabilities
- →Identify operational questions for signals
- →Add structured logs with correlation
- →Add metrics for specific use cases
- →Add traces around network/DB/queue boundaries
- →Separate health checks into liveness and readiness
How it works
The skill guides the addition of logs, metrics, traces, and health checks by first identifying the operational question the signal needs to answer.
Inputs & outputs
When to use observability
- →Add structured logging
- →Setup application metrics
- →Configure health checks
About observability
Guides the integration of logs, metrics, and traces, ensuring proper health checks and performance monitoring boundaries.
Use this skill for logs, metrics, tracing, health checks, and dashboards.
When not to use it
- →When the signal does not need to answer an operational question
- →When logging secrets or PII
Limitations
- →Add metrics only if they will be used
- →Avoid logging secrets or PII
How it compares
This skill provides a structured procedure for implementing observability components based on specific operational questions, unlike adding them without a clear purpose.
Compared to similar skills
observability side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| observability (this skill) | 0 | 2mo | No flags | Beginner |
| performance-monitor | 0 | 4mo | No flags | Intermediate |
| service-mesh-observability | 5 | 2mo | No flags | Advanced |
| devops-troubleshooter | 1 | 4mo | No flags | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
performance-monitor
adiytharpansa
Real-time monitoring and optimization of system performance. Use when you need to track response times, resource usage, skill efficiency, and overall system health. This skill enables continuous performance optimization, bottleneck detection, and proactive improvements to keep OpenClaw running at pe
service-mesh-observability
wshobson
Implement comprehensive observability for service meshes including distributed tracing, metrics, and visualization. Use when setting up mesh monitoring, debugging latency issues, or implementing SLOs for service communication.
devops-troubleshooter
sickn33
Expert DevOps troubleshooter specializing in rapid incident response, advanced debugging, and modern observability. Masters log analysis, distributed tracing, Kubernetes debugging, performance optimization, and root cause analysis. Handles production outages, system reliability, and preventive monitoring. Use PROACTIVELY for debugging, incident response, or system troubleshooting.
observability-monitoring-monitor-setup
sickn33
You are a monitoring and observability expert specializing in implementing comprehensive monitoring solutions. Set up metrics collection, distributed tracing, log aggregation, and create insightful da
Logging and Monitoring for Agentic Workflows
Hack23
Comprehensive observability patterns for GitHub Agentic Workflows including structured logging, metrics collection, alerting strategies, debugging techniques, and production monitoring best practices for autonomous agent systems.
observability-setup
spideynolove
Set up metrics, logs, and traces for a service. Use when a mid-level developer needs basic observability coverage.