← 返回 Skills 市场
deAPI - AI Media Generation Toolkit
作者
Alex Glowacki
· GitHub ↗
· v1.0.0
· MIT-0
293
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install deapi-ai
功能描述
AI media generation via deAPI. Transcribe YouTube/audio/video, generate images from text, text-to-speech, OCR, remove backgrounds, upscale images, create vid...
使用说明 (SKILL.md)
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.
安全使用建议
Key things to consider before installing:
- The skill requires a DEAPI_API_KEY at runtime (SKILL.md shows export DEAPI_API_KEY) but the registry metadata does not declare this; expect to provide an API key if you use it.
- Using the skill means media (files/URLs you supply) will be downloaded and uploaded to deapi.ai — do not supply private or sensitive URLs/files unless you trust deapi.ai and understand its privacy/retention policy.
- The skill provides webhook/websocket samples; if you configure webhooks, ensure you properly implement signature verification and keep any webhook secrets private.
- Because the skill can be invoked autonomously by the agent, an exposed DEAPI_API_KEY (or one you set globally) could be used without explicit prompts. Prefer scoping credentials and use per-project keys if possible.
- Ask the publisher to correct the package metadata to declare DEAPI_API_KEY (and any other required env vars) so registry tooling and reviewers can accurately assess the need for secrets.
- If you have low trust in deapi.ai or need strong privacy guarantees, do not use this skill for sensitive media; consider running local or self-hosted tools instead.
功能分析
Type: OpenClaw Skill
Name: deapi-ai
Version: 1.0.0
The deapi-ai skill bundle is a legitimate integration for the deAPI media service, providing commands for AI-driven transcription, image/video generation, and OCR. It uses standard curl commands to interact with the official API (api.deapi.ai) and utilizes temporary local storage (/tmp) for image processing tasks. The instructions are well-structured, align with the stated purpose, and contain no evidence of malicious intent, data exfiltration, or prompt injection attacks.
能力评估
Purpose & Capability
Name/description match the instructions: this is a deAPI client for image/audio/video/OCR/embeddings and related tasks. The functionality described (calling deapi.ai endpoints) is consistent with the skill's purpose. However, the registry metadata lists no required environment variables while SKILL.md explicitly requires DEAPI_API_KEY — a clear mismatch.
Instruction Scope
SKILL.md provides step-by-step cURL flows for job submission, polling, result fetching, and sample webhook/websocket boilerplate. It instructs the agent to download user-provided URLs to /tmp and then upload them to deapi.ai (expected for media processing). This is within scope but does involve downloading arbitrary remote content and sending it to a third-party service — a privacy/exfiltration concern if users provide sensitive URLs or files. The instructions do not tell the agent to read unrelated system files or other creds.
Install Mechanism
Instruction-only skill with no install spec and no code files — minimal filesystem footprint and no arbitrary third-party packages to fetch at install time.
Credentials
SKILL.md requires DEAPI_API_KEY (and shows how to export it), but the registry metadata reported no required env vars or primary credential. That mismatch is concerning: the skill needs a network API key (appropriate for its purpose) but the package metadata fails to declare it. No other unrelated credentials are requested.
Persistence & Privilege
always is false and the skill does not request any system-level persistence or modify other skills. disable-model-invocation is false (normal), so the skill can be invoked autonomously; combined with the undeclared API key requirement this increases risk if the key is provided but the user is unaware of autonomous calls.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install deapi-ai - 安装完成后,直接呼叫该 Skill 的名称或使用
/deapi-ai触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
- Text-to-image generation (Flux Klein 4B, Flux Schnell, ZImageTurbo)
- Image-to-image transformation with multi-image support
- Text-to-speech with 54+ voices across 8 languages (Kokoro)
- Text and image to video generation
- YouTube, Twitch, Kick, and X video/audio transcription (Whisper Large V3)
- OCR text extraction from images
- Background removal with transparency output
- Image upscaling at 4x (RealESRGAN)
- Text embeddings generation (BGE-M3, 1024-dim)
- Account balance checking
- Configurable result delivery via polling, webhooks, or WebSockets
元数据
常见问题
deAPI - AI Media Generation Toolkit 是什么?
AI media generation via deAPI. Transcribe YouTube/audio/video, generate images from text, text-to-speech, OCR, remove backgrounds, upscale images, create vid... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 293 次。
如何安装 deAPI - AI Media Generation Toolkit?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install deapi-ai」即可一键安装,无需额外配置。
deAPI - AI Media Generation Toolkit 是免费的吗?
是的,deAPI - AI Media Generation Toolkit 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
deAPI - AI Media Generation Toolkit 支持哪些平台?
deAPI - AI Media Generation Toolkit 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 deAPI - AI Media Generation Toolkit?
由 Alex Glowacki(@aleglowa)开发并维护,当前版本 v1.0.0。
推荐 Skills