# Skillboss Skills

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

- **Type:** MCP server
- **Install:** `agentstack add mcp-skillboss-ai-skillboss-skills`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [SkillBoss-AI](https://agentstack.voostack.com/s/skillboss-ai)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [SkillBoss-AI](https://github.com/SkillBoss-AI)
- **Source:** https://github.com/SkillBoss-AI/skillboss-skills
- **Website:** https://skillboss.co

## Install

```sh
agentstack add mcp-skillboss-ai-skillboss-skills
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

#  SkillBoss Skills

**Production-ready skills for AI coding agents**

[](https://skillboss.co)
[](https://discord.gg/U9eM6Vn6g7)
[](https://skillboss.co/help)

---

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

https://github.com/user-attachments/assets/7bb8c3ff-593d-45f5-821d-9cd3fc05d33e

## Get Started

### Option 1: CLI (recommended)

```bash
# Install
npm install -g @skillboss/cli

# Login
skb login -k sk-your-api-key

# Browse APIs
skb api types
skb api list --type chat
skb api show openai/gpt-5

# Call any model
skb api call openai/gpt-5 -b '{"messages":[{"role":"user","content":"Hello"}]}'
skb task image -b '{"prompt":"A sunset"}' -o sunset.png

# Smart task navigator
skb task image -b '{"prompt":"A sunset"}' -o sunset.png
skb task search "web scraping"
```

Or with npx (no install): `npx -y @skillboss/cli api types -k sk-your-key`

Get your API key at [skillboss.co/console](https://skillboss.co/console).

### Option 2: Skill Pack (for AI agents)

Send this to your AI agent (Claude Code, Codex, OpenClaw, etc.):

```
set up skillboss.co/skill.md
```

### Option 3: MCP Server

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

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

# Or add to MCP config manually
```

```json
{
  "mcpServers": {
    "skillboss": {
      "command": "npx",
      "args": ["-y", "@skillboss/mcp-server"],
      "env": { "SKILLBOSS_API_KEY": "sk-your-key" }
    }
  }
}
```

### Alternative Installation Methods

Manual Install

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

**Global Installation (auto-detected)**

| Platform | Path |
|----------|------|
| Claude Code | `~/.claude/skills/` |
| Codex CLI | `~/.codex/skills/` |
| OpenClaw | `*/openclaw/skills/` |
| Continue.dev | `~/.continue/` |

**Project-Level Installation (manual)**

| Platform | Path |
|----------|------|
| 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

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [SkillBoss-AI](https://github.com/SkillBoss-AI)
- **Source:** [SkillBoss-AI/skillboss-skills](https://github.com/SkillBoss-AI/skillboss-skills)
- **License:** Apache-2.0
- **Homepage:** https://skillboss.co

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-skillboss-ai-skillboss-skills
- Seller: https://agentstack.voostack.com/s/skillboss-ai
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
