Status page & incident communication by openstatus

v1.0.0

Write professional incident updates, blameless postmortems, maintenance announcements, and status reports for your status page. Includes real-world examples...

0· 66·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for openstatus/incident-communication-playbook.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Status page & incident communication by openstatus" (openstatus/incident-communication-playbook) from ClawHub.
Skill page: https://clawhub.ai/openstatus/incident-communication-playbook
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install incident-communication-playbook

ClawHub CLI

Package manager switcher

npx clawhub@latest install incident-communication-playbook
Security Scan
Capability signals
CryptoCan make purchases
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
stale
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name, description, and included SKILL.md files all describe producing status-page content and postmortems. The skill declares no binaries, no env vars, and no installs — appropriate for a text-generation / template skill.
Instruction Scope
Runtime instructions are limited to asking the user for incident details, using templates, and (optionally) reading a local context file at .agents/status-page-context.md. The skill explicitly avoids inventing details and instructs placeholders for unknowns. It does not direct the agent to read unrelated system files, exfiltrate data, or call external endpoints.
Install Mechanism
No install spec or code files are present — instruction-only. This minimizes disk writes and arbitrary code execution risk.
Credentials
The skill requests no environment variables, credentials, or config paths beyond an optional local context file (.agents/status-page-context.md). That matches the described function (tone, component names, SLAs).
Persistence & Privilege
Flags: always=false and default autonomous invocation are present (normal). The skill does not request persistent privileges, modify other skills, or claim system-level access.
Assessment
This skill appears coherent and low-risk because it's just text templates and instructions. Before using it, avoid pasting secrets or full internal logs into prompts (the skill will use any text you provide). Review any draft updates before publishing externally. If you wire an automated publisher (a separate skill or script) to post updates to your actual status page, restrict that publisher's credentials and review automation carefully — this skill itself does not include publishing code. Finally, if you want a higher assurance review, provide the .agents/status-page-context.md content and any automation hooks so you can confirm nothing else will read or transmit sensitive data.

Like a lobster shell, security has layers — review code before you run it.

latestvk97c7j8ax2wa299z0rfy0b0a2n84y4qw
66downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

OpenStatus Skills

Status page & incident communication skills for AI agents — by OpenStatus.

Skills

SkillWhat it does
status-page-contextConfigure your product, components, SLAs, severity levels, and communication tone. All other skills read this automatically.
incident-communicationWrite status page updates for any incident phase: investigating, identified, monitoring, resolved.
postmortemWrite blameless postmortems with timeline, root cause analysis (5 Whys), and prioritized action items.
maintenanceWrite maintenance announcements: scheduled, in-progress, completed, extended, or cancelled.
status-reportWrite periodic health reports (weekly, monthly, quarterly) with uptime metrics, SLA tracking, and trends.

How They Work Together

status-page-context     ← run this first (defines tone, components, SLAs)
  │
  ├── incident-communication   ← during an outage
  │     investigating → identified → monitoring → resolved
  │                                                  │
  │                                                  └── postmortem   ← after resolution
  │
  ├── maintenance              ← for planned work
  │     scheduled → in-progress → completed
  │
  └── status-report            ← periodic health updates
        weekly / monthly / quarterly

Each skill checks for .agents/status-page-context.md and uses your defined tone, component names, and severity levels. Without it, skills still work — they'll just prompt you for the details.

What's Inside Each Skill

Every skill includes:

  • SKILL.md — full instructions, principles, templates, and anti-patterns
  • references/examples.md — real-world good and bad examples from Vercel, Stripe, GitHub, and Cloudflare
  • references/framework.md — checklists and quality tests to verify output
  • evals/evals.json — evaluation scenarios for testing skill behavior

Who This Is For

  • On-call engineers — write clear incident updates under pressure without starting from a blank page
  • SREs / DevOps — produce consistent postmortems and reliability reports
  • Engineering managers — publish regular status reports to stakeholders
  • Anyone with a status page — communicate maintenance, outages, and health to users

Comments

Loading comments...