Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion plugins/outagedeck/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]"
Expand Down
4 changes: 2 additions & 2 deletions plugins/outagedeck/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
Expand All @@ -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": [
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"