healthchecks-io
Installation
SKILL.md
healthchecks.io API
Credentials available as env vars:
$HC_API_KEY— read-write API key (create/update/delete checks)$HC_API_KEY_READONLY— read-only API key (list/view only)$HC_PING_KEY— ping key (forhttps://hc-ping.com/$HC_PING_KEY/<slug>URLs)
HC_API="https://healthchecks.io/api/v3"
Create a check
curl -s -X POST "$HC_API/checks/" \
-H "X-Api-Key: $HC_API_KEY" \
-H "Content-Type: application/json" \
-d '{
Related skills
More from edmundmiller/dotfiles
jj-history-investigation
Investigate jj commit history, split commits, annotate file changes, and clean up redundant commits. Use when debugging history, splitting large commits, or rewriting shared history.
53tmux-status-debug
Debug and test tmux pane status detection for AI agents (opencode, claude, amp). Use when patterns aren't matching, status icons are wrong, or adding new detection patterns.
50using-jj-workspaces
Set up isolated jj workspaces for parallel development. Use when creating new workspaces, organizing workspace directories, or setting up gitignore for workspaces.
48agenix-secrets
>
46hass-config-flow
>
45nix-rebuild
>
45