deapi

A set of commands for using deAPI, a service that provides AI tools for media and text processing through online GPU computers. It covers transcription, image and video generation, text-to-speech, OCR, background removal, upscaling, image transformation, and embeddings for semantic search.

In plain words
What is it for?
Use it to transcribe audio or online videos, generate images, speech, or videos, read text from images, remove image backgrounds, enlarge images, apply image styles, or create embeddings for similarity search.
Why use it?
It puts several media-processing tasks behind one documented interface, so you do not need separate instructions for each operation. It also explains the required API key and how results are delivered.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/deapi-ai/claude-code-skills/deapi
Any agent
npx skills add deapi-ai/claude-code-skills --skill deapi
Clone the repo
git clone --depth 1 https://github.com/deapi-ai/claude-code-skills

Made for: Claude Code, Codex.

Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 428 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00054 $0.00428
Opus 5 $0.00027 $0.00214
Sonnet 5 $0.00011 $0.00086
Haiku 4.5 $0.00005 $0.00043

Measured 2d ago against content hash 04f3c7dd730b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

deapi scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

deapi/SKILL.md · 54 lines

What it actually says

deAPI Media Generation

AI-powered media tools via decentralized GPU network.

Available Commands

Command Use when user wants to...
/transcribe Transcribe YouTube, Twitch, Kick, X videos, or audio files
/generate-image Generate images from text descriptions
/generate-audio Convert text to speech (TTS)
/generate-video Create video from text or animate images
/ocr Extract text from images (OCR)
/remove-bg Remove background from images
/upscale Upscale image resolution (2x/4x)
/transform-image Apply style transfer to images
/embed Generate text embeddings for semantic search
/deapi-setup Configure result delivery (webhooks/websockets) for server apps
/deapi-balance Check account balance and remaining credits

Quick Examples

/transcribe https://youtube.com/watch?v=...
/generate-image a sunset over mountains
/generate-audio "Hello world" --voice am_adam

Setup

Requires DEAPI_API_KEY environment variable:

export DEAPI_API_KEY=your_key

Get your API key at deapi.ai (free $5 credit).

API Pattern

All deAPI requests are async:

  1. Submit job → get request_id
  2. Poll status every 10s
  3. When done → fetch from result_url

For detailed API parameters, see docs/api-reference.md.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 54 lines · 54 tokens per session scan A 04f3c7dd730b

Subscribe to this mod's changes

deapi is a skill published in the GitHub repository deapi-ai/claude-code-skills (21 stars, last pushed 2mo ago), licensed MIT. It adds 54 tokens to every session and 428 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

muapi-seedance-2

Expert Cinema Director skill for Seedance 2.0 (ByteDance) — high-fidelity video generation across Chinese, Global, and VIP tiers. Supports text-to-video, image-to-video, first-last-frame, omni reference, character training, omni-reference training, video editing, and watermark removal.

SamurAIGPT/Generative-Media-Skills · 67 tokens

muapi-social-media-video

Brand-aware social media video creator. Reads brand-identity.md, ICP.md, and messaging.md to write a post/storyboard, craft an optimized Seedance 2.0 Director prompt, generate reference frames with the best available image model, and produce platform-ready video.

SamurAIGPT/Generative-Media-Skills · 60 tokens

muapi-ai-clipping

Turn a long video into N viral-ready short clips with a single managed API call. Wraps muapi.ai's /ai-clipping endpoint, which handles transcription, highlight ranking through a virality framework (hook / emotional peak / opinion bomb / revelation / conflict / quotable / story peak / practical value), overlap dedupe…

SamurAIGPT/Generative-Media-Skills · 96 tokens

muapi-youtube-shorts

Auto-generate viral 9:16 YouTube Shorts (or TikTok / Reels clips) from a long-form video. Thin platform-aware wrapper around the AI Clipping skill — picks sensible defaults for short-form social platforms (9:16, 30–60s sweet spot) and delegates the actual highlight extraction + crop to muapi.ai's /ai-clipping endpoint.

SamurAIGPT/Generative-Media-Skills · 85 tokens

muapi-cinema-director

Direct high-fidelity cinematic video with AI — translates creative intent into technical cinematographic directives for Veo3, Kling, and Luma video models via muapi.ai.

SamurAIGPT/Generative-Media-Skills · 40 tokens

muapi-nano-banana

Reasoning-driven image generation using structured creative briefs (Gemini 3 style) — generates high-fidelity images via muapi.ai with logic-based prompting.

SamurAIGPT/Generative-Media-Skills · 37 tokens