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 skills add marcusquinn/aidevops --skill heygengit clone --depth 1 https://github.com/marcusquinn/aidevopsWrote 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/marcusquinn/aidevops/heygen)<a href="https://agentmods.dev/skills/marcusquinn/aidevops/heygen"><img src="https://agentmods.dev/badge/skills/marcusquinn/aidevops/heygen/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/marcusquinn/aidevops/heygen"><img src="https://agentmods.dev/badge/skills/marcusquinn/aidevops/heygen.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.00014 | $0.00683 |
| Opus 5 | $0.00007 | $0.00342 |
| Sonnet 5 | $0.00003 | $0.00137 |
| Haiku 4.5 | $0.00001 | $0.00068 |
Grade A, and why
heygen 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 7d 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.
How it starts
The opening of the file, as written. The whole thing — 38 lines — stays where its author put it; the contents beside it link to each section on GitHub.
HeyGen Skill
Load when working with HeyGen API code — avatar videos, video generation workflows, service integration.
Rule Files
| Rule | Category | Covers |
|---|---|---|
| rules-authentication.md | Foundation | API key setup, X-Api-Key header, auth patterns |
| rules-quota.md | Foundation | Credit system, usage limits, remaining quota |
| rules-video-status.md | Foundation | Polling patterns, status types, download URLs |
| rules-assets.md | Foundation | Uploading images, videos, audio for generation |
| rules-avatars.md | Core | Avatar listing, styles, avatar_id selection |
| rules-voices.md | Core | Voice listing, locales, speed/pitch config |
| rules-scripts.md | Core | Script writing, pauses/breaks, pacing, templates |
| rules-video-generation.md | Core | POST /v2/video/generate, multi-scene videos |
| rules-video-agent.md | Core | One-shot prompt generation via Video Agent API |
| rules-dimensions.md | Core | Resolution (720p/1080p), aspect ratios |
| rules-backgrounds.md | Customization | Solid colors, images, video backgrounds |
| rules-text-overlays.md | Customization | Text with fonts and positioning |
| rules-captions.md | Customization | Auto-generated captions, subtitle options |
| rules-templates.md | Advanced | Template listing, variable replacement |
| rules-video-translation.md | Advanced | Translation, quality/fast modes, dubbing |
| rules-streaming-avatars.md | Advanced | Real-time interactive avatar sessions |
| rules-photo-avatars.md | Advanced | Avatars from photos (talking photos) |
| rules-webhooks.md | Advanced | Webhook endpoints, event types |
| rules-remotion-integration.md | Integration | HeyGen avatar videos in Remotion compositions |
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.
- 7d ago First seen · 38 lines · 14 tokens per session scan A f724e8dec5aa
heygen is a skill published in the GitHub repository marcusquinn/aidevops (394 stars, last pushed today), licensed MIT. It adds 14 tokens to every session and 683 once invoked, about $0.0001 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-09-03.
Other skills, from other repositories
presentation
Turn a tech-spec directory into an interactive, marketing-grade web presentation — built so engineers understand the design, the reader is convinced of the why, and the result is shareable in public. Use when someone wants a spec turned into a deck.
openai-whisper-api
Transcribe audio via OpenAI Audio Transcriptions API (Whisper).
character-voice-writing
Skill "character-voice-writing" from ItamarZand88/awesome-agent-conventions, covering character voice, getting into character and being the character.
comfyui-gateway
REST API gateway for ComfyUI servers. Workflow management, job queuing, webhooks, caching, auth, rate limiting, and image delivery (URL + base64).
microservices-patterns
Design microservices architectures with service boundaries, event-driven communication, and resilience patterns. Use when building distributed systems, decomposing monoliths, or implementing microservices.
azure-search-documents-dotnet
Azure AI Search SDK for .NET (Azure.Search.Documents). Use for building search applications with full-text, vector, semantic, and hybrid search. Covers SearchClient (queries, document CRUD), SearchIndexClient (index management), and SearchIndexerClient (indexers, skillsets). Triggers: "Azure Search .NET"…