cli-anything-generator
Build, refine, test, validate, or list CLI-Anything harnesses for GUI applications in Cursor. Prefer slash commands /cli-anything, /cli-anything-refine,…
Agent-native CLI for Exa web search and content retrieval workflows.
$ npx -y skills add HKUDS/CLI-Anything --skill cli-anything-exa --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/cli-anything-exaContext preview
The summary Claude sees to decide when to auto-load this skill.
Agent-native CLI for Exa web search and content retrieval workflows.
name: "cli-anything-exa" description: >- Agent-native CLI for Exa web search and content retrieval workflows.
Provides an agent-native command-line interface to the Exa API — a neural search engine optimised for AI agent workflows. Supports web search across multiple modes (fast, deep, deep-reasoning) and fetching full-text or highlighted page contents.
pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=exa/agent-harness
cli-anything-exa search "<query>" [OPTIONS] Options: --type auto|fast|instant|deep|deep-reasoning (default: auto) --num-results / -n 1–100 (default: 10) --category company|people|research-paper|news|personal-site|financial-report --content highlights|text|summary|none (default: highlights) --freshness smart|always|never (default: smart) --include-domains DOMAIN (repeatable) --exclude-domains DOMAIN (repeatable) --from DATE ISO 8601 start published date --to DATE ISO 8601 end published date --location CC Two-letter country code for geo-bias
cli-anything-exa contents <url> [url ...] [--content text|highlights|summary] [--freshness smart|always|never]
cli-anything-exa server status
All commands support `--json` at the root level for machine-readable output:
cli-anything-exa --json search "latest LLM papers" --num-results 5
cli-anything-exa --json search "site:arxiv.org transformer architectures" --type fast --content highlights
cli-anything-exa --json search "EU AI Act compliance requirements 2024" --type deep --content text
cli-anything-exa --json search "retrieval augmented generation" --category research-paper --num-results 20
cli-anything-exa --json search "Anthropic funding history" --category company
cli-anything-exa --json search "AI regulation news" --category news --from 2024-01-01
cli-anything-exa --json contents https://example.com/article --content text
cli-anything-exa # No subcommand → enters REPL
Type commands without the `cli-anything-exa` prefix. Type `exit` or `quit` to leave.
"CLI-Anything: Making ALL Software Agent-Native" -- CLI-Hub: https://clianything.cc/
Repo: HKUDS/CLI-Anything
Build, refine, test, validate, or list CLI-Anything harnesses for GUI applications in Cursor. Prefer slash commands /cli-anything, /cli-anything-refine,…
Firefly III CLI - Personal finance management via CLI-Anything
Use OpenRefine through an agent-native CLI for importing messy data, applying JSON operation histories, inspecting rows, exporting cleaned data, and managing…
Command-line interface for AdGuard Home - Network-wide ad blocking and DNS management via AdGuard Home REST API. Designed for AI agents and power users who…
Command-line interface for Anygen - A stateful command-line interface for AnyGen OpenAPI — generate professional slides, documents, webs...
Command-line interface for Audacity - A stateful command-line interface for audio editing, following the same patterns as the GIMP and Ble...