Overview
- Skill Key
- aimlapihello/aiml-llm-reasoning
- Author
- aimlapihello
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/aimlapihello/aiml-llm-reasoning
- Latest Commit SHA
- 38836b51c0c4d2573f18da40847e8d54167de2c4
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.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 aimlapi-llm-reasoning 技能。 若已安装,则直接安装 aimlapi-llm-reasoning 技能。
# AIMLAPI LLM + Reasoning
## Overview
Use `run_chat.py` to call AIMLAPI chat completions with retries, optional API key file fallback, and a `User-Agent` header on every request.
## Quick start
```bash
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."
```
## Tasks
### Run a basic chat completion
```bash
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"
```
### Add reasoning parameters
```bash
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}'
```
### Structured JSON output
```bash
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
- `references/aimlapi-llm.md`: payload and troubleshooting notes.
- `README.md`: changelog-style summary of new instructions.
# aimlapi-llm-reasoning This skill provides a helper script for AIMLAPI chat + reasoning workflows. ## Security & Credentials - This skill requires an `AIMLAPI_API_KEY` environment variable. - Be cautious when using the `--apikey-file` flag; ensure the provided path is correct and secure. - Avoid including sensitive or private data in `--extra-json`, as this payload is sent to the remote API. ## New instructions - Every HTTP request sends a `User-Agent` header (configurable via `--user-agent`). - `run_chat.py` supports retries, API key from `--apikey-file`, and verbose logs. - Use `--extra-json` for reasoning/tooling/provider-specific fields. See `SKILL.md` for examples.
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.