Back to Registry
View Author Profile
Official Verified
deapi
AI media generation via deAPI. Transcribe YouTube/audio/video, generate images from text, text-to-speech, OCR, remove backgrounds, upscale images, create videos, generate embeddings. 10-20x cheaper than OpenAI/Replicate.
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aleglowa/deapi-aiOr
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.
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aleglowa-deapi-ai": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.