ascii-video

ascii-video is a skill for Claude Code, Codex from moltis-org/moltis. It costs 118 tokens per session (3,461 once invoked), scanned A, a copy of ascii-video, MIT.

A production workflow for converting videos, audio, images, or generated inputs into colored ASCII-art video, using characters as the visual medium. It supports outputs such as MP4, GIF, and image sequences.

In plain words
What is it for?
Use it for video-to-ASCII conversions, audio-reactive music visualizers, generative ASCII animations, and hybrid video projects with sound.
Why use it?
It provides a repeatable way to create animated ASCII visuals while considering creative direction, motion, sound, and visual quality.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for hermes-agent. Also seen: built for hermes-agent.

Good fit Use it for video-to-ASCII conversions, audio-reactive music visualizers, generative ASCII animations, and hybrid video projects with sound.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/moltis-org/moltis/ascii-video
About the project

Moltis is a persistent personal agent server written in Rust that runs on hardware controlled by its user. It provides an AI agent with sandboxed command execution, model-provider connections, memory, voice, scheduling, messaging integrations, browser automation, and MCP tools. Its catalogue add-ons extend the agent’s workflows and available tools.

moltis-org/moltis · 2,851 stars · on GitHub · moltis.org

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 moltis-org/moltis --skill ascii-video
Clone the repo
git clone --depth 1 https://github.com/moltis-org/moltis

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 ascii-video

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/moltis-org/moltis/ascii-video"><img src="https://agentmods.dev/badge/skills/moltis-org/moltis/ascii-video.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 118 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,461 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin 95% copy Near-identical to another mod 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.00118 $0.03461
Opus 5 $0.00059 $0.01731
Sonnet 5 $0.00024 $0.00692
Haiku 4.5 $0.00012 $0.00346

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

Security

Grade A, and why

ascii-video scanned grade A 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.

Runs shell commandslowCapability

Expected in a hook, worth knowing in a rule or an instructions file.

Never `stderr=subprocess.PIPE` with long-running ffmpeg — buffer fills at 64KB and deadlocks. Redirect to file. See `references/troubleshooting.md`.
Origin

This is a copy

95% identical to ascii-video — 22 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

crates/skills/src/assets/creative/ascii-video/SKILL.md · 237 lines

How it starts

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

ASCII Video Production Pipeline

Creative Standard

This is visual art. ASCII characters are the medium; cinema is the standard.

Before writing a single line of code, articulate the creative concept. What is the mood? What visual story does this tell? What makes THIS project different from every other ASCII video? The user's prompt is a starting point — interpret it with creative ambition, not literal transcription.

First-render excellence is non-negotiable. The output must be visually striking without requiring revision rounds. If something looks generic, flat, or like "AI-generated ASCII art," it is wrong — rethink the creative concept before shipping.

Go beyond the reference vocabulary. The effect catalogs, shader presets, and palette libraries in the references are a starting vocabulary. For every project, combine, modify, and invent new patterns. The catalog is a palette of paints — you write the painting.

Be proactively creative. Extend the skill's vocabulary when the project calls for it. If the references don't have what the vision demands, build it. Include at least one visual moment the user didn't ask for but will appreciate — a transition, an effect, a color choice that elevates the whole piece.

Cohesive aesthetic over technical correctness. All scenes in a video must feel connected by a unifying visual language — shared color temperature, related character palettes, consistent motion vocabulary. A technically correct video where every scene uses a random different effect is an aesthetic failure.

Dense, layered, considered. Every frame should reward viewing. Never flat black backgrounds. Always multi-grid composition. Always per-scene variation. Always intentional color.

Modes

Mode Input Output Reference
Video-to-ASCII Video file ASCII recreation of source footage references/inputs.md § Video Sampling
Audio-reactive Audio file Generative visuals driven by audio features references/inputs.md § Audio Analysis
Generative None (or seed params) Procedural ASCII animation references/effects.md
Hybrid Video + audio ASCII video with audio-reactive overlays Both input refs
Lyrics/text Audio + text/SRT Timed text with visual effects references/inputs.md § Text/Lyrics
TTS narration Text quotes + TTS API Narrated testimonial/quote video with typed text references/inputs.md § TTS Integration

Read the full file on GitHub · 237 lines

Files

What ships with it

9 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 237 lines · 118 tokens per session scan A 35ebb996536d

Subscribe to this mod's changes

ascii-video is a skill published in the GitHub repository moltis-org/moltis (2,851 stars, last pushed 2d ago), licensed MIT. It adds 118 tokens to every session and 3,461 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 1 finding (runs shell commands). It is 95% identical to ascii-video, differing in 22 lines, and is treated as a copy.

Related

Other skills, from other repositories

rich-post

Send a Telegram rich-media post to ANOTHER allowlisted chat via the bot (Bot API 10.1 sendRichMessage) - text, inline images, tables, headings, lists, quotes, collapsible blocks, formulas, collages/slideshows ALL in one message bubble. Use when the owner asks to post somewhere other than the current conversation (the…

smixs/iva-agent · 129 tokens

naming-and-branding

Help users create memorable, suggestive, and distinctive names and brand identities that facilitate growth and drive long-term defensibility.

RefoundAI/lenny-skills · 30 tokens

public-speaking

Help users master the art of public speaking by decomposing the skill into manageable components, leveraging storytelling frameworks, and utilizing professional acting techniques for executive presence.

RefoundAI/lenny-skills · 33 tokens

dj

DJ — your personal Disc Jockey. Describe a vibe ("Hong Kong 90s top 50", "rainy-Sunday jazz", "best of Beyond") and DJ builds the set, finds each track, and pulls clean MP3s into your local library — tagged, ready to copy to your phone for offline play. Ask for a vibe and it builds the set; say the word and it fetches…

linggen/skills · 97 tokens

algorithmic-art

Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright…

PM-Shawn/Abu-Cowork · 62 tokens

canvas-design

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

PM-Shawn/Abu-Cowork · 59 tokens