cliptalk-local-motion-renderer

cliptalk-local-motion-renderer is a skill for Claude Code from GML-MMGroup/ClipTalk. It costs 44 tokens per session (313 once invoked), scanned A, original, no licence file.

A local motion-graphics renderer that generates clips such as title cards, animated introductions, visual explainers, and moving cover images. It uses HTML, Playwright, and FFmpeg locally without external APIs.

In plain words
What is it for?
Use it to create title cards, animated intros, visual explainers, and cover motion for video projects.
Why use it?
It allows these graphics to be rendered on the local machine rather than relying on an external service. This keeps the stated rendering workflow local.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to create title cards, animated intros, visual explainers, and cover motion for video projects.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gml-mmgroup/cliptalk/cliptalk-local-motion-renderer
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 GML-MMGroup/ClipTalk --skill cliptalk-local-motion-renderer
Clone the repo
git clone --depth 1 https://github.com/GML-MMGroup/ClipTalk

Made for: Claude Code.

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 cliptalk-local-motion-renderer

README.md
[![agentmods](https://agentmods.dev/badge/skills/gml-mmgroup/cliptalk/cliptalk-local-motion-renderer/github.svg)](https://agentmods.dev/skills/gml-mmgroup/cliptalk/cliptalk-local-motion-renderer)
Your own site
<a href="https://agentmods.dev/skills/gml-mmgroup/cliptalk/cliptalk-local-motion-renderer"><img src="https://agentmods.dev/badge/skills/gml-mmgroup/cliptalk/cliptalk-local-motion-renderer/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 cliptalk-local-motion-renderer

Your own site · 80×15
<a href="https://agentmods.dev/skills/gml-mmgroup/cliptalk/cliptalk-local-motion-renderer"><img src="https://agentmods.dev/badge/skills/gml-mmgroup/cliptalk/cliptalk-local-motion-renderer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 313 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.
Origin unknown 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.00044 $0.00313
Opus 5 $0.00022 $0.00156
Sonnet 5 $0.00009 $0.00063
Haiku 4.5 $0.00004 $0.00031

Measured today against content hash fe13962a5cfb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

cliptalk-local-motion-renderer 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 today.

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/cliptalk-local-motion-renderer/SKILL.md · 26 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. today First seen · 26 lines · 44 tokens per session scan A fe13962a5cfb

Subscribe to this mod's changes

cliptalk-local-motion-renderer is a skill published in the GitHub repository GML-MMGroup/ClipTalk (109 stars, last pushed yesterday), with no licence file. It adds 44 tokens to every session and 313 once invoked, about $0.0002 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-09-12.

Related

Other skills, from other repositories

cost-efficiency-analyzer

Analyzes cost structure, cost efficiency, and expense management from P&L data. Use when the user asks about costs, expenses, COGS, operating expenses, cost ratios, cost control, spending efficiency, margin compression from cost side, or wants to understand where money is going. Also use for "are we spending too…

awslabs/agentcore-samples · 98 tokens

trend-analysis

Analyze price and volume trends for one or more stocks to determine momentum direction and key technical levels.

awslabs/agentcore-samples · 21 tokens

sector-rotation

Identify which market sectors to overweight or underweight based on current macro conditions and sector performance data.

awslabs/agentcore-samples · 22 tokens

computer-use

Read and drive native desktop applications through the accessibility layer — list on-screen apps, snapshot one window as a numbered element tree, then click / type / set a value / scroll / drag / run a named action, by element index or by screen coordinates. Use for work in a desktop app rather than a web page. Full…

kirodotdev/KiroCrew · 105 tokens

goal-conductor

Own a long-horizon goal end to end - decompose it into work items, stand up one top-level session per item, patrol their state on a nudge loop, and decide each next round until the goal is met or a stop condition fires. Use when the user hands over a goal too large for one session ("clear the flaky-test backlog"…

kirodotdev/KiroCrew · 105 tokens

goal-ledger-conductor

Use when the user hands over a goal too large for one session ("clear the flaky-test backlog", "take this feature from design to PRs", "push these N PRs green") and wants the fleet's state to be readable rather than inferred. Own a long-horizon goal end to end while tracking it in the work ledger - decompose it into…

kirodotdev/KiroCrew · 125 tokens