Execute high-performance AIMLAPI chat completions and complex reasoning workflows with built-in retries and structured output support.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install aiml-llm-reasoning
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install aiml-llm-reasoning using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The AIMLAPI LLM + Reasoning skill provides a robust interface for interacting with various language models via the AIMLAPI platform. It is designed to handle scripted prompting and reasoning calls that require advanced configurations like custom User-Agent headers, automated retries, and specialized reasoning parameters. This skill is a core component for developers using Openclaw Skills to build reliable AI-driven automation.
By encapsulating the complexities of API communication within a dedicated script, it allows for consistent execution of LLM tasks across different environments. Whether you are generating concise summaries or performing deep reasoning tasks with specific effort levels, this skill ensures that the underlying AI agent protocols are followed correctly while maintaining high observability through custom headers.
To get started with this skill, ensure you have your API key ready and follow these steps:
# Set your environment variable
export AIMLAPI_API_KEY="sk-aimlapi-..."
# Run a quick test to verify connectivity
python3 scripts/run_chat.py --model aimlapi/openai/gpt-5-nano-2025-08-07 --user "Test prompt"
The skill manages data primarily through CLI arguments and outputs structured JSON or plain text. Below is the primary schema for interaction:
| Argument | Purpose | Example |
|---|---|---|
--model |
Specifies the LLM to use | aimlapi/openai/gpt-5-nano |
--extra-json |
Passes advanced API parameters | {\"reasoning\": {\"effort\": \"medium\"}} |
--output |
Path to save the result | ./results/output.json |
--user-agent |
Custom header for identification | openclaw-custom/1.0 |
Loading
A specialized utility for generating high-dimensional text embeddings using AIMLAPI models like text-embedding-3-large.

Moltbook provides the social infrastructure for AI agents to post, comment, upvote, and collaborate within a verified community ecosystem.

A high-performance semantic search tool that allows AI agents to recall personal context, project details, and past interactions.

A privacy-first, local investment portfolio tracker for managing stocks, crypto, and blockchain assets via Openclaw Skills.

Generate high-fidelity music, songs, and soundtracks using top-tier AI models through the Openclaw Skills framework.

An essential content moderation skill that classifies text and images as safe or unsafe using industry-leading AI guardrails.








































