{"id":50607263,"url":"https://github.com/yu-iskw/google-cloud-observability-plugin","last_synced_at":"2026-06-06T00:04:08.871Z","repository":{"id":338187587,"uuid":"1156884485","full_name":"yu-iskw/google-cloud-observability-plugin","owner":"yu-iskw","description":"A custom Claude Code plugin to analyze Google Cloud Observability","archived":false,"fork":false,"pushed_at":"2026-06-03T00:31:31.000Z","size":82,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-03T02:11:40.385Z","etag":null,"topics":["claude-code","claude-code-plugin","google-cloud","google-cloud-platform"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yu-iskw.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-13T06:53:20.000Z","updated_at":"2026-02-13T09:42:50.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/yu-iskw/google-cloud-observability-plugin","commit_stats":null,"previous_names":["yu-iskw/google-cloud-observability-plugin"],"tags_count":0,"template":false,"template_full_name":"yu-iskw/claude-code-plugin-template","purl":"pkg:github/yu-iskw/google-cloud-observability-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yu-iskw%2Fgoogle-cloud-observability-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yu-iskw%2Fgoogle-cloud-observability-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yu-iskw%2Fgoogle-cloud-observability-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yu-iskw%2Fgoogle-cloud-observability-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yu-iskw","download_url":"https://codeload.github.com/yu-iskw/google-cloud-observability-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yu-iskw%2Fgoogle-cloud-observability-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33964367,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-05T02:00:06.157Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["claude-code","claude-code-plugin","google-cloud","google-cloud-platform"],"created_at":"2026-06-06T00:04:07.962Z","updated_at":"2026-06-06T00:04:08.858Z","avatar_url":"https://github.com/yu-iskw.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Google Cloud Observability Plugin for Claude Code\n\nA comprehensive plugin for [Claude Code](https://code.claude.com) that provides deep integration with Google Cloud Platform's observability stack. It enables Claude to safely investigate incidents, analyze metrics, and triage errors using specialized agents.\n\n## 🚀 Capabilities\n\nThis plugin introduces a squad of specialized agents to handle different aspects of cloud observability. Each agent is accessible via a slash command.\n\n### 🤖 **Cloud Pulse Orchestrator** (`/cloud-pulse-orchestrator`)\n\n**The Mission Commander.**\n\n- Acts as the primary interface for complex investigations.\n- Coordinates specialists (Logs, Metrics, Errors) to build a holistic view of system health.\n- **Use for:** \"Why is the checkout service failing?\", \"Investigate the latency spike at 10 AM.\"\n\n### 📜 **Log Explorer** (`/log-explorer`)\n\n**The Forensic Investigator.**\n\n- Deep-dives into Cloud Logging.\n- Traces request lifecycles and finds root causes in text-based signals.\n- **Use for:** \"Find the stack trace for request ID X\", \"Show me recent errors in the payment-service.\"\n\n### 📈 **Metric Analyst** (`/metric-analyst`)\n\n**The Data Scientist.**\n\n- Analyzes Cloud Monitoring metrics and dashboards.\n- Identifies resource saturation, performance trends, and anomalies.\n- **Use for:** \"Is the CPU usage high?\", \"Compare latency today vs. yesterday.\"\n\n### 🛡️ **Error Guardian** (`/error-guardian`)\n\n**The Triage Nurse.**\n\n- Monitors Cloud Error Reporting.\n- Identifies top crashing groups, new anomalies, and impact scope.\n- **Use for:** \"What are the top errors right now?\", \"Did the last deployment introduce new crashes?\"\n\n### 👋 **Say Hello Agent** (`/say-hello-agent`)\n\n**The Connectivity Validator.**\n\n- Simple agent to verify your GCP project context and authentication.\n- **Use for:** \"Say hello to my project.\"\n\n## 🛠️ Prerequisites\n\nBefore using this plugin, ensure you have the following tools installed and configured:\n\n1. **Claude Code** (Version 1.0.33 or later)\n   - Install: `npm install -g @anthropic-ai/claude-code`\n\n2. **Google Cloud SDK (`gcloud`)**\n   - Install: [https://cloud.google.com/sdk/docs/install](https://cloud.google.com/sdk/docs/install)\n   - Verify: `gcloud --version`\n\n3. **Authentication**\n   - The plugin uses your local `gcloud` credentials.\n   - Login: `gcloud auth login`\n   - (Optional) Application Default Credentials: `gcloud auth application-default login`\n\n4. **Active Project**\n   - Set your target project: `gcloud config set project YOUR_PROJECT_ID`\n\n## 📦 Installation \u0026 Development\n\n### Local Development (Recommended for testing)\n\n1. **Clone the repository**:\n\n   ```bash\n   git clone https://github.com/yu-iskw/google-cloud-observability-plugin.git\n   cd google-cloud-observability-plugin\n   ```\n\n2. **Run Claude Code with the plugin**:\n\n   ```bash\n   claude --plugin-dir .\n   ```\n\n   _This starts Claude Code with the local plugin directory loaded._\n\n3. **Validate the Plugin**:\n\n   ```bash\n   claude plugin validate .\n   ```\n\n   _Ensures the manifest and structure follow the Claude Code plugin specification._\n\n### Marketplace Installation (Coming Soon)\n\nOnce published, you can install the plugin via:\n\n```bash\n/plugin install google-cloud-observability\n```\n\n## 🛡️ Safety \u0026 Security\n\nThis plugin is designed with **Safety First** principles:\n\n- **Read-Only by Default**: Agents are optimized for _investigation_, not _modification_. They do not have permissions to delete resources or change configurations.\n- **Scoped Access**: All `gcloud` commands are validated by a strict hook (`hooks/gcloud-validator.sh`) that enforces:\n  - `--format=json` for reliable parsing.\n  - `--limit=N` to prevent massive data dumps.\n  - Project isolation rules.\n- **Human in the Loop**: Any potentially destructive or ambiguous operation will prompt for user confirmation.\n- **Safety Rules**: Detailed guidelines are maintained in [rules/gcloud-safety.md](rules/gcloud-safety.md).\n\n## 🧩 Architecture\n\nThe plugin uses a **Squad-based Agent Architecture**:\n\n- **Agents**: High-level personas (defined in `agents/`) that reason about the data.\n- **Skills**: Atomic tools (defined in `skills/`) that wrap specific `gcloud` CLI commands (e.g., `logging-read`, `monitoring-query`).\n- **Hooks**: Safety middleware (defined in `hooks/`) that intercepts and validates tool usage before execution.\n\n## 🤝 Contributing\n\nContributions are welcome! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details.\n\n## 📄 License\n\nThis project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.\n\n---\n\n_Built for the [Claude Code](https://code.claude.com) ecosystem._\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyu-iskw%2Fgoogle-cloud-observability-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyu-iskw%2Fgoogle-cloud-observability-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyu-iskw%2Fgoogle-cloud-observability-plugin/lists"}