Getting it into your agent
There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.
Wrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/marco77x/openclaw-youtube-pipeline/heygen_video)<a href="https://agentmods.dev/skills/marco77x/openclaw-youtube-pipeline/heygen_video"><img src="https://agentmods.dev/badge/skills/marco77x/openclaw-youtube-pipeline/heygen_video/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/marco77x/openclaw-youtube-pipeline/heygen_video"><img src="https://agentmods.dev/badge/skills/marco77x/openclaw-youtube-pipeline/heygen_video.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00032 | $0.00367 |
| Opus 5 | $0.00016 | $0.00183 |
| Sonnet 5 | $0.00006 | $0.00073 |
| Haiku 4.5 | $0.00003 | $0.00037 |
Grade A, and why
heygen_video scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
HeyGen Video
Genera video usando l'API HeyGen: un avatar (Zihan di default) legge lo script con sincronizzazione delle labbra.
Workflow
- Assicurati di avere uno script/testo pronto.
- Esegui lo script Python dalla workspace:
cd /Users/macminiai/.openclaw/workspace-avatar && python3 skills/heygen_video/scripts/gen_heygen_video.py --text "<TESTO>" --avatar "<AVATAR_ID>" --size "1280x720" - Leggi l'output finale.
- Comunica solo risultato reale o errore reale.
Parametri
--text: Testo da pronunciare (obbligatorio)--avatar: ID avatar (default:7f6390b2e98d45149dc5661ca3aa642d= Zihan)--voice: Voice ID (default: 6924376faa724608a539daba27d691b6 = Savvy Stefano, Italiano)--size: Risoluzione - 1280x720 (default), 1920x1080, 640x360--output-dir: Cartella output (default: output/videos)
Costi indicativi
- Video 1280x720: ~$0.10-0.30 per clip breve
- Piano free: ~3 minuti/mese
Fallback
Se HeyGen non è raggiungibile, segnala l'errore. Non inventare video.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 36 lines · 32 tokens per session scan A 970b0f8b5c00
heygen_video is a skill published in the GitHub repository marco77x/openclaw-youtube-pipeline (2 stars, last pushed 5mo ago), licensed MIT. It adds 32 tokens to every session and 367 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
webhook-subscriptions
Webhook subscriptions: event-driven agent runs.
dispatch
Use when a task file exists in .hyperflow/tasks/ and workers need dispatching. Fans out parallel workers under per-batch Reviewers, runs a final integration review, and commits per sub-task. Endpoint of the auto-chain — no auto-deploy. Trigger with /hyperflow:dispatch, "run the plan", "execute the task", "build it"…
skill-authoring
Author SKILL.md skills: frontmatter, validator limits, structure.
xhs_note
A workflow for creating a Xiaohongshu post, a Chinese image-first social-media note, with short copy, hashtags, and at least three matching vertical images.
deai_humanize
A Chinese-language writing helper that measures signs of machine-like writing and rewrites text to sound more natural and personal.
issue
Use when starting a chain from a GitHub issue — turning an issue URL or number into a triaged, planned, dispatched, and reviewed pull request. Classifies the thread (bug → root-cause discipline, feature → plan chain, question → drafted reply), synthesizes a spec from the issue's own acceptance criteria, then runs the…