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,…
CLI harness for Zotero.
$ npx -y skills add HKUDS/CLI-Anything --skill cli-anything-zotero --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/cli-anything-zoteroContext preview
The summary Claude sees to decide when to auto-load this skill.
CLI harness for Zotero.
name: "cli-anything-zotero" description: >- CLI harness for Zotero.
`cli-anything-zotero` is an agent-native CLI for Zotero desktop. It does not reimplement Zotero. Instead, it composes Zotero's real local surfaces:
pip install -e .
cli-anything-zotero python -m cli_anything.zotero
Application and runtime inspection commands.
| Command | Description | |---------|-------------| | `status` | Execute `status`. | | `version` | Execute `version`. | | `launch` | Execute `launch`. | | `enable-local-api` | Execute `enable-local-api`. | | `ping` | Execute `ping`. |
Collection inspection and selection commands.
| Command | Description | |---------|-------------| | `list` | Execute `list`. | | `find` | Execute `find`. | | `tree` | Execute `tree`. | | `get` | Execute `get`. | | `items` | Execute `items`. | | `use-selected` | Execute `use-selected`. | | `create` | Execute `create`. |
Item inspection and rendering commands.
| Command | Description | |---------|-------------| | `list` | Execute `list`. | | `find` | Execute `find`. | | `get` | Execute `get`. | | `children` | Execute `children`. | | `notes` | Execute `notes`. | | `attachments` | Execute `attachments`. | | `file` | Execute `file`. | | `export` | Execute `export`. | | `citation` | Execute `citation`. | | `bibliography` | Execute `bibliography`. | | `context` | Execute `context`. | | `analyze` | Execute `analyze`. | | `add-to-collection` | Execute `add-to-collection`. | | `move-to-collection` | Execute `move-to-collection`. |
Saved-search inspection commands.
| Command | Description | |---------|-------------| | `list` | Execute `list`. | | `get` | Execute `get`. | | `items` | Execute `items`. |
Tag inspection commands.
| Command | Description | |---------|-------------| | `list` | Execute `list`. | | `items` | Execute `items`. |
Installed CSL style inspection commands.
| Command | Description | |---------|-------------| | `list` | Execute `list`. |
Official Zotero import and write commands.
| Command | Description | |---------|-------------| | `file` | Execute `file`. | | `json` | Execute `json`. |
Read and add child notes.
| Command | Description | |---------|-------------| | `get` | Execute `get`. | | `add` | Execute `add`. |
Session and REPL context commands.
| Command | Description | |---------|-------------| | `status` | Execute `status`. | | `use-library` | Execute `use-library`. | | `use-collection` | Execute `use-collection`. | | `use-item` | Execute `use-item`. | | `use-selected` | Execute `use-selected`. | | `clear-library` | Execute `clear-library`. | | `clear-collection` | Execute `clear-collection`. | | `clear-item` | Execute `clear-item`. | | `history` | Execute `history`. |
Inspect Zotero paths and backend availability.
cli-anything-zotero app status --json
Persist the collection selected in the Zotero GUI.
cli-anything-zotero collection use-selected --json
Render a citation using Zotero's Local API.
cli-anything-zotero item citation <item-key> --style apa --locale en-US --json
Create a child note under an existing Zotero item.
cli-anything-zotero note add <item-key> --text "Key takeaway" --json
Assemble structured context for downstream model analysis.
cli-anything-zotero item context <item-key> --include-notes --include-links --json
0.1.0
"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...