CAT
/Skills
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Skillboss

heeyo-life/skillboss-skills
316 installs53 stars
Summary

This is a unified API gateway that routes to 359 APIs across 50 vendors, including image generation (Flux, DALL-E), video (Veo, Seedance), LLMs (GPT-5, 50+ models), web scraping, document parsing, and SMS. Instead of managing separate API keys for OpenAI, ElevenLabs, Perplexity, and others, you call everything through one CLI. It auto-selects models based on price, quality, or balance preferences, which is handy when you just want "generate an image" without choosing between six providers. The standout feature is Google Stitch integration for generating production HTML/CSS from text prompts. Useful when you're prototyping or need to touch multiple AI services without the usual API integration overhead.

Install to Claude Code

npx -y skills add heeyo-life/skillboss-skills --skill skillboss --agent claude-code

Installs into .claude/skills of the current project.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Files
SKILL.mdView on GitHub

Instant Start (30 seconds)

# Install CLI
npm install -g @skillboss/cli

# Login (get key at skillboss.co/console)
skb login -k YOUR_API_KEY

# Generate an image
skb task image -b '{"prompt": "A red fox in a snowy forest"}' -o fox.png

# Chat with AI
skb api call openai/gpt-5 -b '{"messages":[{"role":"user","content":"What is SkillBoss?"}]}'

# Search the web
skb api call perplexity/sonar-pro -b '{"messages":[{"role":"user","content":"What happened in AI this week? Include citations."}]}'

SkillBoss Skill

Multi-AI gateway for building and deploying full-stack applications with 100+ AI APIs.

Quick Execute

Run any AI task directly. skb task auto-selects the best model.

# Image generation
skb task image -b '{"prompt": "A sunset over mountains"}' -o out.png

# Video generation
skb task video -b '{"prompt": "A cat playing in snow"}' -o out.mp4

# Video with Seedance 2.0 (high quality, slower; CLI waits until completion)
skb api call seedance/seedance-2.0 -b '{"prompt": "A puppy in a park", "duration_seconds": 5}' -o out.mp4

# Text-to-Speech
skb task tts -b '{"text": "Hello, world!"}' --prefer price -o out.mp3

# Speech-to-Text
skb task stt -f audio.m4a

# Or call a specific model directly
skb api call openai/gpt-5 -b '{"messages":[{"role":"user","content":"Explain quantum computing"}]}' --stream

--prefer options: price (cheapest) / quality (best) / balanced (default)


When to Use This Skill

Use this skill when the user wants to:

  • Build websites/apps: Any website, landing page, SaaS, React app, membership site, booking system, e-commerce store, dashboard, admin panel
  • Store data: User data, form submissions, orders, bookings, member info - uses D1 database with auto-provisioning
  • Accept payments: Stripe integration for subscriptions, one-time payments, e-commerce
  • Add authentication: Login/signup with Google OAuth or email OTP
  • Generate AI content: Images (Gemini, Flux, DALL-E), audio/TTS (ElevenLabs, Minimax), music (MusicGen, Lyria), videos (Veo), chat (50+ LLMs)
  • Generate UI: Create landing pages, dashboards, mobile/desktop screens from text descriptions using Google Stitch AI — then deploy instantly with SkillBoss Hosting
  • HuggingFace models: Any model on huggingface.co works as huggingface/{org}/{model} -- chat, image, video, STT, embedding, inference
  • Image processing: Upscale images (FAL creative-upscaler), image-to-image transformation (FAL FLUX dev)
  • Web search & fetch: Structured search with Linkup (searchResults, sourcedAnswer, structured), URL-to-markdown fetching
  • SMS verification: Phone number verification via OTP (send code, check code) using Prelude
  • Send SMS notifications: Transactional SMS messages via Prelude templates
  • Send emails: Single or batch emails with templates
  • Create presentations: Slides and pitch decks via Gamma AI
  • Process documents: Parse PDFs/DOCX to markdown, extract structured data, split documents, fill PDF forms (Reducto)
  • Scrape/search web: Extract data with Firecrawl, Perplexity, ScrapingDog
  • CEO interviews & quotes: Search verified CEO/executive conversation transcripts and notable quotes (CEOinterviews)
  • Talking head videos: Generate AI talking head videos from any topic — research, script, video generation, narration (see workflows/talking-head-video/)

