skills$openclaw/pingdom
mrgoodb6.3k

by mrgoodb

pingdom – OpenClaw Skill

pingdom is an OpenClaw Skills integration for writing workflows. Monitor uptime and performance via Pingdom API. Manage checks and view reports.

6.3k stars2.8k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026writing

Skill Snapshot

namepingdom
descriptionMonitor uptime and performance via Pingdom API. Manage checks and view reports. OpenClaw Skills integration.
ownermrgoodb
repositorymrgoodb/pingdom
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @mrgoodb/pingdom
last updatedFeb 7, 2026

Maintainer

mrgoodb

mrgoodb

Maintains pingdom in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
267 B
SKILL.md
835 B
SKILL.md

name: pingdom description: Monitor uptime and performance via Pingdom API. Manage checks and view reports. metadata: {"clawdbot":{"emoji":"📡","requires":{"env":["PINGDOM_API_TOKEN"]}}}

Pingdom

Uptime monitoring.

Environment

export PINGDOM_API_TOKEN="xxxxxxxxxx"

List Checks

curl "https://api.pingdom.com/api/3.1/checks" -H "Authorization: Bearer $PINGDOM_API_TOKEN"

Get Check Results

curl "https://api.pingdom.com/api/3.1/results/{checkId}" -H "Authorization: Bearer $PINGDOM_API_TOKEN"
curl -X POST "https://api.pingdom.com/api/3.1/checks" \
  -H "Authorization: Bearer $PINGDOM_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"name": "My Website", "host": "example.com", "type": "http"}'
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install pingdom?

Run openclaw add @mrgoodb/pingdom in your terminal. This installs pingdom into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/mrgoodb/pingdom. Review commits and README documentation before installing.