"Use rLLM CLI operations for model/provider setup, UI login,
Scanned 9/9/2026
Install to Claude Code
npx -y skills add VectorSpaceLab/AREX-Skill --skill cli-ops --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cli Ops?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vectorspacelab-cli-ops)More formats (shields.io, HTML) on the badges page.
---
name: cli-ops
summary: "Operate rLLM setup, model/provider config, project scaffolds, agent
registry, view, and snapshots."
description: "Use rLLM CLI operations for model/provider setup, UI login,
project scaffolding, agent/evaluator registration, result viewing, and sandbox
snapshot management."
disable-model-invocation: true
metadata:
disco-role: operating
license: Apache 2.0
---
# rLLM CLI Operations
Use this sub-skill for support commands around the core eval/data/training workflows: `rllm model`, `rllm login`, `rllm init`, `rllm agent`, `rllm view`, and `rllm snapshot`.
## Start Here
1. Read root `references/cli-command-map.md` to identify the command owner.
2. Read `references/workflows.md` for provider setup, scaffold/registry, viewing, and snapshot workflows.
3. Read `references/troubleshooting.md` for config, login, registry, viewer, and snapshot failures.
4. Switch to `../evaluation/SKILL.md`, `../datasets/SKILL.md`, or `../training/SKILL.md` when the task moves from setup into execution.
## Safe Check
```bash
python scripts/inspect_cli_state.py
```
The helper reads rLLM home config/registry files and prints a redacted summary. It does not modify state or validate remote credentials.
## Avoid
- Do not store raw API keys in generated examples, logs, or reports.
- Do not overwrite scaffold output directories unless the user explicitly accepts it.
- Do not build or destroy snapshots without confirming the target backend and benchmark slice.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!