motiscope-recreate

motiscope-recreate is a skill for Claude Code, Codex from KumarSashank/motiscope. It costs 77 tokens per session (2,003 once invoked), scanned B, original, MIT.

A tool for turning an animation analysis into working web code. It can target GSAP, CSS animations, Framer Motion for React, or Lottie/SVG.

In plain words
What is it for?
Use it after analyzing a recording, or when rebuilding a specific animation for a chosen web framework or format.
Why use it?
It helps convert measured animation behavior into a runnable component instead of manually estimating the timing and movement.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also reads ~/.codex or $CODEX_HOME. Also seen: positional $N argument; mentions Codex; $skill-name invocation.

Part of the motiscope plugin — 8 skills, 1 agent, 1 hook shipped together

Good fit Use it after analyzing a recording, or when rebuilding a specific animation for a chosen web framework or format.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kumarsashank/motiscope/motiscope-recreate
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 KumarSashank/motiscope --skill motiscope-recreate
Clone the repo
git clone --depth 1 https://github.com/KumarSashank/motiscope

Made for: Claude Code, Codex.

Or install motiscope, the plugin that ships this one along with the rest of its 8 skills, 1 agent, 1 hook.

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 motiscope-recreate

README.md
[![agentmods](https://agentmods.dev/badge/skills/kumarsashank/motiscope/motiscope-recreate/github.svg)](https://agentmods.dev/skills/kumarsashank/motiscope/motiscope-recreate)
Your own site
<a href="https://agentmods.dev/skills/kumarsashank/motiscope/motiscope-recreate"><img src="https://agentmods.dev/badge/skills/kumarsashank/motiscope/motiscope-recreate/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 motiscope-recreate

Your own site · 80×15
<a href="https://agentmods.dev/skills/kumarsashank/motiscope/motiscope-recreate"><img src="https://agentmods.dev/badge/skills/kumarsashank/motiscope/motiscope-recreate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,003 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.00077 $0.02003
Opus 5 $0.00039 $0.01001
Sonnet 5 $0.00015 $0.00401
Haiku 4.5 $0.00008 $0.00200

Measured 12d ago against content hash 5d519e41c12d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade B, and why

motiscope-recreate scanned grade B with 1 finding 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 12d ago.

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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

enable `tools.view_image = true` in `~/.codex/config.toml`, or have the user relaunch with
integrations/skills/motiscope-recreate/SKILL.md · 100 lines

How it starts

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

motiscope: recreate

Recreate an analyzed animation as working web code — GSAP (JavaScript), CSS/Web Animations, Framer Motion (React), or Lottie/SVG. Use after motiscope-analyze, or when the user asks to "build/recreate this animation in ". Reads the motiscope animation spec and emits a runnable component.

Arguments ([gsap|css|framer|lottie] [output-dir]): take them from the user's message. If they're missing, infer them or ask.

Running motiscope

motiscope is a shell command. If it isn't found it isn't on your PATH — see https://github.com/KumarSashank/motiscope#install. The reference guides live under $(motiscope home)/references/.

Invoking the sibling skills. In Codex, mention a skill with $motiscope-recreate. In Cursor, use /motiscope-recreate. Elsewhere, just follow that skill's SKILL.md.

Seeing the frames — do not skip this. The curated keyframes are PNG files on disk, and you must actually look at them. Codex: use the view_image tool (if it's unavailable, enable tools.view_image = true in ~/.codex/config.toml, or have the user relaunch with codex -i frame1.png,frame2.png). Cursor: the file-reading tool accepts .png and puts the image in context. If you genuinely cannot open images, say so — you can still report the measured timing, but you cannot know what is animating, and you must not guess it from the filenames.

Translate a motiscope animation spec into real, runnable animation code for one target framework. Timing and easing come from the measured spec; you render it faithfully.

Step 1 — load the animation spec

  • If motiscope-analyze just produced a spec in this conversation, use it.
  • Otherwise locate the most recent analysis and read it:
    ls -t .motiscope/*/manifest.json 2>/dev/null | head -1
    
    Read that manifest.json (and its sibling motion.json for the raw energy curve / segments). If there is none, run motiscope-analyze first.

Step 2 — choose the target

Read the full file on GitHub · 100 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. 12d ago First seen · 100 lines · 77 tokens per session scan B 5d519e41c12d

Subscribe to this mod's changes

motiscope-recreate is a skill published in the GitHub repository KumarSashank/motiscope (112 stars, last pushed 1mo ago), licensed MIT. It adds 77 tokens to every session and 2,003 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). 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

remotion-to-hyperframes

Port an existing Remotion (React) composition's source to HyperFrames HTML. Use ONLY on an explicit ask to port/convert/migrate/translate a Remotion source — one-way, Remotion-only. A passing Remotion mention, reference-only code, or "make something like my Remotion video" is a fresh build (/general-video). Unclear →…

heygen-com/hyperframes · 84 tokens

hyperframes-animation

All animation knowledge for HyperFrames — atomic motion rules, multi-phase scene blueprints, scene transitions, broader motion-design techniques, AND the seven runtime adapters (GSAP default, plus Lottie, Three.js, Anime.js, CSS keyframes, Web Animations API, TypeGPU). Use for any motion or animation task: pick 2-4…

heygen-com/hyperframes · 139 tokens

talking-head-recut

Package an existing talking-head / interview / podcast video with timed, designed GRAPHIC OVERLAY cards — kinetic titles, lower-thirds, data callouts, quotes, side panels, picture-in-picture — synced to the transcript, on a 16:9 / 9:16 / 4:5 canvas of your choice; the clip plays untouched underneath. Trigger on…

heygen-com/hyperframes · 112 tokens

embedded-captions

A workflow for adding captions or subtitles to an existing single-person talking-head video without changing the footage. Captions can appear as ordinary subtitles, behind the speaker, or as stylized visual effects.

heygen-com/hyperframes · 120 tokens

faceless-explainer

Turn arbitrary text — an article, notes, a topic, a brief — into a faceless explainer video: there is no site or footage to capture, so the visuals are invented per scene (typography, abstract graphics, diagrams, data-viz). Use for topic explainers, concept breakdowns, how-tos, listicles. Not a video built from a…

heygen-com/hyperframes · 98 tokens

pr-to-video

Turn a GitHub pull request (a PR URL, owner/repo#N, or 'this PR' in a checked-out repo) into a code-change explainer video — changelog, feature reveal, fix, or refactor walkthrough built from the diff, commits, and files: the input is a code change, not a website. Not a product promo (/product-launch-video) or a no-PR…

heygen-com/hyperframes · 104 tokens