p5-paint-animation

p5-paint-animation is a skill for Claude Code, Codex from heygen-com/hyperframes-community-skills. It costs 127 tokens per session (1,890 once invoked), scanned A, original, Apache-2.0.

A tool for creating hand-drawn-looking animations with p5.js, a JavaScript library for graphics. It turns text prompts, photos, or short videos into handwriting, brushstroke paintings, or frame-by-frame “living paintings.”

In plain words
What is it for?
Use it to animate handwriting on paper, repaint a photo as a painting, or turn a short video or iPhone Live Photo into an animated painting.
Why use it?
It removes the need to manually draw and animate these effects. It is meant for offline MP4 or PNG output, not live pages, photoreal images, crisp text, or clips longer than about 10 seconds.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to animate handwriting on paper, repaint a photo as a painting, or turn a short video or iPhone Live Photo into an animated painting.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/heygen-com/hyperframes-community-skills/p5-paint-animation
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add heygen-com/hyperframes-community-skills --skill p5-paint-animation
Clone the repo
git clone --depth 1 https://github.com/heygen-com/hyperframes-community-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for p5-paint-animation

README.md
[![agentmods](https://agentmods.dev/badge/skills/heygen-com/hyperframes-community-skills/p5-paint-animation/github.svg)](https://agentmods.dev/skills/heygen-com/hyperframes-community-skills/p5-paint-animation)
Your own site
<a href="https://agentmods.dev/skills/heygen-com/hyperframes-community-skills/p5-paint-animation"><img src="https://agentmods.dev/badge/skills/heygen-com/hyperframes-community-skills/p5-paint-animation/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for p5-paint-animation

Your own site · 80×15
<a href="https://agentmods.dev/skills/heygen-com/hyperframes-community-skills/p5-paint-animation"><img src="https://agentmods.dev/badge/skills/heygen-com/hyperframes-community-skills/p5-paint-animation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 127 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,890 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium MCP Rug Pull · line 44
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 135
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00127 $0.01890
Opus 5 $0.00063 $0.00945
Sonnet 5 $0.00025 $0.00378
Haiku 4.5 $0.00013 $0.00189

Measured 9d ago against content hash 5590180ff81d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

p5-paint-animation scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

The scan reads SKILL.md. This mod also ships 9 executable files (scripts/lib/inject.mjs, scripts/lib/page-safety.mjs, scripts/render-anim.mjs, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/p5-paint-animation/SKILL.md · 151 lines

How it starts

The opening of the file, as written. The whole thing — 151 lines — stays where its author put it; the contents beside it link to each section on GitHub.

p5 Paint Animation

Three flows, one engine. Pick by input:

Input Flow Output
Text prompt / phrase A: Write-on Handwriting animates onto ruled paper, pen-tracked for camera
Photo B: Repaint + paint-on Brushstroke painting, still or painting-itself film, camera pull
Video / Live Photo C: Living painting Every frame repainted over a locked stroke lattice

When to use / when not

Use for: hand-made-looking motion — handwriting that writes itself, photos as brushstroke paintings (still or animating), short clips as living paintings. Do NOT use for: crisp typography or brand-accurate text (use real fonts), photoreal output, footage longer than ~10s (render cost scales per frame ≈ 5–20s each), or live/interactive pages (this renders offline MP4/PNG).

Requirements and side effects

  • Requires: Node 22.12+, ffmpeg on PATH, ~500MB disk (Chromium).
  • sh scripts/setup.sh (run manually, once) uses the committed lockfile to download pinned dependencies from the npm registry: puppeteer 25.9.0, p5 2.3.2 (LGPL-2.1), and p5.brush 2.2.1 (MIT). Puppeteer downloads its pinned Chrome for Testing build from Google's download service. Read-only downloads; no credentials, no cost, nothing uploaded.
  • Renders launch sandboxed headless Chromium on a blank page. Network and local file requests from sketches are blocked; sketches receive inputs as data URLs.
  • Writes only inside paths you pass (out.png / out.mp4, plus a sibling .track.json and, with --keep-frames 1, a _frames_* directory).
  • Optional, only for flow C subject matting: npx hyperframes remove-background (downloads the HyperFrames CLI from npm; local CoreML inference, no data leaves the machine).

Verify success

Render any command below, then open the output: the last frame must show the complete artwork (text fully written / painting fully covered), and re-running with the same --seed must produce identical bytes on the canvas. The smoke test used for review: node render-anim.mjs sketches/handwriting.anim.js /tmp/t.mp4 --size 1600x900 --seed 7 --inject 'PHRASE="go make something"'.

Read the full file on GitHub · 151 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 151 lines · 127 tokens per session scan A 5590180ff81d

Subscribe to this mod's changes

p5-paint-animation is a skill published in the GitHub repository heygen-com/hyperframes-community-skills (66 stars, last pushed yesterday), licensed Apache-2.0. It adds 127 tokens to every session and 1,890 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

video-hyperframes

Hyperframes / Remotion-compatible continuous frame animation with autoplay support.

nexu-io/open-design · 18 tokens

paperclip-capsules

Generate, implement, or review Paperclip capsule visuals. Use for capsule art, agent capsules, heartbeat status capsules, identicons, capsule banks, or brand-usage validation.

paperclipai/paperclip · 41 tokens

video-hyperframes

A web-based sequence of video frames designed for Hyperframes or Remotion, with each frame presenting one visual idea.

nexu-io/html-anything · 22 tokens

create-video

Tạo một video MỚI cho series "so sánh / phân biệt kiến thức" của repo này — clip dọc TikTok/Reels/Shorts 30-40s, layout 3-zone cố định theo DESIGN.md, voiceover tiếng Việt sinh bằng Edge TTS (mặc định, miễn phí) hoặc Vbee TTS, dựng bằng HyperFrames. Dùng skill này khi người dùng nói "làm video so sánh X vs Y", "phân…

Cuongyd196/auto-compare-video · 178 tokens

broll-director

Turn a complete original SRT and design into immutable shot truth, revisable creative proposals, semantic chapters, a shared visual world, a compact motion map, and three representative-scene choices.

erduo1998-cell/erduo-broll-loop-engineering · 43 tokens

erduo-broll-loop-engineering

Turn original SRT and design into editable B-roll through an independent Director, focused chapter creators, and visual review. Use for SRT-to-video production or revisions; preserve existing legacy projects and explicit Remotion choices.

erduo1998-cell/erduo-broll-loop-engineering · 52 tokens