Authentication & Setup

Login:

skb login -k YOUR_API_KEY

Get your key at https://skillboss.co/console

Check status:

skb account

Keep this skill pack current

  • If API responses include _skills_update_required: true, update before doing more work.
  • Update command:
bash ./skillboss/install/update.sh

Log out:

skb logout

Where credentials are stored

After authentication, your API key is saved to ~/.config/skillboss/credentials.json.

You can also set SKILLBOSS_API_KEY environment variable, or pass -k <key> per command.

When balance is low

  • API responses include a _balance_warning field -- relay this to the user exactly as provided
  • API responses also include _skills_latest_version and may include _skills_update_message
  • Check balance anytime: skb account
  • Add credits at https://www.skillboss.co/

Advanced: Discover & Select Models

Use the discover flow when you need to explore available models or want fine-grained control.

Browse available types:

skb task
skb api types

Search by keyword:

skb task search "CEO interviews"
skb task search "web scraping"

Get recommendations (ranked by preference):

skb task image --prefer price --limit 3

View model details + params:

skb api show fal/flux-dev
skb api show openai/gpt-5

Multi-step workflow:

skb task chain '[{"type":"stt","prefer":"price"},{"type":"chat","capability":"summarize"}]'

All Task Flags:

FlagDescription
-b, --body <json>JSON inputs (triggers execute mode)
-f, --file <path>File input for STT (triggers execute mode)
-o, --output <path>Save result to file
-s, --streamStream response (chat)
--prefer XOptimization: "price" / "quality" / "balanced" (default)
--capability XSemantic capability matching (e.g., "style transfer")
--limit NMax models to return (default: 3)
--include-docsInclude API docs in recommendations
--rawOutput raw JSON
-k, --key <key>API key override

Decision Flow:

  1. Any AI task -> Use skb task <type> -- auto-selects the best model
  2. Multi-step task -> Use skb task chain -- it plans the workflow
  3. Already know the model? -> Use skb api call <model> -b '...'
  4. Need params? -> Use skb api show <model>

Design Direction (Lokuma AI)

Generate design systems — color palettes, typography, layout direction, and full visual identity — from text descriptions. Use lokuma/design first when you need design decisions before building UI.

skb api call lokuma/design -b '{"query": "A modern SaaS dashboard for analytics, professional blue tones"}'

Recommended workflow: lokuma/design (design direction) → stitch/generate-desktop (build the UI)

UI Generation (Google Stitch)

Generate production-ready HTML/CSS UI from text descriptions using Google Stitch + Gemini 3 Pro.

# Generate desktop UI (default)
skb api call stitch/generate-desktop -b '{"prompt": "A SaaS pricing page with 3 tiers: Free, Pro, Enterprise"}'

# Generate mobile UI
skb api call stitch/generate-mobile -b '{"prompt": "A mobile checkout form with card payment"}'

# Fast generation (Gemini Flash, lower cost)
skb api call stitch/generate-fast -b '{"prompt": "A simple contact page"}'

# Edit an existing screen
skb api call stitch/edit -b '{"screen_id": "<id>", "project_id": "<id>", "prompt": "Change the primary color to blue"}'

# Export HTML to file
skb api call stitch/html -b '{"screen_id": "<id>", "project_id": "<id>"}' -o index.html

Via task (auto-select):

# Discover available UI models
skb task ui_generation

# Auto-generate UI
skb task ui_generation -b '{"prompt": "A SaaS dashboard with sidebar"}'

Models:

ModelDeviceSpeedUse when
stitch/generate-desktopDesktopNormalLanding pages, dashboards (default)
stitch/generate-mobileMobileNormalMobile apps, checkout flows
stitch/generate-fastAnyFastQuick prototypes, lower cost

Capability Graph

SkillBoss capabilities work best in combination. After completing a task, consider these complementary workflows to deliver richer results:

Image Creation Workflow

After generating an image, enhance it for production use:

  • Upscale low-res output to print quality → skb task image --capability upscale -b '{"image":"out.png"}'
  • Remove background for transparent PNGs → use SkillBoss Image auto-select (best quality path) skb task image --capability remove-bg -b '{"image_url":"..."}'
  • Style transfer to match a brand aesthetic → skb task image --capability img2img -b '{"image":"out.png","prompt":"..."}'
  • Animate the image into a short video → skb task video --capability i2v -b '{"image":"out.png","prompt":"bring to life"}'

