deapi

deapi is a skill for Claude Code from eric861129/SKILLS_All-in-one. It costs 54 tokens per session (428 once invoked), scanned A, original, MIT.

A set of commands for using deAPI’s AI media services, including transcription, image and video generation, text-to-speech, OCR, background removal, upscaling, style changes, and text embeddings.

In plain words
What is it for?
Transcribing online video or audio, creating media, extracting text from images, improving images, and generating vectors for semantic search.
Why use it?
It puts several media-processing jobs behind one API and supports checking asynchronous jobs until they finish.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: positional $N argument.

Good fit Transcribing online video or audio, creating media, extracting text from images, improving images, and generating vectors for semantic search.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/eric861129/skills_all-in-one/deapi-ai-media-toolkit
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.

Any agent
npx skills add eric861129/SKILLS_All-in-one --skill deapi-ai-media-toolkit
Clone the repo
git clone --depth 1 https://github.com/eric861129/SKILLS_All-in-one

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for deapi

README.md
[![agentmods](https://agentmods.dev/badge/skills/eric861129/skills_all-in-one/deapi-ai-media-toolkit/github.svg)](https://agentmods.dev/skills/eric861129/skills_all-in-one/deapi-ai-media-toolkit)
Your own site
<a href="https://agentmods.dev/skills/eric861129/skills_all-in-one/deapi-ai-media-toolkit"><img src="https://agentmods.dev/badge/skills/eric861129/skills_all-in-one/deapi-ai-media-toolkit/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for deapi

Your own site · 80×15
<a href="https://agentmods.dev/skills/eric861129/skills_all-in-one/deapi-ai-media-toolkit"><img src="https://agentmods.dev/badge/skills/eric861129/skills_all-in-one/deapi-ai-media-toolkit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
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. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00054 $0.00428
Opus 5 $0.00027 $0.00214
Sonnet 5 $0.00011 $0.00086
Haiku 4.5 $0.00005 $0.00043

Measured 8d ago against content hash 04f3c7dd730b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, 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 8d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

  • deapi — 100% identical, 0 lines differ
public/SKILLS/Media & Content/deapi-ai-media-toolkit/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. 8d 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 eric861129/SKILLS_All-in-one (52 stars, last pushed 4mo 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-09-03.