A powerful multi-modal interface that provides a single API gateway to over 50 state-of-the-art AI models for chat, media generation, and advanced automation.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install self-improve-agent
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 self-improve-agent using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Self-Improving Agent skill is designed to bridge the gap between complex AI model management and actionable agent workflows. By utilizing SkillBoss, this skill provides developers with a unified entry point to access top-tier models from providers like Bedrock, OpenAI, Vertex, and ElevenLabs. It is a core component of the Openclaw Skills ecosystem, enabling agents to not only execute tasks across diverse domains—such as image generation, document parsing, and SMS verification—but also to learn from errors and corrections to improve performance over time.
This skill eliminates the need for managing multiple API keys and custom integration logic for every new model. It introduces a standardized way to interact with text, audio, video, and search capabilities, making it an essential tool for building robust, multi-modal AI agents that require high flexibility and reliability.
To get started with this skill, you must first obtain an API key from SkillBoss. Once you have your key, configure it as an environment variable in your agent setup.
# Set your SkillBoss API Key
export SKILLBOSS_API_KEY="your_key_here"
# Verify the installation by listing available models
curl -s https://api.heybossai.com/v1/models \
-H "Authorization: Bearer $SKILLBOSS_API_KEY"
The skill uses a structured approach to handle inputs and outputs across various model types. Below is the general schema used for interacting with the API.
| Attribute | Description | Examples |
|---|---|---|
| model | The unique identifier for the AI model | bedrock/claude-4-5-sonnet, mm/img |
| inputs | A dictionary of parameters required by the model | { "prompt": "text", "duration": 30 } |
| pilot | The smart routing endpoint for task-based selection | type: "image" or type: "chat" |
| response | The structured result from the provider | image_url, video_url, or choices[0].message |
Loading
A multi-modal AI agent hub that allows users to discover new skills and access over 50 specialized models for various creative and technical tasks.

Dockerfile Builder is a comprehensive utility for generating, linting, and optimizing container configurations across various languages and frameworks.

A powerful utility to generate, lint, and optimize GitHub Actions workflow YAML files for seamless CI/CD automation.

A comprehensive CLI utility for building, validating, formatting, and introspecting GraphQL queries and schemas.

An AI development assistant for Openclaw Skills designed to generate runnable Python trading strategies for the Matic-MQuant platform.

An intelligent decision-making tool that provides rapid meal recommendations based on user context, mood, and budget.








































