Turn a product or marketing URL, pasted script, or brief into a product launch / promo video — SaaS promos, feature reveals, product demos, app and company launches. Use when the user wants to market, launch, promote, or reveal a product; the default for any commercial URL. Site tours / showcases of a website route here too — the brief carries the show-it-as-is intent. Unclear → /hyperframes.
76
96%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Low
Low-risk findings.
2 low severity findings. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
At runtime this skill ingests outsider-authored free text via the Step 1 capture path when the user provides an explicit URL (and/or pasted script) that `npx hyperframes capture "<URL>" -o ./capture --json` crawls and extracts as readable text into `capture/extracted/visible-text.txt`/asset descriptions, which are then used to draft `SCRIPT.md`/`STORYBOARD.md` and ultimately into frame content.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The assemble-index.mjs template injects and will load/execute the remote GSAP script at runtime (https://cdn.jsdelivr.net/npm/gsap@3.14.2/dist/gsap.min.js), which is a required runtime JavaScript dependency for the assembled index.html and therefore executes remote code during skill runtime.
a562946
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.