Sandbox
@heygen-com/hyperframes-community-skills

Installable skills for HyperFrames workflow tasks

This repository collects focused HyperFrames skills that each handle one specific workflow. You install a single skill or the whole set, and each skill stays self-contained in its own directory.

70 stars6 forksJavaScriptUpdated 6d ago
Who it's for

Builders who use HyperFrames and want small, reusable workflow skills for specific content tasks.

What it delivers

You can add a narrow HyperFrames skill instead of rebuilding the same workflow from scratch.

What it does

Independent skill folders

Each skill lives under `skills/<skill-name>/` and can be installed separately.

Installer support

The repository works with the `skills` installer for listing, installing one skill, or installing all skills.

Per-skill packaging

Each skill can include `SKILL.md`, `scripts/`, `references/`, and `assets/`.

Review and safety notes

The README warns that community skills can run commands, read files, call services, or spend money, so you should review them before use.

How to get it

  1. 1This repository uses the same skills installer as HyperFrames. List the available skills…
    npx skills add heygen-com/hyperframes-community-skills --list
  2. 2Replace with the name of a directory under skills/
    npx skills add heygen-com/hyperframes-community-skills --skill <skill-name>
  3. 3Run
    npx skills add heygen-com/hyperframes-community-skills --all

README

HyperFrames Community Skills

Validate 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.

Available skills

SkillWhat it does
duoComposites two HTML screens into a locked photo plate of hands holding an open foldable phone for side-by-side comparison and meme videos.
p5-paint-animationTurns text, photos, and short clips into deterministic p5.js handwriting, paint-on, and living-painting animations.
vox-explainerBuilds 60–90 second, collage-style HyperFrames explainers from a topic, document, or link.
x-posting-licenseRenders a 10s animated "posting license" ID-card video for any X profile from a locked composition template.

Install skills

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

Install one skill

Replace <skill-name> with the name of a directory under skills/:

npx skills add heygen-com/hyperframes-community-skills --skill <skill-name>

Install all skills

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.

Download without installing

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.

Repository layout

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.

Contribute

Contributions are welcome when a skill is:

  • useful for a concrete HyperFrames workflow;
  • narrow enough to understand and review independently;
  • self-contained, documented, and tested;
  • explicit about network access, credentials, paid services, and side effects;
  • made from readable source without bundled secrets or opaque executables.

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.

Curated vs. community skills

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.

License

Apache 2.0. See LICENSE.

Files in the repo

Repository payload8 top-level entries
  • .github
  • skills
  • .gitignore
  • CODE_OF_CONDUCT.md
  • CONTRIBUTING.md
  • LICENSE
  • README.md
  • SECURITY.md

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More collections

The awesome collection of OpenClaw skills. 5,400+ skills filtered and categorized from the official OpenClaw Skills Registry.🦞

52k
phuryn/
pm-skills
phuryn/pm-skillsCollections

PM Skills Marketplace: 100+ agentic skills, commands, and plugins — from discovery to strategy, execution, launch, and growth.

26k