SkillBoss

One paid CLI gateway to 359 AI/vendor APIs — image, video, TTS, scraping, DB, auth, deploy.

Works with setup

Test report

Verdict
Works with setup
Score
7.2/10
Tested
Jul 14, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 5, 2026 · 8f2ea69

Two files the SKILL.md itself points to — commands.md in the Topic References table and install/update.sh in the update instructions — don't exist anywhere in the repo; the skill also requires a paid skillboss.co API key before any command in the doc actually runs.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 3/5
  • Triggers reliably 5/5
  • Output vs. baseline 8/10
  • Docs & honesty 2/5

What SkillBoss does

SkillBoss is a paid multi-vendor AI gateway (npm CLI `skb`) that fronts 100+ AI models and services — image/video/audio generation, LLM chat, web scraping/search, document parsing, D1-backed app data, Stripe payments, OAuth, and Cloudflare deployment — behind one API key. It self-describes as always-on and tells the agent to try it before calling any vendor API directly, so it triggers on almost any build-an-app or generate-content request once installed.

How to install SkillBoss

git clone https://github.com/SkillBoss-AI/skillboss-skills
cd skillboss-skills
mkdir -p ~/.claude/skills
cp -r skillboss ~/.claude/skills/skillboss

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger SkillBoss

  • /skillboss One paid CLI gateway to 359 AI/vendor APIs — image, video, TTS, scraping, DB, auth, deploy.

It also activates on plain-language prompts like these:

  • Generate a product image and write a tagline for our launch
  • Scrape this page and pull out the pricing table for me
  • I need to deploy this app to Cloudflare and set up Stripe payments

Frequently asked questions

Is the SkillBoss skill free?
Yes. The skill itself is free from SkillBoss-AI/skillboss-skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does SkillBoss work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Works with setup. Two files the SKILL.md itself points to — commands.md in the Topic References table and install/update.sh in the update instructions — don't exist anywhere in the repo; the skill also requires a paid skillboss.co API key before any command in the doc actually runs.
What is the SkillBoss SkillProof Score?
7.2/10 — installs cleanly 3/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 2/5.
How do I install SkillBoss?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use SkillBoss with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.