From d0ea7f6885bc81f3348d027fafaa5e7f2863ab19 Mon Sep 17 00:00:00 2001 From: Kerolos Atallah Date: Tue, 18 Aug 2026 19:51:06 +0300 Subject: [PATCH] Correct mutable plugin descriptions --- .claude-plugin/marketplace.json | 2 +- README.md | 2 +- plugins/outagedeck/.claude-plugin/plugin.json | 2 +- plugins/outagedeck/.codex-plugin/plugin.json | 4 ++-- plugins/outagedeck/skills/triage-dependency-outages/SKILL.md | 2 +- .../skills/triage-dependency-outages/agents/openai.yaml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 3121a9b..4978105 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -11,7 +11,7 @@ { "name": "outagedeck", "displayName": "OutageDeck", - "description": "Check live cloud and SaaS incidents before debugging code.", + "description": "Check vendor-published cloud and SaaS incidents before debugging code.", "version": "0.1.1", "author": { "name": "OutageDeck", diff --git a/README.md b/README.md index 444aae7..59d0878 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Check cloud and SaaS incidents before changing code. This marketplace installs the OutageDeck MCP server and a dependency-outage triage skill in Codex or Claude Code. -Public status checks are read-only, free, and require no account or API key. OutageDeck tracks 172 providers from their official status feeds and adds independent uptime history. +Public status checks are read-only, free, and require no account or API key. OutageDeck normalizes official machine-readable status feeds from cloud and SaaS vendors and adds observed uptime history. ## Install in Codex diff --git a/plugins/outagedeck/.claude-plugin/plugin.json b/plugins/outagedeck/.claude-plugin/plugin.json index 11c3f90..a4b5a9c 100644 --- a/plugins/outagedeck/.claude-plugin/plugin.json +++ b/plugins/outagedeck/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "outagedeck", "version": "0.1.1", - "description": "Check live cloud and SaaS incidents before debugging code.", + "description": "Check vendor-published cloud and SaaS incidents before debugging code.", "author": { "name": "OutageDeck", "email": "hello@outagedeck.com" diff --git a/plugins/outagedeck/.codex-plugin/plugin.json b/plugins/outagedeck/.codex-plugin/plugin.json index 7a9592f..b678079 100644 --- a/plugins/outagedeck/.codex-plugin/plugin.json +++ b/plugins/outagedeck/.codex-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "outagedeck", "version": "0.1.1", - "description": "Check live cloud and SaaS incidents before debugging code.", + "description": "Check vendor-published cloud and SaaS incidents before debugging code.", "author": { "name": "OutageDeck", "email": "hello@outagedeck.com", @@ -24,7 +24,7 @@ "interface": { "displayName": "OutageDeck", "shortDescription": "Check vendor outages before changing code", - "longDescription": "Check live status, incident timelines, and independent uptime history for 172 cloud and SaaS vendors before changing code. Public OutageDeck tools are read-only, free, and require no account. The bundled triage workflow turns vendor evidence into a citable is-it-us-or-them verdict and concrete next steps.", + "longDescription": "Check vendor-published status, incident timelines, and observed uptime history for cloud and SaaS vendors before changing code. Public OutageDeck tools are read-only, free, and require no account. The bundled triage workflow turns vendor evidence into a citable is-it-us-or-them verdict and concrete next steps.", "developerName": "OutageDeck", "category": "Developer Tools", "capabilities": [ diff --git a/plugins/outagedeck/skills/triage-dependency-outages/SKILL.md b/plugins/outagedeck/skills/triage-dependency-outages/SKILL.md index 18063a0..f057485 100644 --- a/plugins/outagedeck/skills/triage-dependency-outages/SKILL.md +++ b/plugins/outagedeck/skills/triage-dependency-outages/SKILL.md @@ -1,6 +1,6 @@ --- name: triage-dependency-outages -description: Check whether cloud and SaaS dependencies have live incidents before debugging application, CI, deployment, API, authentication, or network failures. Use when a user asks whether a provider is down, reports 5xx responses, timeouts, rate limits, or unexplained integration failures, needs a vendor incident timeline, wants a stack-wide status check or uptime comparison, or needs evidence to distinguish a provider failure from a code regression. Do not use for a clearly local-only failure with no external dependency. +description: Check whether cloud and SaaS dependencies are reporting incidents before debugging application, CI, deployment, API, authentication, or network failures. Use when a user asks whether a provider is down, reports 5xx responses, timeouts, rate limits, or unexplained integration failures, needs a vendor incident timeline, wants a stack-wide status check or uptime comparison, or needs evidence to distinguish a provider failure from a code regression. Do not use for a clearly local-only failure with no external dependency. --- # Dependency outage triage diff --git a/plugins/outagedeck/skills/triage-dependency-outages/agents/openai.yaml b/plugins/outagedeck/skills/triage-dependency-outages/agents/openai.yaml index 3f56961..87f7f8b 100644 --- a/plugins/outagedeck/skills/triage-dependency-outages/agents/openai.yaml +++ b/plugins/outagedeck/skills/triage-dependency-outages/agents/openai.yaml @@ -7,6 +7,6 @@ dependencies: tools: - type: "mcp" value: "outagedeck" - description: "Live status and incident evidence for cloud and SaaS providers" + description: "Vendor-published status and incident evidence for cloud and SaaS providers" transport: "streamable_http" url: "https://outagedeck.com/api/mcp"