skills / tools-services
amaniagent · category

tools-services

Portable “use-<tool>” skills for the services we actually run — how to drive each one well from an agent.

cli-anything-browser

Browser automation CLI using DOMShell MCP server. Maps Chrome's Accessibility Tree to a virtual filesystem for agent-native navigation.

cli-anything-chromadb

>-

cli-anything-exa

>-

cli-anything-mermaid

>-

cli-anything-obsidian

>-

cli-anything-ollama

>-

cli-anything-zotero

>-

github-org-automation

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…

use-cli-anything

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…

use-crawl4ai

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,…

use-gortex

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…

use-hermes

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…

use-n8n

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…

use-ntfy

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…

use-tailscale

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…