$5 free credits when you sign up Claim now
Wan 2.2 Animate now available Test it!
Video Upscaling models now available Test it!
Z-Anime image model Test it!

Free AI Media Skills for Claude Code

Extend Claude Code with slash commands for image generation, transcription, TTS, video, OCR and more. Powered by deAPI — open-source models, pay-per-use pricing, $5 free credits to start.

AI Media at Your Fingertips — Inside Claude Code

One skills folder. Eleven slash commands. Every AI media capability your workflow needs. Browse the source on GitHub.

  • Image Generation

    /generate-image

    Create visuals from text prompts with FLUX and Qwen Image directly in your terminal.

  • Transcription

    /transcribe

    Transcribe YouTube videos, audio files, and media URLs with Whisper Large V3.

  • Text to Speech

    /generate-audio

    Convert text to natural speech with Kokoro TTS — 40+ voices, multiple languages.

  • Video Generation

    /generate-video

    Generate short video clips from text or image prompts with LTX Video models.

  • Image Tools

    /remove-bg · /upscale · /ocr

    Background removal, 4× upscaling, OCR text extraction, and style transfer — all from one place.

  • Embeddings

    /embed

    Generate vector embeddings with BGE-M3 for semantic search and RAG pipelines.

Up and Running in 3 Steps

From zero to AI media commands inside Claude Code in minutes.

  1. Add your deAPI key

    Sign up for a free deAPI account and set your API key as an environment variable. $5 in free credits included — no credit card needed.

  2. Use slash commands

    Type /generate-image, /transcribe, or any other command directly in Claude Code. Results are returned inline.

See Claude Code Skills in Action

Open Claude Code, type a slash command, get the result inline. No context switches, no separate tools — your AI media pipeline lives where your code does.

  • Slash commands return results inline in Claude Code
  • Works with Claude Desktop and any client that supports the skills protocol
  • Open-source skills on GitHub — fork, extend, contribute
  • Works with Claude Code out of the box
  • No credit card required

Start building with Claude
Code skills

Claim $5 in credits and unlock AI media generation directly in your terminal.

Frequently Asked Questions

Everything you need to know

Skills are slash commands that run inside Claude Code and compatible editors. Each skill calls the deAPI inference API to perform a specific AI task — image generation, transcription, TTS, video, and more. Install them once and they're available in every session.
Clone or copy the deapi folder from github.com/deapi-ai/claude-code-skills into ~/.claude/skills/. Claude Code auto-discovers skills on startup — no additional configuration required.
Eleven commands: /generate-image, /generate-audio, /generate-video, /transcribe, /ocr, /remove-bg, /upscale, /transform-image, /embed, /deapi-setup, and /deapi-balance. Each maps directly to a deAPI inference endpoint.
deAPI is pay-per-use with no subscription. Costs are up to 20× lower than AWS or Google Cloud equivalents. Image generation starts at $0.001 per image, transcription at $0.02/hour, and TTS at $0.77 per 1M characters.
Yes. Every new deAPI account gets $5 in free credits — no credit card required. That's enough for thousands of images, hours of transcription, or millions of TTS characters.
The skills work with Claude Code, Claude Desktop, and any editor that supports the Claude skills protocol. Install them once in ~/.claude/skills/ and they're available across all compatible Anthropic clients. The underlying deAPI endpoints can also be called independently via REST from any language or platform.