byiblai· 118 skills
Run inference against an ibl.ai deployment through its OpenAI-compatible API — same request/response shape as OpenAI's /v1/chat/completions, routed to any configured provider/model (e.g. openai/gpt-5). List models, then POST OpenAI-format messages for a single completion or a streamed SSE response, with Api-Token auth. Use to generate completions or tool calls directly, without the agent-chat MCP server or agent wiring.
$npx -y skills add iblai/api --skill iblai-api-inferenceInstalls into the current project.
Run `npx skills use "https://github.com/iblai/api" --skill "iblai/api/iblai-api-inference"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/iblai/api" that are relevant to the current task. Run `npx skills add "https://github.com/iblai/api"` and select the relevant skills, then follow their instructions.