Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Run AIMLAPI LLM and reasoning workflows through chat completions with retries, structured outputs, and explicit User-Agent headers. Use when Codex needs scripted prompting/reasoning calls against AIMLAPI models.
Run AIMLAPI LLM and reasoning workflows through chat completions with retries, structured outputs, and explicit User-Agent headers. Use when Codex needs scripted prompting/reasoning calls against AIMLAPI models.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Use run_chat.py to call AIMLAPI chat completions with retries, optional API key file fallback, and a User-Agent header on every request.
export AIMLAPI_API_KEY="sk-aimlapi-..." python3 {baseDir}/scripts/run_chat.py --model aimlapi/openai/gpt-5-nano-2025-08-07 --user "Summarize this in 3 bullets."
python3 {baseDir}/scripts/run_chat.py \ --model aimlapi/openai/gpt-5-nano-2025-08-07 \ --system "You are a concise assistant." \ --user "Draft a project kickoff checklist." \ --user-agent "openclaw-custom/1.0"
python3 {baseDir}/scripts/run_chat.py \ --model aimlapi/openai/gpt-5-nano-2025-08-07 \ --user "Plan a 5-step rollout for a new chatbot feature." \ --extra-json '{"reasoning": {"effort": "medium"}, "temperature": 0.3}'
python3 {baseDir}/scripts/run_chat.py \ --model aimlapi/openai/gpt-5-nano-2025-08-07 \ --user "Return a JSON array of 3 project risks with mitigation." \ --extra-json '{"response_format": {"type": "json_object"}}' \ --output ./out/risks.json
references/aimlapi-llm.md: payload and troubleshooting notes. README.md: changelog-style summary of new instructions.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.