← 返回 Skills 市场
Hedra
作者
Matt Stvartak
· GitHub ↗
· v1.0.1
· MIT-0
88
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-hedra
功能描述
Generate images, videos, and lip-synced talking avatar videos from text prompts using Hedra AI models via the OpenClaw plugin.
安全使用建议
This plugin's code and docs show it only talks to Hedra (https://api.hedra.com) and needs a Hedra API key (HEDRA_API_KEY or plugin config). However, the registry metadata omitted that credential — treat that as a packaging/metadata red flag. Before installing: 1) Verify the plugin origin (README references a GitHub repo; confirm the publisher and repository contents match the packaged files). 2) Only provide a Hedra API key scoped/minimal for the required operations and avoid placing it in global/shared env vars if possible. 3) Inspect the included source (dist/src) or compare with upstream repo to ensure no hidden callbacks or alternate endpoints have been added. 4) If you rely on this in a sensitive environment, consider running it in an isolated environment or network with egress limited to Hedra domains. If the publisher cannot explain the metadata mismatch and origin, consider this suspicious and avoid installing until clarified.
功能分析
Type: OpenClaw Skill
Name: openclaw-hedra
Version: 1.0.1
The Hedra plugin for OpenClaw is a standard implementation for interacting with the Hedra AI media generation API. It provides tools for image, video, and avatar generation, as well as credit and model management. All network communication is restricted to the official Hedra API endpoint (api.hedra.com), and the code (api.ts, plugin.ts) contains no evidence of malicious execution, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
The plugin implements Hedra image/video/avatar generation and only requires a Hedra API key and optional default model IDs — this is coherent with the stated purpose. However, the registry metadata at the top of the submission incorrectly lists no required environment variables/credentials while the package and SKILL.md explicitly require HEDRA_API_KEY (and openclaw.plugin.json documents it). The capability itself is appropriate for the name/description, but the metadata mismatch is suspicious.
Instruction Scope
SKILL.md and the plugin code restrict actions to Hedra API calls (base URL https://api.hedra.com/web-app/public). Runtime instructions focus on generating assets, listing models/voices, polling generation status, and configuring the Hedra API key. The instructions do not ask to read unrelated system files or exfiltrate data to other endpoints.
Install Mechanism
This is an instruction-only/packaged plugin with source files included; there is no download-from-arbitrary-URL install step. package.json lists only a small dependency (@sinclair/typebox) and normal dev deps. No high-risk install operations (remote archives, unknown hosts) are present.
Credentials
The plugin legitimately requires a single service credential (HEDRA_API_KEY) which is proportionate to its functionality. The concern is that the registry summary incorrectly states 'Required env vars: none' and 'Primary credential: none' while both SKILL.md and openclaw.plugin.json expect HEDRA_API_KEY — this inconsistency could lead to misconfiguration or surprise when the plugin fails at runtime or when users inadvertently expose keys. No other unrelated secrets or system paths are requested.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and only uses its own plugin config / environment variable. It registers tools for on-demand use and does not demand persistent elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-hedra - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-hedra触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Hedra Plugin for OpenClaw 1.0.1
- Adds AI-powered image, video, and talking avatar generation for OpenClaw using Hedra.
- Supports text-to-image, text-to-video, image-to-video, and portrait-to-talking-avatar tasks.
- Tools for listing Hedra AI models and TTS voices, plus checking credit balance.
- Simple configuration via openclaw.json or HEDRA_API_KEY environment.
- Detailed feature descriptions and usage examples provided in documentation.
元数据
常见问题
Hedra 是什么?
Generate images, videos, and lip-synced talking avatar videos from text prompts using Hedra AI models via the OpenClaw plugin. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 88 次。
如何安装 Hedra?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-hedra」即可一键安装,无需额外配置。
Hedra 是免费的吗?
是的,Hedra 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Hedra 支持哪些平台?
Hedra 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Hedra?
由 Matt Stvartak(@mattstvartak)开发并维护,当前版本 v1.0.1。
推荐 Skills