Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add instructions/heygen-com/skills/claude-mdgit clone --depth 1 https://github.com/heygen-com/skillsWrote 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/instructions/heygen-com/skills/claude-md)<a href="https://agentmods.dev/instructions/heygen-com/skills/claude-md"><img src="https://agentmods.dev/badge/instructions/heygen-com/skills/claude-md.svg" alt="Measured on agentmods" 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 | $0.02095 | $0.02095 |
| Opus 5 | $0.01047 | $0.01047 |
| Sonnet 5 | $0.00419 | $0.00419 |
| Haiku 4.5 | $0.00210 | $0.00210 |
Grade C, and why
skills CLAUDE.md scanned grade C with 2 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 5d 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.
Downloads and executes remote codehighSupply chain
curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.
- Install: `curl -fsSL https://static.heygen.ai/cli/install.sh | bash` Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
Two modes, in order of preference: MCP, then CLI. **Do not call `api.heygen.com` directly with curl.** The skills route through MCP or the CLI — never raw HTTP. How it starts
The opening of the file, as written. The whole thing — 164 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md — HeyGen Skills
What This Is
The HeyGen Skills. Three independent, self-contained skills:
- heygen-avatar — identity → avatar → voice. Output is reused by heygen-video.
- heygen-video — idea → script → video. Consumes avatars from heygen-avatar.
- heygen-translate — existing video → dubbed and lip-synced video in another language. Independent of the other two.
Each ships its own bundle of references so it installs cleanly via gh skill install, ClawHub, the OpenClaw plugin, or direct git clone.
Architecture
heygen-skills/
├── CLAUDE.md # This file. Structure, rules, conventions.
├── INSTALL.md # Installation instructions
├── INSTALL_FOR_AGENTS.md # Agent-driven install spec
├── README.md # Public-facing description
├── CONTRIBUTING.md # PR workflow
├── CHANGELOG.md
├── LICENSE
├── VERSION
├── .mcp.json + mcp.json # MCP server config (root-level, used by plugin manifests)
├── .claude-plugin/ # OpenClaw / Claude Code plugin manifest
├── .codex-plugin/ # Codex plugin manifest
├── .cursor-plugin/ # Cursor plugin manifest
├── heygen-avatar/ # Self-contained skill
│ ├── SKILL.md # Avatar creation workflow (identity → avatar → voice → AVATAR file)
│ └── references/ # On-demand docs, loaded per phase
│ ├── asset-routing.md
│ ├── avatar-creation.md
│ └── troubleshooting.md
├── heygen-video/ # Self-contained skill
│ ├── SKILL.md # Video production workflow (7-stage pipeline)
│ ├── references/ # On-demand docs, loaded per phase
│ │ ├── asset-routing.md
│ │ ├── avatar-discovery.md
│ │ ├── frame-check.md
│ │ ├── motion-vocabulary.md
│ │ ├── official-prompt-guide.md
│ │ ├── prompt-craft.md
│ │ ├── prompt-styles.md
│ │ └── troubleshooting.md
│ └── scripts/
│ └── update-check.sh # Self-contained version-check shell script
├── heygen-translate/ # Self-contained skill
│ ├── SKILL.md # Translation / dubbing workflow (4-phase pipeline)
│ └── references/ # On-demand docs, loaded per phase
│ ├── asset-routing.md
│ ├── language-locale-guide.md
│ ├── proofreads-workflow.md
│ └── troubleshooting.md
├── platforms/ # Platform-specific skill variants (e.g. nanoclaw)
├── assets/ # Logos, plugin assets
└── evals/ # Dev-only test infrastructure (not shipped to users)
├── eval-runner-prompt.md
├── autoresearch-loop.md
└── round-N-scenarios.md
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.
- 5d ago First seen · 164 lines · 2,095 tokens per session scan C a0231808ac07
skills CLAUDE.md is an instructions file published in the GitHub repository heygen-com/skills (421 stars, last pushed 1mo ago), licensed MIT. It adds 2,095 tokens to every session, about $0.0105 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
librefang AGENTS.md
AGENTS.md instructions for librefang/librefang, covering stack, layout, build, architecture and kernelhandle trait.
autonomous-os AGENTS.md
AGENTS.md instructions for autonomous-ai/autonomous-os, covering agents.md, multi-ide rules, working style, parallel work / subagents and device access rules.
OneManCompany CLAUDE.md
Instructions for 1mancompany/OneManCompany, covering gstack and skill routing.
souls-directory CLAUDE.md
Instructions for thedaviddias/souls-directory, covering claude.md — project context for ai assistants, project overview, tech stack, critical rules and database is convex.
jentic-one GEMINI.md
Gemini CLI instructions for jentic/jentic-one: Otherwise, read AGENTS.md — this repo's canonical agent guidance.
clawock AGENTS.md
AGENTS.md instructions for KCNyu/clawock, covering agents.md - your workspace, every session, kcn 偏好, git hook (one-time setup per clone) and git auto-commit rules.