ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
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-ai
Or

deAPI Media Generation

AI-powered media tools via decentralized GPU network.

Available Commands

CommandUse when user wants to...
/transcribeTranscribe YouTube, Twitch, Kick, X videos, or audio files
/generate-imageGenerate images from text descriptions
/generate-audioConvert text to speech (TTS)
/generate-videoCreate video from text or animate images
/ocrExtract text from images (OCR)
/remove-bgRemove background from images
/upscaleUpscale image resolution (2x/4x)
/transform-imageApply style transfer to images
/embedGenerate text embeddings for semantic search
/deapi-setupConfigure result delivery (webhooks/websockets) for server apps
/deapi-balanceCheck 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.

Metadata

Author@aleglowa
Stars4473
Views1
Updated2026-05-01
View Author Profile
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.