yu-iskw/google-cloud-observability-plugin Skills
(18)Browse AI agent skills from yu-iskw/google-cloud-observability-plugin for Claude Code, OpenClaw, Cursor, Windsurf, and more. Install them with a single command to extend what your agents can do.
Errors Groups
yu-iskw/google-cloud-observability-plugin
# Errors Groups List aggregated error groups from Cloud Error Reporting. ## Purpose Identify the most frequent and impactful errors in a project. ## Inputs - `project` (optional): The Google Cloud project ID to list error groups from. - `service` (optional): Filter by service name. - `limit` (o
Errors List
yu-iskw/google-cloud-observability-plugin
# Errors List List individual error events from Cloud Error Reporting. ## Purpose Retrieve detailed error events, including stack traces and service context, for deep-dive analysis. ## Inputs - `project` (optional): The Google Cloud project ID to list errors from. - `group_id` (required): The I
Gcp Context
yu-iskw/google-cloud-observability-plugin
# GCP Context Detection Detect the currently active Google Cloud project and authenticated account. ## Purpose Provides the necessary context for subsequent `gcloud` commands by identifying the active project ID and user account. ## Inputs None. ## Behavior 1. Run `gcloud config get-value pr
implement-agent-skills
yu-iskw/google-cloud-observability-plugin
Implement and maintain Claude Agent Skills with valid SKILL.md frontmatter, focused instructions, and progressive disclosure.
implement-agent-teams
yu-iskw/google-cloud-observability-plugin
Set up and validate Claude agent team configurations, collaboration flows, and operator guidance for team-based execution.
implement-claude-extensions
yu-iskw/google-cloud-observability-plugin
Choose and implement the right Claude extension type by comparing hooks, skills, sub-agents, agent teams, and plugin packaging patterns.
implement-hooks
yu-iskw/google-cloud-observability-plugin
Implement and validate Claude Code hook configurations and hook scripts for command, prompt, and agent workflows.
implement-plugin
yu-iskw/google-cloud-observability-plugin
Package and distribute Claude Code plugins with schema-safe manifests, canonical layout, component wiring, and release-ready validation.
implement-sub-agents
yu-iskw/google-cloud-observability-plugin
Create and validate Claude sub-agent definitions with correct frontmatter, tool permissions, and delegation boundaries.
lint-fix
yu-iskw/google-cloud-observability-plugin
Run formatting and linting via Makefile (make format, make lint).
Logging List
yu-iskw/google-cloud-observability-plugin
# Logs List List available log names in the project. ## Purpose Discovery of which logs are available to help refine search filters. ## Inputs - `project` (optional): The Google Cloud project ID to list logs from. - `bucket` (optional): List logs in a specific log bucket. - `view` (optional): L
Logging Read
yu-iskw/google-cloud-observability-plugin
# Logs Read Read log entries from Google Cloud Logging. ## Purpose Retrieve log entries based on a filter. This is the primary tool for investigating past events and errors. ## Inputs - `project` (optional): The Google Cloud project ID to read logs from. - `filter` (optional): A valid Cloud Log
Logging Tail
yu-iskw/google-cloud-observability-plugin
# Logs Tail Stream logs in real-time. ## Purpose Watch live logs for immediate feedback during an incident or deployment. ## Behavior 1. Execute `gcloud alpha logging tail [FILTER] --project=[PROJECT] --buffer-window=[BUFFER_WINDOW] --format=json`. 2. If `project` is not provided, use the activ
Monitoring Dashboards
yu-iskw/google-cloud-observability-plugin
# Dashboards List List custom and default dashboards in Cloud Monitoring. ## Purpose Identify high-level dashboards that may contain relevant visualizations for the current context. ## Inputs - `project` (optional): The Google Cloud project ID to list dashboards from. - `display_name` (optional
Monitoring List
yu-iskw/google-cloud-observability-plugin
# Metrics List List available metric descriptors in Cloud Monitoring. ## Purpose Discover available metrics to query for performance and health analysis. ## Inputs - `project` (optional): The Google Cloud project ID to list metrics from. - `metric_filter` (optional): Filter for specific metric
Monitoring Query
yu-iskw/google-cloud-observability-plugin
# Metrics Query (API) Retrieve time-series data for a specific metric using the Cloud Monitoring API. ## Purpose Analyze resource utilization and performance trends by fetching raw or aggregated data points. ## Inputs - `project` (optional): The Google Cloud project ID to query metrics from. -
plugin-implementation-deprecated
yu-iskw/google-cloud-observability-plugin
Deprecated legacy skill retained for backward compatibility; use the new focused extension skills instead.
plugin-verification
yu-iskw/google-cloud-observability-plugin
Verify Claude extensions and plugins across hooks, skills, sub-agents, teams, manifest, structure, runtime loading, and CI parity.