Agent skill
llmlb-cli-usage
Practical guide for llmlb assistant CLI commands replacing the legacy MCP server flow.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/llmlb-cli-usage-akiojin-llmlb-2
SKILL.md
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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?