Status page & incident communication skills for AI agents — by OpenStatus.
Write better incident updates, postmortems, maintenance announcements, and status reports. Works with Claude Code, Codex, Cursor, Windsurf, and any agent supporting the Agent Skills spec.
| Skill | Description | Type |
|---|---|---|
status-page-context |
Set up your product, components, SLAs, and communication tone — referenced by all other skills | Foundational |
incident-communication |
Write clear, actionable incident updates for any phase (investigating → resolved) | Vendor-agnostic |
postmortem |
Write blameless postmortems with timeline, root cause analysis, and action items | Vendor-agnostic |
maintenance |
Write planned maintenance announcements (scheduled, in-progress, completed, extended, cancelled) | Vendor-agnostic |
status-report |
Write periodic health reports (weekly, monthly, quarterly) with uptime metrics and trends | Vendor-agnostic |
global-speed-checker |
Run global performance checks from multiple regions using OpenStatus | OpenStatus-specific |
# Install all skills
npx skills add openstatushq/skills
# Install a specific skill
npx skills add openstatushq/skills --skill incident-communication
# List available skills
npx skills add openstatushq/skills --listgit clone https://github.com/openstatushq/skills.git .agents/skills/openstatusThen add to your .claude/settings.local.json:
{
"permissions": {
"allow": ["Read", "Write", "Glob"]
}
}- Install the skills using one of the methods above
- Run the
status-page-contextskill first to set up your product context - Use any other skill — they'll automatically read your context for consistent tone and component names
Built by OpenStatus. Need help? Join our Discord or message us at ping@openstatus.dev.