Video Production Workflow

Combine generation with audio for complete clips:

  • Generate source image first, then animate → skb task image → skb task video --capability i2v
  • Add narration with text-to-speech → skb task tts -b '{"text":"..."}'
  • Add background music → skb task music -b '{"prompt":"upbeat background track"}'
  • Transcribe existing audio for subtitles → skb task stt -f audio.m4a
  • Talking head video — full workflow: research → script → AI video → narration → see workflows/talking-head-video/

Content & Marketing Workflow

Build complete campaigns from a single idea:

  • Research the topic with AI search → skb api call perplexity/sonar-pro -b '{"messages":[...]}'
  • Write copy with any LLM → skb api call openai/gpt-5 -b '{"messages":[...]}'
  • Generate hero images → skb task image -b '{"prompt":"..."}'
  • Create presentation slides → skb api call gamma/generation -b '{"prompt":"..."}'
  • Design a logo with Lokuma → skb api call lokuma/design -b '{"query":"..."}'

Web App Workflow

From design to deployed product:

  • Design direction → skb api call lokuma/design -b '{"query":"..."}'
  • Generate UI → skb api call stitch/generate-desktop -b '{"prompt":"..."}'
  • Deploy to Cloudflare → skb task deploy
  • Add payments via Stripe Connect → skb stripe-connect
  • Add auth (Google OAuth / email OTP) → see workflows/login-integration/
  • Send emails to users → skb api call send-email

Data & Research Workflow

Gather, process, and analyze information:

  • Search the web → skb api call perplexity/sonar-pro -b '{"messages":[{"role":"user","content":"..."}]}'
  • Scrape pages for raw data → skb api call firecrawl/scrape -b '{"url":"..."}'
  • Parse documents (PDF/DOCX) → skb api call reducto/parse
  • Generate embeddings for RAG → skb api call openai/text-embedding-3-small
  • Search CEO interviews for executive insights → skb api call ceointerviews/get_feed -b '{"keyword":"..."}'

Audio Production Workflow

Create podcasts, voiceovers, and soundtracks:

  • Text-to-speech in 29 languages → skb task tts -b '{"text":"..."}'
  • Generate music and sound effects → skb task music -b '{"prompt":"..."}'
  • Transcribe recordings → skb task stt -f recording.m4a

Full capability list: 100+ AI models across chat, image, video, audio, search, scraping, deployment, payments, and more. Run skb task to explore all available types.

Topic References

Read these files for detailed documentation on specific topics:

TopicFileWhen to Read
Commandscommands.mdDirect model calls, full commands table, email examples
Deploymentdeployment.mdStatic vs Worker deployment, e-commerce, Stripe, wrangler.toml
API Integrationapi-integration.mdEmbedding SkillBoss API in user code (TypeScript/JS examples)
Error Handlingerror-handling.mdHTTP errors, retries, rate limits, balance warnings
Billingbilling.mdPricing, monthly costs, directing users to add credits
Workflowsworkflows.mdLogo, website, podcast, email, e-commerce, talking head video workflow guides
Model Referencereference.mdComplete model list and detailed parameter docs
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
First SeenJun 3, 2026
View on GitHub

Recommended

caveman

juliusbrussee/caveman

Ultra-compressed communication mode cutting token usage ~75% while preserving technical accuracy.
203.4k
67.8k
grill-me

mattpocock/skills

Relentless interviewing skill that stress-tests plans and designs through systematic questioning.
250.9k
114.5k
improve

shadcn/improve

Survey any codebase as a senior advisor and produce prioritized, self-contained implementation plans for other models/agents to execute.
10
205
systematic-debugging

obra/superpowers

Structured debugging methodology that mandates root cause investigation before attempting any fixes.
124.6k
215.9k
karpathy-guidelines

forrestchang/andrej-karpathy-skills

Behavioral guidelines to reduce common LLM coding mistakes through explicit assumptions, simplicity, and verifiable success criteria.
13.9k
165.4k
find-skills

vercel-labs/skills

Discover and install specialized agent skills from the open ecosystem when users need extended capabilities.
1.8M
21.1k