llmlb-cli-usage
9
总安装量
9
周安装量
#33027
全站排名
安装命令
npx skills add https://github.com/akiojin/llmlb --skill llmlb-cli-usage
Agent 安装分布
opencode
9
gemini-cli
9
github-copilot
9
codex
9
kimi-cli
9
amp
9
Skill 文档
llmlb Assistant CLI Usage (Claude Code)
Use llmlb assistant as the default interface for API inspection and curl execution.
Preferred command order
llmlb assistant openapito inspect endpoint schema.llmlb assistant guide --category <...>to load task-specific API notes.llmlb assistant curl --command "curl ..."to execute requests safely.
Examples
llmlb assistant openapi
llmlb assistant guide --category overview
llmlb assistant curl --command "curl http://localhost:32768/v1/models" --json
Auth and environment
LLMLB_URL(default:http://localhost:32768)LLMLB_API_KEYfor/v1/*LLMLB_ADMIN_API_KEYfor/api/*LLMLB_JWT_TOKENfallback for/api/auth/*
Safety notes
- Requests to non-allowed hosts are blocked.
- Shell-injection patterns and dangerous curl options are rejected.
- Use
--no-auto-authonly when you must send custom auth headers.