# LLM CLI

> Use this skill to interact with LLMs from the command line with JSON logging.

- Skill: `javimosch/llm-cli` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/llm-cli`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/llm-cli/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/llm-cli

---

# llm-cli Plugin
CLI for LLM interaction with JSON logging.
## Commands
- `llm-cli self version` — Print version
- `llm-cli _ _` — Passthrough to llm CLI
## Installation
```bash
pipx install llm
```
## Key Features
- **Multi-model** — Support for various LLMs
- **JSON logging** — Structured output
- **Pipeline-ready** — stdin/stdout
- **Local models** — Works without cloud API

