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.
npx agentmods add skills/deapi-ai/claude-code-skills/deapinpx skills add deapi-ai/claude-code-skills --skill deapigit clone --depth 1 https://github.com/deapi-ai/claude-code-skillsWhat 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.
| Model | Per session | Once 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 |
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.
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:
- Submit job → get
request_id - Poll status every 10s
- When
done→ fetch fromresult_url
For detailed API parameters, see docs/api-reference.md.
What ships with it
11 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- commands/deapi-balance.md 591 B
- commands/deapi-setup.md 3.6 KB
- commands/embed.md 2.1 KB
- commands/generate-audio.md 3.3 KB
- commands/generate-image.md 2.6 KB
- commands/generate-video.md 2.3 KB
- commands/ocr.md 2.0 KB
- commands/remove-bg.md 1.9 KB
- commands/transcribe.md 1.9 KB
- commands/transform-image.md 3.4 KB
- commands/upscale.md 2.1 KB
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.
- 2d ago First seen · 54 lines · 54 tokens per session scan A 04f3c7dd730b
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.
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.
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.
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…
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.
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.
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.