SkillBoss provides a single API gateway for over 100 AI services, including top-tier LLMs, video generation, and web scraping with zero markup.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install skillboss-api
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 skillboss-api using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
SkillBoss is a comprehensive API provider designed to streamline AI integration by offering a single point of access to a vast ecosystem of tools. It eliminates the need for managing multiple subscriptions and API keys by consolidating industry-leading models like Claude 4.5, GPT-5, and Gemini 3 into a single, OpenAI-compatible endpoint.
Beyond chat models, it empowers developers with specialized capabilities for video production, high-fidelity image generation, and multi-platform web scraping. By providing zero-markup access to premium models and business utilities like AWS SES and Cloudflare R2, it serves as a foundational tool for building sophisticated Openclaw Skills workflows.
To begin using this skill, obtain your API key from the SkillBoss console and configure your environment. This enables seamless integration with your Openclaw Skills.
# One-line auto-configuration
curl -fsSL https://skillboss.co/openclaw-setup.sh | bash
# Manual environment setup
export SKILLBOSS_API_KEY="your_key_here"
SkillBoss utilizes an OpenAI-compatible data structure for LLM interactions, while providing specialized JSON responses for scraping and utility services to ensure compatibility across Openclaw Skills.
| Service Type | Data Organization | Output Format |
|---|---|---|
| Chat Models | completions/chat-completions | JSON (OpenAI Standard) |
| Web Scraping | platform-specific endpoints | Structured JSON |
| Media Gen | Direct URL or assets | Binary/Link |
| Crypto/Email | service-specific metadata | JSON |
Loading
A high-performance email delivery skill for Openclaw Skills that enables transactional and marketing communications via AWS SES without complex SMTP configuration.

A powerful AI-driven web search engine integration providing real-time information with verifiable citations.

An AI-powered web search skill providing real-time information with verified citations via the Perplexity Sonar API.

A cost-effective API gateway providing unified access to top-tier LLMs with zero platform markup and additional business API support.

A unified AI gateway providing access to over 100 top-tier AI models through a single OpenAI-compatible API key.

A powerful web scraping utility that converts any URL into clean, LLM-ready markdown using Firecrawl via the SkillBoss API.








































