hypergen-agent
Installation
SKILL.md
HyperGen Agent
Use this skill for HyperGen creator-agent work: loading hosted agent docs, checking credits, generating images/video, polling jobs, using image references, and creating Postiz drafts.
Required First Step
Before each HyperGen workflow in a new chat/session:
- Run
scripts/check_updates.shfrom this skill folder when shell access is available. - If it reports updates, summarize the commits and ask whether to update.
- Do not run
git pullor modify this skill unless the user confirms. - If the update check cannot run, say why and continue with the installed skill.
This is a skill-level preflight. Plain Codex skills cannot automatically execute
before every chat by themselves. Runtimes that support hooks can wire
hooks/pre-chat.sh to call the same update check.