by heygen-com
Community-maintained skills for specialized HyperFrames workflows.
Unlocks once the catalog security scan passes (runs nightly).
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
# Add to your Claude Code skills
git clone https://github.com/heygen-com/hyperframes-community-skillsGuides for using ai agents skills like hyperframes-community-skills.
A community-maintained collection of focused, one-off skills for HyperFrames.
This repository is for useful skills built around a specific workflow, tool, or
use case that do not belong in HyperFrames' curated public skill set. Each
directory under skills/ is independent and can be installed on its own.
[!CAUTION] Community skills are not part of the curated HyperFrames distribution. A skill can instruct an agent to run commands, read files, call network services, or spend money. Review its
SKILL.md, scripts, dependencies, and requested permissions before using it. Repository review and automated checks reduce risk, but they are not a security guarantee.
| Skill | What it does |
|---|---|
p5-paint-animation |
Turns text, photos, and short clips into deterministic p5.js handwriting, paint-on, and living-painting animations. |
vox-explainer |
Builds 60–90 second, collage-style HyperFrames explainers from a topic, document, or link. |
x-posting-license |
Renders a 10s animated "posting license" ID-card video for any X profile from a locked composition template. |
This repository uses the same
skills installer as HyperFrames.
List the available skills without installing anything:
npx skills add heygen-com/hyperframes-community-skills --list
Replace <skill-name> with the name of a directory under skills/:
npx skills add heygen-com/hyperframes-community-skills --skill <skill-name>
npx skills add heygen-com/hyperframes-community-skills --all
By default, skills add installs into the current project and prompts for the
agents to target. Use its --global, --agent, and --yes options when you
need a global or non-interactive install.
This repository is public, so installation does not require GitHub authentication.
To download one skill without installing it automatically:
git clone --depth 1 --filter=blob:none --sparse \
https://github.com/heygen-com/hyperframes-community-skills.git
cd hyperframes-community-skills
git sparse-checkout set skills/<skill-name>
The skill will be at hyperframes-community-skills/skills/<skill-name>.
To download the complete collection:
git clone --depth 1 \
https://github.com/heygen-com/hyperframes-community-skills.git
To update a clone later, run git pull --ff-only inside it. Review incoming
changes before installing or copying the updated skills.
Every skill is self-contained:
skills/
└── <skill-name>/
├── SKILL.md # Required instructions and metadata
├── scripts/ # Optional readable source code
├── references/ # Optional supporting documentation
└── assets/ # Optional small, redistributable assets
Skill directory names use lowercase kebab-case and must match the name field
in SKILL.md. This native skills/ layout lets the installer discover the
collection without a broad --full-depth scan. There is no root skill and no
shared runtime dependency between skills.
Contributions are welcome when a skill is:
All changes go through a pull request, code-owner review, structural validation, and secret scanning. See CONTRIBUTING.md for the full quality and safety bar.
Use GitHub Issues for bug reports and skill proposals. Report security problems privately as described in SECURITY.md, and follow our Code of Conduct when participating.
Use the curated HyperFrames skills for common, supported workflows. Use this repository for specialized or experimental workflows whose smaller audience does not justify inclusion in the public set. Inclusion here does not imply that a skill will graduate into the curated distribution.
Apache 2.0. See LICENSE.
hyperframes-community-skills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by heygen-com. Community-maintained skills for specialized HyperFrames workflows. It has 50 GitHub stars.
hyperframes-community-skills's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/heygen-com/hyperframes-community-skills" and add it to your Claude Code skills directory (see the Installation section above).
hyperframes-community-skills is primarily written in JavaScript. It is open-source under heygen-com on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh hyperframes-community-skills against similar tools.
No comments yet. Be the first to share your thoughts!