Agent Skills: llmlb Assistant CLI Usage (Codex)

Practical guide for llmlb assistant CLI commands replacing the legacy MCP server flow.

UncategorizedID: akiojin/llmlb/llmlb-cli-usage

Install this agent skill to your local

pnpm dlx add-skill https://github.com/akiojin/llmlb/tree/HEAD/.codex/skills/llmlb-cli-usage

Skill Files

Browse the full folder contents for llmlb-cli-usage.

Download Skill

Loading file tree…

.codex/skills/llmlb-cli-usage/SKILL.md

Skill Metadata

Name
llmlb-cli-usage
Description
Use llmlb assistant CLI commands (curl/openapi/guide) instead of the deprecated MCP server flow.

llmlb Assistant CLI Usage (Codex)

Use llmlb assistant for llmlb API inspection and safe curl execution.

Workflow

  1. Inspect schema with llmlb assistant openapi.
  2. Read focused guidance with llmlb assistant guide --category <...>.
  3. Execute API calls with llmlb assistant curl --command "curl ...".

Examples

llmlb assistant openapi
llmlb assistant guide --category endpoint-management
llmlb assistant curl --command "curl http://localhost:32768/api/endpoints" --json

Environment variables

  • LLMLB_URL
  • LLMLB_API_KEY
  • LLMLB_ADMIN_API_KEY
  • LLMLB_JWT_TOKEN

Notes

  • The CLI blocks unapproved hosts and common injection patterns.
  • assistant curl auto-injects auth headers unless --no-auto-auth is set.