6.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
| name | pingdom |
| description | Monitor uptime and performance via Pingdom API. Manage checks and view reports. OpenClaw Skills integration. |
| owner | mrgoodb |
| repository | mrgoodb/pingdom |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @mrgoodb/pingdom |
| last updated | Feb 7, 2026 |
Maintainer

File Explorer
2 files
.
_meta.json
267 BSKILL.md
835 BSKILL.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"
Create Check
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"}'
Links
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.
