deapi-media
v1.0.0Use this agent when generating media content — transcribing YouTube videos, creating images from text, text-to-speech, OCR, removing backgrounds, upscaling images, or generating videos. Powered by deAPI.ai decentralized GPU cloud. <example> Context: User wants to transcribe a video user: "Transcribe this YouTube video: https://youtube.com/watch?v=abc123" assistant: "I'll transcribe that video for you using deAPI's transcription service." </example> <example> Context: User wants to generate an image user: "Generate an image of a futuristic city at night" assistant: "I'll generate that image using deAPI's text-to-image models." </example> <example> Context: User wants text-to-speech user: "Convert this paragraph to audio" assistant: "I'll generate the audio using deAPI's TTS service." </example>
By deAPI.ai945 GitHub starsUpdated last month
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 0 skill or MCP entries
- Source updated
- Aug 12, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install deapi-media for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install deapi-media@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/ccplugins/awesome-claude-code-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/deapi-media/.
Plugin files
└── .claude-plugin/plugin.json
Plugin manifests1
{
"name": "deapi-media",
"description": "Use this agent when generating media content — transcribing YouTube videos, creating images from text, text-to-speech, OCR, removing backgrounds, upscaling images, or generating videos. Powered by deAPI.ai decentralized GPU cloud.\n\n<example>\nContext: User wants to transcribe a video\nuser: \"Transcribe this YouTube video: https://youtube.com/watch?v=abc123\"\nassistant: \"I'll transcribe that video for you using deAPI's transcription service.\"\n</example>\n\n<example>\nContext: User wants to generate an image\nuser: \"Generate an image of a futuristic city at night\"\nassistant: \"I'll generate that image using deAPI's text-to-image models.\"\n</example>\n\n<example>\nContext: User wants text-to-speech\nuser: \"Convert this paragraph to audio\"\nassistant: \"I'll generate the audio using deAPI's TTS service.\"\n</example>",
"version": "1.0.0",
"author": {
"name": "deAPI.ai",
"url": "https://github.com/deapi-ai"
},
"homepage": "https://github.com/deapi-ai/claude-code-skills"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[deapi-media on Agent Plugins Marketplace](https://pluginsmp.com/plugins/deapi-media)