Skip to main content

llmlb-cli-usage

Use llmlb assistant CLI commands (curl/openapi/guide) instead of the deprecated MCP server flow. Use when this capability is needed.

Aller à l'installation

Informations de source

Dépôt
tomevault-io/skills-registry
Dernière activité de la source
28 avril 2026 à 22:53
Langue détectée de SKILL.md
anglais
Étoiles
0
Forks
0

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.

Explorateur de fichiers
2 fichiers

Affichage de SKILL.md

SKILL.md
Instructions source · Aperçu en lecture seule
name
llmlb-cli-usage
description
Use llmlb assistant CLI commands (curl/openapi/guide) instead of the deprecated MCP server flow. Use when this capability is needed.
metadata
{"author":"akiojin"}
# 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 ```bash 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. --- > Converted and distributed by [TomeVault](https://tomevault.io/claim/akiojin) — claim your Tome and manage your conversions. <!-- tomevault:4.0:skill_md:2026-04-13 -->
Voir sur GitHub