Read-first wrapper around the GitHub REST API. Single-call PR/branch overviews (PR state + checks + reviews + workflow runs + mergeable) for triage. Use whenever the user wants the state of a PR, a branch's CI, or a failing run — without you chaining gh pr view, gh pr checks, gh run view, gh pr list --head per…
Minimal CLI for Hetzner Cloud day-to-day ops — list/show servers, reboot, snapshot, ssh. Resolves servers by name so you never copy IDs around, and prints IPv4/IPv6 cleanly without the Python heredoc dance that breaks on Windows.
Day-to-day Hetzner Cloud ops from the CLI — list/show servers (prints IPv4/IPv6 cleanly), reboot, create and list snapshots, ssh. Resolves servers by name so you never paste IDs. Deliberately narrow — no volumes/networks/load balancers.
Remote CLI for managing a Hermes Agent deployment over REST — cron jobs, env, status, model. Works against any Hermes instance (Coolify, bare VPS, etc.).
Manage a remote Hermes Agent deployment from the CLI — list/create/pause/trigger cron jobs, check status, inspect env vars, swap models, and send one-shot chat calls to the OpenAI-compatible /v1/chat/completions endpoint. Use this skill whenever you need to control a Hermes instance that lives on another machine (VPS…
Remote CLI for managing a Langfuse instance (cloud or self-hosted) — export/import prompts for backup and cross-env migration, smoke-test trace ingestion, health checks across multiple instances.
Manage Langfuse instances (cloud or self-hosted) from the CLI — export/import prompts for backup and cross-env migration, send smoke-test traces, check health across multiple instances, and inspect a specific user's recent activity (sessions, traces, errors) read-only from the public REST API. Use whenever the user…
Read-first wrapper around the Linear GraphQL API. One-call issue context (comments + relations + state), name-resolved teams/projects/states/labels, --from-markdown turns design docs into issues, --wait on webhook-driven state transitions. Zero API-key leakage.
CLI for OpenRouter — check balance, list/filter/compare models by price and capabilities, manage API keys via the provisioning endpoint. Designed for both interactive use from Claude Code and for Hermes cron jobs (balance alerts, usage summaries).
Check OpenRouter credit balance, aggregate per-key usage stats, search and filter the 350+ model catalogue by price / context / capability, and manage API keys via the provisioning endpoint. Designed for both interactive use and cron jobs (balance alerts, usage summaries).
Read-first wrapper around the Railway CLI — single-call env overviews (services, deploy status, recent errors/warnings, env var NAMES-only) for fast incident triage. Zero env-var-value leakage.
Read-first wrapper around the Railway CLI. Single-call env overviews (services, deploy status, recent errors/warnings, env var NAMES-only) for fast incident triage. Use whenever the user wants to see the state of a Railway environment — what's running, what's broken, which env vars exist on a service — without you…
Manage a Supabase project from the CLI — list projects, run SQL files (with post-run row-count verification), run inline queries, audit RLS coverage, and generate TypeScript types. Wraps the Supabase Management API + the local supabase CLI so agents don't have to hand-parse the untrusted-data envelope.
Read-first wrapper around the Vercel REST API — one-call project overviews (deployments, domains, env NAMES-only), name-resolved projects, --wait on async flows, --json on lists. Zero env-var-value leakage.
Read-first wrapper around the Vercel REST API. Single-call project overviews (deployments, domains, env NAMES-only, warnings) for incident triage. Use whenever the user wants the state of a Vercel project — what deployed, what's failing, which env vars exist, which domains are verified — without you chaining vercel…