plugins/claude-ecosystem/skills/check-api-status/SKILL.md
Check Anthropic API status and recent incidents from status.anthropic.com
npx skillsauth add melodic-software/claude-code-plugins check-api-statusInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Check the current status of Anthropic's API and Claude services. Useful when experiencing slowdowns to determine if the issue is on Anthropic's end.
/check-api-status
Use WebFetch to retrieve status.anthropic.com:
Fetch https://status.anthropic.com and extract:
- Current overall status
- Individual service statuses (API, Console, Claude.ai)
- Active incidents
- Recent resolved incidents
Use perplexity to search for recent reports:
Search: "Anthropic Claude API slow outage December 2025"
Anthropic API Status
====================
Checked: {timestamp}
Overall Status: {OPERATIONAL | DEGRADED | OUTAGE}
Services:
API: {status}
Console: {status}
Claude.ai: {status}
Claude Code: {status}
Active Incidents:
{if any - title, start time, current status}
Recent Incidents (last 7 days):
{date}: {incident title} - {RESOLVED | MONITORING}
Community Reports:
{if found - recent reports of issues}
Interpretation:
{guidance based on findings}
Anthropic API Status
====================
Checked: 2025-12-26 15:45:00 EST
Overall Status: OPERATIONAL
Services:
API: Operational
Console: Operational
Claude.ai: Operational
Claude Code: Operational
Active Incidents: None
Recent Incidents (last 7 days):
Dec 21: API Performance Degradation - RESOLVED
Duration: 2 hours
Impact: Increased latency for some requests
Community Reports: No widespread issues reported
Interpretation:
All systems operational. If you're experiencing slowdowns,
the issue is likely local. Try:
- /check-claude-storage for storage bloat
- /cleanup-sessions 7 to free space
- Restart Claude Code
Anthropic API Status
====================
Checked: 2025-12-26 15:45:00 EST
Overall Status: DEGRADED PERFORMANCE
Services:
API: Degraded
Console: Operational
Claude.ai: Degraded
Claude Code: Degraded
Active Incidents:
Title: Increased API Latency
Started: 2025-12-26 14:00 UTC
Status: Investigating
Description: Some users experiencing slower response times
Recent Incidents (last 7 days):
Dec 21: API Performance Degradation - RESOLVED
Community Reports:
Multiple reports on social media of slow responses
Interpretation:
There is a known issue affecting Claude services.
Anthropic is investigating. Consider:
- Waiting for resolution
- Reducing request frequency
- Using simpler prompts
/diagnose-performance insteaddevelopment
Search Milan Jovanovic's .NET blog for Clean Architecture, DDD, CQRS, EF Core, and ASP.NET Core patterns. Use for finding applicable patterns, code examples, and architecture guidance. Invoke when working with .NET projects that could benefit from proven architectural patterns.
tools
Install and configure Data API Builder (DAB) for production SQL Server MCP access with RBAC
tools
Manage MssqlMcp servers - status, rebuild, and upstream updates
tools
Developer environment setup guides for Windows, macOS, Linux, and WSL. Use when setting up development machines, installing tools, configuring environments, or following platform-specific setup guides. Covers package management, shell/terminal, code editors, AI tooling, containerization, databases, and more.