AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Better Stack Status Pages

skill-wyre-ai-msp-claude-plugins-status-pages · by WYRE-AI

>

— No reviews yet
0 installs
20 views
0.0% view→install

Install

$ agentstack add skill-wyre-ai-msp-claude-plugins-status-pages

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • ✓ Prompt-injection patterns
  • ✓ Secret / credential exfiltration
  • ✓ Dangerous shell & filesystem operations
  • ✓ Untrusted network calls
  • ✓ Known-malicious package signatures

What it can access

  • ✓ Network access No
  • ✓ Filesystem access No
  • ✓ Shell / process execution No
  • ✓ Environment & secrets No
  • ✓ Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-wyre-ai-msp-claude-plugins-status-pages)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● 1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Better Stack Status Pages? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Better Stack Status Pages

Overview

Status pages in Better Stack provide a public-facing view of your service health. They automatically reflect monitor statuses and allow manual incident and maintenance updates. MSPs use status pages to communicate service availability to clients without exposing internal monitoring details.

Anti-triggers

  • "Is this service up right now?" — a status page is outbound

communication, not the source of truth for health. Use betterstack-monitors for the check and betterstack-incidents for the event.

  • Better Stack's own availability — that is status.betterstack.com,

not a page you manage; for connection failures use betterstack-api-patterns.

Key Concepts

Status Page Components

Status pages are composed of resources (components) that map to monitors:

  • Each resource shows a status indicator (operational, degraded, downtime, maintenance)
  • Resources are automatically updated based on linked monitor status
  • Resources can be grouped into sections for organization

Component Statuses

  • Operational - Service is fully functional
  • Degraded Performance - Service is working but with reduced performance
  • Partial Outage - Some aspects of the service are unavailable
  • Major Outage - Service is completely unavailable
  • Maintenance - Service is under planned maintenance

Maintenance Windows

Maintenance windows allow you to:

  • Schedule downtime in advance
  • Notify subscribers before maintenance begins
  • Suppress alerts during planned work
  • Auto-update status page during the maintenance period

API Patterns

List Status Pages

betterstack_list_status_pages

Parameters:

  • page - Pagination cursor

Example response:

{
  "data": [
    {
      "id": "sp-123",
      "type": "status_page",
      "attributes": {
        "company_name": "Acme Corp",
        "company_url": "https://acme.com",
        "subdomain": "status-acme",
        "custom_domain": "status.acme.com",
        "timezone": "America/New_York"
      }
    }
  ]
}

Get Status Page Details

betterstack_get_status_page

Parameters:

  • status_page_id - The status page ID

Create Status Page

betterstack_create_status_page

Parameters:

  • company_name - Name displayed on the status page (required)
  • company_url - Company website URL
  • subdomain - Subdomain for the Better Stack hosted status page
  • custom_domain - Custom domain for the status page
  • timezone - Timezone for the status page display

List Status Page Resources

betterstack_list_status_page_resources

Parameters:

  • status_page_id - The status page ID

Common Workflows

Setting Up a Client Status Page

  1. Create a status page with betterstack_create_status_page
  2. Configure the subdomain or custom domain
  3. Add resources (components) linked to the client's monitors
  4. Group resources by service category (Web, API, Email, etc.)
  5. Share the status page URL with the client

Posting a Maintenance Window

  1. Identify affected monitors and status page resources
  2. Pause affected monitors to suppress false alerts
  3. Update status page resources to "Maintenance" status
  4. Perform maintenance work
  5. Resume monitors and verify recovery
  6. Update status page resources back to "Operational"

Incident Communication

  1. When an incident is triggered, verify status page reflects downtime
  2. Post a status update with the current investigation status
  3. Update as investigation progresses
  4. Post resolution update when the issue is fixed
  5. Verify status page returns to all-operational

Error Handling

Status Page Not Found

Cause: Invalid status page ID Solution: List status pages to verify the correct ID

Custom Domain DNS Not Configured

Cause: Custom domain CNAME record not pointing to Better Stack Solution: Configure CNAME record as documented in Better Stack settings

Resource Already Linked

Cause: Attempting to add a monitor that's already linked to the status page Solution: Check existing resources before adding

Best Practices

  • Create a separate status page per client or product
  • Use meaningful resource names that clients understand (avoid internal jargon)
  • Group resources by service category for clarity
  • Schedule maintenance windows during off-peak hours
  • Communicate proactively -- post updates before clients report issues
  • Use custom domains for professional branding
  • Include only client-relevant monitors, not internal infrastructure
  • Keep historical incident data for SLA reporting

Related Skills

  • [api-patterns](../api-patterns/SKILL.md) - Pagination and error handling
  • [monitors](../monitors/SKILL.md) - Monitors linked to status page resources
  • [incidents](../incidents/SKILL.md) - Incidents reflected on status pages
  • [oncall](../oncall/SKILL.md) - On-call team notified during outages

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.