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 skills add eric861129/SKILLS_All-in-one --skill deapi-ai-media-toolkitgit clone --depth 1 https://github.com/eric861129/SKILLS_All-in-oneWrote 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.
[](https://agentmods.dev/skills/eric861129/skills_all-in-one/deapi-ai-media-toolkit)<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.
<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>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.
| Model | Per session | Once 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 |
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.
Copies of this mod
1 near-identical copy found in the catalogue:
- deapi — 100% identical, 0 lines differ
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.
- 8d ago First seen · 54 lines · 54 tokens per session scan A 04f3c7dd730b
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.
Other skills, from other repositories
extremerouter-embeddings
Generate vector embeddings via ExtremeRouter /v1/embeddings using OpenAI / Gemini / Mistral / Voyage / Nvidia / GitHub embedding models for RAG, semantic search, similarity. Use when the user wants embeddings, vectors, RAG, semantic search, or to embed text.
qdrant
Vector search engine for production RAG systems.
chroma
Embedding database for RAG and semantic search.
pinecone
Managed vector DB for production RAG and search.
inference-sh-cli
Run 150+ AI apps (image, video, LLM) via inference.sh CLI.
spring-ai-integration
Use when integrating LLMs, chat clients, embeddings, RAG pipelines, or AI agents into Spring Boot. Covers Spring AI ChatClient, prompt templates, embeddings, vector stores, and structured output. Use when user mentions Spring AI, LLM, ChatGPT, Claude, RAG, embeddings.