-
Notifications
You must be signed in to change notification settings - Fork 39
feat: add HeyGen AI avatar video creation skill #170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
b7506f1
feat: add HeyGen AI avatar video creation skill
marcusquinn 4c83784
docs: add HeyGen to imported skills table in README
marcusquinn 1cff6bd
fix: add language specifiers to all fenced code blocks in heygen skill
marcusquinn 76a7916
fix: address code quality issues in heygen skill examples
marcusquinn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,46 @@ | ||
| --- | ||
| description: "Best practices for HeyGen - AI avatar video creation API" | ||
| mode: subagent | ||
| imported_from: https://github.com/heygen-com/skills | ||
| --- | ||
|
|
||
| # HeyGen Skill | ||
|
|
||
| Best practices for HeyGen - AI avatar video creation API. | ||
|
|
||
| ## 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 | ||
| - [heygen-skill/rules/authentication.md](heygen-skill/rules/authentication.md) - API key setup, X-Api-Key header, and authentication patterns | ||
| - [heygen-skill/rules/quota.md](heygen-skill/rules/quota.md) - Credit system, usage limits, and checking remaining quota | ||
| - [heygen-skill/rules/video-status.md](heygen-skill/rules/video-status.md) - Polling patterns, status types, and retrieving download URLs | ||
| - [heygen-skill/rules/assets.md](heygen-skill/rules/assets.md) - Uploading images, videos, and audio for use in video generation | ||
|
|
||
| ### Core Video Creation | ||
| - [heygen-skill/rules/avatars.md](heygen-skill/rules/avatars.md) - Listing avatars, avatar styles, and avatar_id selection | ||
| - [heygen-skill/rules/voices.md](heygen-skill/rules/voices.md) - Listing voices, locales, speed/pitch configuration | ||
| - [heygen-skill/rules/scripts.md](heygen-skill/rules/scripts.md) - Writing scripts, pauses/breaks, pacing, and structure templates | ||
| - [heygen-skill/rules/video-generation.md](heygen-skill/rules/video-generation.md) - POST /v2/video/generate workflow and multi-scene videos | ||
| - [heygen-skill/rules/video-agent.md](heygen-skill/rules/video-agent.md) - One-shot prompt video generation with Video Agent API | ||
| - [heygen-skill/rules/dimensions.md](heygen-skill/rules/dimensions.md) - Resolution options (720p/1080p) and aspect ratios | ||
|
|
||
| ### Video Customization | ||
| - [heygen-skill/rules/backgrounds.md](heygen-skill/rules/backgrounds.md) - Solid colors, images, and video backgrounds | ||
| - [heygen-skill/rules/text-overlays.md](heygen-skill/rules/text-overlays.md) - Adding text with fonts and positioning | ||
| - [heygen-skill/rules/captions.md](heygen-skill/rules/captions.md) - Auto-generated captions and subtitle options | ||
|
|
||
| ### Advanced Features | ||
| - [heygen-skill/rules/templates.md](heygen-skill/rules/templates.md) - Template listing and variable replacement | ||
| - [heygen-skill/rules/video-translation.md](heygen-skill/rules/video-translation.md) - Translating videos, quality/fast modes, and dubbing | ||
| - [heygen-skill/rules/streaming-avatars.md](heygen-skill/rules/streaming-avatars.md) - Real-time interactive avatar sessions | ||
| - [heygen-skill/rules/photo-avatars.md](heygen-skill/rules/photo-avatars.md) - Creating avatars from photos (talking photos) | ||
| - [heygen-skill/rules/webhooks.md](heygen-skill/rules/webhooks.md) - Registering webhook endpoints and event types | ||
|
|
||
| ### Integration | ||
| - [heygen-skill/rules/remotion-integration.md](heygen-skill/rules/remotion-integration.md) - Using HeyGen avatar videos in Remotion compositions | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add blank lines around section headings (MD022).
Static analysis flags missing blank lines before/after the section headings (“Foundation”, “Core Video Creation”, “Video Customization”, “Advanced Features”, “Integration”). Please insert a blank line above and below each heading to satisfy markdownlint.
🧰 Tools
🪛 GitHub Check: Codacy Static Code Analysis
[notice] 19-19: .agent/tools/video/heygen-skill.md#L19
Expected: 1; Actual: 0; Below
[notice] 25-25: .agent/tools/video/heygen-skill.md#L25
Expected: 1; Actual: 0; Below
[notice] 33-33: .agent/tools/video/heygen-skill.md#L33
Expected: 1; Actual: 0; Below
[notice] 38-38: .agent/tools/video/heygen-skill.md#L38
Expected: 1; Actual: 0; Below
[notice] 45-45: .agent/tools/video/heygen-skill.md#L45
Expected: 1; Actual: 0; Below
🪛 markdownlint-cli2 (0.18.1)
19-19: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Below
(MD022, blanks-around-headings)
25-25: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Below
(MD022, blanks-around-headings)
33-33: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Below
(MD022, blanks-around-headings)
38-38: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Below
(MD022, blanks-around-headings)
45-45: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Below
(MD022, blanks-around-headings)
🤖 Prompt for AI Agents