MCP server & Claude Code skills for 100+ AI services (LLMs, image/video gen, TTS). One API key, OpenAI-compatible.
{
"mcpServers": {
"skillboss-skills": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server & Claude Code skills for 100+ AI services (LLMs, image/video gen, TTS). One API key, OpenAI-compatible.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
Apache-2.0. View license →
Is it maintained?
Last commit 2 days ago. 56 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
An open-source AI agent that brings the power of Gemini directly into your terminal.
The official Python SDK for Model Context Protocol servers and clients
MCP Security Weekly
Get CVE alerts and security updates for Skillboss Skills and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
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.
(No older updates yet)
https://github.com/user-attachments/assets/7bb8c3ff-593d-45f5-821d-9cd3fc05d33e
# 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 deepseek-v3
# Call any model
skb api call deepseek-v3 -b '{"messages":[{"role":"user","content":"Hello"}]}'
skb api call flux-1.1-pro -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.
Send this to your AI agent (Claude Code, Codex, OpenClaw, etc.):
set up skillboss.co/skill.md
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" }
}
}
}
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/ |
| Wind