بنقرة واحدة
uptime-kuma
Query Uptime Kuma monitor status and metrics using the API key
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Query Uptime Kuma monitor status and metrics using the API key
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Create, search, comment on, and manage issues in the canonical nixosconfig Forgejo tracker via its REST API.
Manage pfSense firewall - rules, NAT, VPN, DHCP, DNS, and system configuration
Spin up and manage Apollo/Sunshine gaming Windows VMs on the prom hypervisor — clones of the GTX-1080-passthrough golden template, one per game, streamed via Moonlight/Artemis. Use when the user wants a new gaming VM, another gaming VM, a VM "for <game>", or to start/switch/stop/list/destroy their gaming VMs. Single GPU = one runs at a time. Trigger phrases include "new gaming vm", "spin up a gaming vm", "gaming vm for <game>", "make me a windows gaming vm", "another gaming machine", "start the <game> vm", "switch to <game>", "list gaming vms", "stop the gaming vm", "destroy the <game> vm".
Add an MCP server to the project and sync to all AI tools
Detect configuration drift using hash-based verification.
Debug a NixOS service that is down, unhealthy, or misbehaving. Identifies which host runs the service, connects via SSH if remote, and investigates using journalctl. Trigger phrases include "debug X", "X is down", "why is X broken", "check X service", "X not working", "investigate X".
| name | uptime-kuma |
| description | Query Uptime Kuma monitor status and metrics using the API key |
secrets/uptime-kuma-api.envKUMA_API_KEY_FILE (defaults to /run/secrets/uptime-kuma/api)KUMA_API_KEY= first.key=$(rg -m1 '^KUMA_API_KEY=' "${KUMA_API_KEY_FILE:-/run/secrets/uptime-kuma/api}" | cut -d= -f2-)
curl -fsS --user ":$key" https://status.ablz.au/metrics
key=$(rg -m1 '^KUMA_API_KEY=' "${KUMA_API_KEY_FILE:-/run/secrets/uptime-kuma/api}" | cut -d= -f2-)
curl -fsS --user ":$key" https://status.ablz.au/metrics | rg '^monitor_status' | awk '$NF != "1" {print}'
key=$(rg -m1 '^KUMA_API_KEY=' "${KUMA_API_KEY_FILE:-/run/secrets/uptime-kuma/api}" | cut -d= -f2-)
curl -fsS --user ":$key" https://status.ablz.au/metrics | rg '^monitor_status' | awk '$NF == "1" {print}'