Skip to content
Skillv1.0.0

heygen-best-practices

Best practices for HeyGen - AI avatar video creation API

by davila7(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from davila7/claude-code-templates (cli-tool/components/skills/development/heygen-best-practices/SKILL.md). Install upstream with npx skills add davila7/claude-code-templates --skill heygen-best-practices. Copyright stays with the author.

When to use

Use this skill whenever you are dealing with HeyGen API code to obtain domain-specific knowledge for creating AI avatar videos, managing avatars, handling video generation workflows, and integrating with HeyGen's services.

How to use

Read individual rule files for detailed explanations and code examples:

Foundation

Core Video Creation

Video Customization

Advanced Features

Integration

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/davila7-claude-code-templates-heygen-best-practices/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

davila7-claude-code-templates-heygen-best-practices.ocm.jsonjson
{
  "ocm": "1",
  "id": "davila7-claude-code-templates-heygen-best-practices",
  "kind": "skill",
  "name": "heygen-best-practices",
  "description": "Best practices for HeyGen - AI avatar video creation API",
  "publisher": "davila7",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "heygen",
      "video",
      "avatar",
      "ai",
      "api",
      "text-to-video",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Best practices for HeyGen - AI avatar video creation API"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/davila7/claude-code-templates",
      "path": "cli-tool/components/skills/development/heygen-best-practices/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/davila7/claude-code-templates/blob/HEAD/cli-tool/components/skills/development/heygen-best-practices/SKILL.md",
      "key": "davila7/claude-code-templates/cli-tool/components/skills/development/heygen-best-practices/SKILL.md"
    }
  },
  "instructions": "## When to use\n\nUse this skill whenever you are dealing with HeyGen API code to obtain domain-specific knowledge for creating AI avatar videos, managing avatars, handling video generation workflows, and integrating with HeyGen's services.\n\n## How to use\n\nRead individual rule files for detailed explanations and code examples:\n\n### Foundation\n- [rules/authentication.md](rules/authentication.md) - API key setup, X-Api-Key header, and authentication patterns\n- [rules/quota.md](rules/quota.md) - Credit system, usage limits, and checking remaining quota\n- [rules/video-status.md](rules/video-status.m",
  "cost": {
    "context_tokens": 586
  }
}

Fetch it by URL: GET /api/v1/registry/davila7-claude-code-templates-heygen-best-practices/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.