π¦ ClawHub
Hedra
by @mattstvartak
Generate images, videos, and lip-synced talking avatar videos from text prompts using Hedra AI models via the OpenClaw plugin.
βοΈ Configuration
Set your API key in openclaw.json:
{
"plugins": {
"entries": {
"hedra": {
"enabled": true,
"config": {
"apiKey": "sk_h_your-key-here"
}
}
}
}
}
Or use the HEDRA_API_KEY environment variable.
| Setting | Default | Description |
|---------|---------|-------------|
| apiKey | | Hedra API key (falls back to HEDRA_API_KEY env var) |
| defaultVideoModel | | Default model for video generation |
| defaultImageModel | | Default model for image generation |
TERMINAL
clawhub install openclaw-hedra