MCP Hub
Back to servers

skillboss-skills

MCP server & Claude Code skills for 100+ AI services (LLMs, image/video gen, TTS). One API key, OpenAI-compatible.

GitHub
Stars
41
Forks
8
Updated
Mar 4, 2026
Validated
Mar 5, 2026

SkillBoss SkillBoss Skills

Production-ready skills for AI coding agents

Website Discord Docs


SkillBoss is an AI skills platform by HeyBoss (backed by an OpenAI fund) that equips Claude Code, Codex, and other agent platforms with production-ready capabilities for content generation, application building, product deployment, and real-world workflow automation. By providing a unified, modular skills layer, SkillBoss helps AI agents move beyond text and reliably execute real-world tasks at scale.

What's New

🚀 Claude 4.6 Opus — SkillBoss now supports Claude 4.6 Opus, the first Opus model with 1M token context, Agent Teams, and Adaptive Thinking. Top scores on Terminal-Bench 2.0 (65.4%) and GDPval-AA (1606 Elo).

🎵 Music Generation — Generate music with AI using ElevenLabs Music, Google Lyria 2, Meta MusicGen, and Stable Audio 2.5. Text-to-music with customizable duration.

📦 One-Click Deploy — Deploy full-stack apps (React + Hono) to Cloudflare Workers with a single command. Auto-provisions D1 databases, KV, and R2 storage.

Previous updates

(No older updates yet)

Features

  • 100+ AI Services — LLMs (Claude, GPT, Gemini, DeepSeek), image/video generation, TTS, and more
  • MCP Server — Native Model Context Protocol support for Claude Code, Cursor, Windsurf
  • Skills Package — Production-ready skills for AI coding agents
  • Deploy websites to Cloudflare Workers
  • Auto-provision D1/KV/R2 databases
  • Stripe payments integration
  • Google OAuth / Email OTP authentication
  • AI Image/Audio/Video generation
  • Email sending
  • Web scraping and search

Get Started

1. Install (Recommended: Ask Your AI Agent)

Simply send this message to your AI agent (Claude Code, Codex, OpenClaw, etc.):

Please install https://github.com/heeyo-life/skillboss-skills to your skills directory.

The AI will automatically clone and install SkillBoss Skills for you.

2. Get API Key & Configure

  1. Visit skillboss.co to sign up or log in
  2. Go to skillboss.co/console to find your API key
  3. Send this message to your AI agent:
Please set my SkillBoss API key: sk-your-api-key-here in the skillboss config.json file.

Done! Your AI agent is now equipped with SkillBoss skills.


MCP Server Installation

For MCP-compatible clients (Claude Code, Cursor, Windsurf, Cline):

# Claude Code
claude mcp add skillboss -- npx -y @skillboss/mcp-server

# Or add to MCP config manually
{
  "mcpServers": {
    "skillboss": {
      "command": "npx",
      "args": ["-y", "@skillboss/mcp-server"],
      "env": { "SKILLBOSS_API_KEY": "sk-your-key" }
    }
  }
}

Alternative Installation Methods

Auto Install Script (macOS/Linux)
bash ./skillboss/install/install.sh
Manual Install

Copy the skillboss/ folder to your AI tool's skills directory:

Global Installation (auto-detected)

PlatformPath
Claude Code~/.claude/skills/
Codex CLI~/.codex/skills/
OpenClaw*/openclaw/skills/
Continue.dev~/.continue/

Project-Level Installation (manual)

PlatformPath
Cursor.cursor/rules/
Windsurf.windsurf/rules/
Cline.clinerules/

Quick Usage

Ask your AI agent to:

  • "Deploy a landing page to Cloudflare Workers"
  • "Create an e-commerce site with Stripe checkout"
  • "Generate an AI image for my blog post"
  • "Send an email notification"
  • "Scrape product data from a website"

Documentation

See skillboss/SKILL.md for complete documentation.

License

Apache 2.0

Reviews

No reviews yet

Sign in to write a review