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.

설치로 이동

소스 정보

저장소
tomevault-io/skills-registry
최근 소스 활동
2026년 4월 28일 22:53
감지된 SKILL.md 언어
영어
스타
0
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
2 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
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 -->
GitHub에서 보기