pingharbor

Query uptime monitors, heartbeat monitors, manage sites, retrieve incidents, create monitors, and fetch SLA reports from your PingHarbor account.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "pingharbor" with this command: npx skills add captain-cole/pingharbor

PingHarbor — Uptime & Heartbeat Monitoring

Connect to your PingHarbor account to monitor website uptime, track cron jobs via heartbeat monitors, manage sites, query incidents, and pull SLA reports — all via the PingHarbor MCP server.

Authentication

Set your PingHarbor API key as an environment variable:

PINGHARBOR_API_KEY=ph_your_api_key_here

Generate a key at: Administration → API Keys inside your PingHarbor dashboard.

MCP Endpoint

https://api.pingharbor.com/functions/v1/mcp

Pass the key as a Bearer token:

Authorization: Bearer $PINGHARBOR_API_KEY

Available Tools

ToolDescription
list_monitorsList all monitors and their current status
get_incidentsRetrieve recent incidents and downtime events
create_monitorCreate a new uptime monitor programmatically
get_monitor_reportFetch SLA and response time report for a monitor
list_heartbeat_monitorsList all heartbeat monitors and their health status
create_heartbeat_monitorCreate a new heartbeat monitor with webhook URL
list_sitesList all sites for the authenticated account
create_siteCreate a new site to group monitors together

Example Usage

"List all my monitors and show me which ones are currently down."

"Get incidents from the last 7 days for monitor ID xyz."

"Create a monitor for https://example.com with a 60-second check interval."

"Show me the SLA report for my main API monitor."

"List my heartbeat monitors and show which ones have missed a heartbeat."

"Create a heartbeat monitor for my nightly database backup that runs every 24 hours with a 60-minute grace period."

"List all my sites."

"Create a new site called 'Production' for https://myapp.com."

Config (~/.openclaw/openclaw.json)

{
  "skills": {
    "entries": {
      "pingharbor": {
        "enabled": true,
        "apiKey": "ph_your_api_key_here"
      }
    }
  }
}

Or via environment variable injection:

{
  "skills": {
    "entries": {
      "pingharbor": {
        "enabled": true,
        "env": {
          "PINGHARBOR_API_KEY": "ph_your_api_key_here"
        }
      }
    }
  }
}

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Gigo Lobster Resume

🦞 GIGO · gigo-lobster-resume: 续跑入口:v2 stable 当前会清理旧 checkpoint 并从头重跑;保留此 slug 作为旧 checkpoint 兼容入口。 Triggers: 继续试吃 / 恢复评测 / resume tasting / continue lobster...

Registry SourceRecently Updated
General

YiHui CONTEXT MODE

context-mode is an MCP server that saves 98% of your context window by sandboxing tool outputs. It routes large file reads, shell outputs, and web fetches th...

Registry SourceRecently Updated
General

xinyi-drink

Use when users ask about 新一好喝/新一咖啡 drinks, stores, menu, activities, Skill用户大礼包, today drink recommendations, afternoon tea, feeling sleepy, or personalized...

Registry SourceRecently Updated
General

vedic-destiny

吠陀命盘分析中文入口。用于完整命盘研判、命主盘 Rashi chart 与九分盘 Navamsha chart 联读、既往事件回看、出生时间稳定度判断、事业主题、婚姻主题、时空盘专题,以及基于 Jagannatha Hora PDF、星盘截图或文本命盘数据的系统拆盘。当用户提到完整星盘、事业方向、婚姻问题、关系窗...

Registry SourceRecently Updated