Portable “use-<tool>” skills for the services we actually run — how to drive each one well from an agent.
Browser automation CLI using DOMShell MCP server. Maps Chrome's Accessibility Tree to a virtual filesystem for agent-native navigation.
>-
>-
>-
>-
>-
>-
Drive a GitHub organization from an agent with the gh CLI — create and manage org repos, PRs, issues and releases, manage teams and member permissions, trigger and watch Actions workflows, set…
Before hand-rolling curl/API calls or docker invocations to drive a tool, check whether cli-hub (CLI-Anything) already offers an agent-native CLI for it — a deterministic, self-documenting wrapper…
Crawl and scrape the web into LLM-ready markdown or structured JSON from an agent, using crawl4ai — either the self-hosted REST service or the native crwl CLI. Covers plain crawls, BFS deep crawls,…
Work on an indexed codebase through Gortex's code-graph tools instead of raw file reads and text search. Maps every "I'd normally grep/read/edit" reflex to the graph query that answers it with far…
Delegate work to cheap or free LLMs headlessly via hermes (the Hermes Agent CLI) — one-shot runs, provider/model selection, and the hard-won disciplines that make free-model delegation actually work…
Operate a self-hosted n8n workflow-automation instance from an agent — running the Docker stack, reaching a localhost-bound UI, and avoiding the two failure modes that actually bite (a lost…
Send push notifications from an agent to a phone or desktop via ntfy — a single HTTP POST to a topic, self-hosted or via ntfy.sh. Use to notify a human when a long task finishes, when a run needs…
Reach and expose self-hosted, localhost-bound services over a Tailscale tailnet from an agent — without SSH tunnels, public ports, or a reverse proxy. Covers the operator flag that lets a non-root…