Agent Plugins Marketplace
All plugins

observability-monitoring

v1.2.3

Metrics collection, logging infrastructure, distributed tracing, SLO implementation, and monitoring dashboards

CodexClaude Code4 Skills

By Seth HobsonLicense: MIT39.9k GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
4 skill or MCP entries
Source updated
Sep 21, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install observability-monitoring for Codex and Claude Code

Installs for the current user
codex plugin marketplace add wshobson/agents
codex plugin marketplace upgrade claude-code-workflows
codex plugin add observability-monitoring@claude-code-workflows

Paste and run these commands in a terminal with Codex. They add and refresh the claude-code-workflows catalog, then install this plugin.

Compatibility: the page URL and API slug “observability-monitoring” remain stable.

  • Codex: observability-monitoring@agent-plugin-marketplaceobservability-monitoring@claude-code-workflows

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/wshobson/agents

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/observability-monitoring/.

Plugin files

plugins/observability-monitoring/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/distributed-tracing/SKILL.md
├── skills/grafana-dashboards/SKILL.md
├── skills/prometheus-configuration/SKILL.md
└── skills/slo-implementation/SKILL.md

Included Skills4

distributed-tracingskills/distributed-tracing/SKILL.md

Implement distributed tracing with Jaeger and Tempo to track requests across microservices and identify performance bottlenecks. Use when debugging microservices, analyzing request flows, or implementing observability for distributed systems.

grafana-dashboardsskills/grafana-dashboards/SKILL.md

Create and manage production Grafana dashboards for real-time visualization of system and application metrics. Use when building monitoring dashboards, visualizing metrics, or creating operational observability interfaces.

prometheus-configurationskills/prometheus-configuration/SKILL.md

Set up Prometheus for comprehensive metric collection, storage, and monitoring of infrastructure and applications. Use when implementing metrics collection, setting up monitoring infrastructure, or configuring alerting systems.

slo-implementationskills/slo-implementation/SKILL.md

Define and implement Service Level Indicators (SLIs) and Service Level Objectives (SLOs) with error budgets and alerting. Use when establishing reliability targets, implementing SRE practices, or measuring service performance.

Plugin manifests2

plugins/observability-monitoring/.codex-plugin/plugin.json
{
  "name": "observability-monitoring",
  "version": "1.2.3",
  "description": "Metrics collection, logging infrastructure, distributed tracing, SLO implementation, and monitoring dashboards",
  "skills": "./skills/",
  "author": {
    "name": "Seth Hobson",
    "email": "[email protected]"
  },
  "license": "MIT",
  "interface": {
    "displayName": "Observability Monitoring",
    "shortDescription": "Metrics collection, logging infrastructure, distributed tracing, SLO implementation, and monitoring dashboards",
    "category": "Coding"
  }
}
plugins/observability-monitoring/.claude-plugin/plugin.json
{
  "name": "observability-monitoring",
  "version": "1.2.3",
  "description": "Metrics collection, logging infrastructure, distributed tracing, SLO implementation, and monitoring dashboards",
  "author": {
    "name": "Seth Hobson",
    "email": "[email protected]"
  },
  "license": "MIT"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[observability-monitoring on Agent Plugins Marketplace](https://pluginsmp.com/plugins/observability-monitoring)