Agent skill
llmlb-cli-usage
Use llmlb assistant CLI commands (curl/openapi/guide) instead of the deprecated 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
SKILL.md
llmlb Assistant CLI Usage (Codex)
Use llmlb assistant for llmlb API inspection and safe curl execution.
Workflow
- Inspect schema with
llmlb assistant openapi. - Read focused guidance with
llmlb assistant guide --category <...>. - 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_URLLLMLB_API_KEYLLMLB_ADMIN_API_KEYLLMLB_JWT_TOKEN
Notes
- The CLI blocks unapproved hosts and common injection patterns.
assistant curlauto-injects auth headers unless--no-auto-authis set.
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?