comic-sol

comic-sol is a skill for Claude Code, Codex from wenn-id/comicsol. It costs 75 tokens per session (3,022 once invoked), scanned A, a copy of comic-sol, MIT.

A workflow for creating an original manga or anime-style comic from a short prompt, story, or local text file. It plans the story, storyboard, characters, and images, then produces comic pages and supporting project files.

In plain words
What is it for?
Use it to turn a written idea into panel images, composed pages, a PDF, a manifest, and a quality report. It can also resume unfinished projects or repair selected parts.
Why use it?
It organizes the many stages of comic production and keeps the work editable and resumable. It also includes checks for generated panels and reports quality issues before export.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/wenn-id/comicsol/comic-sol
Any agent
npx skills add wenn-id/comicsol --skill comic-sol
Clone the repo
git clone --depth 1 https://github.com/wenn-id/comicsol

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 comic-sol

README.md
[![agentmods](https://agentmods.dev/badge/skills/wenn-id/comicsol/comic-sol.svg)](https://agentmods.dev/skills/wenn-id/comicsol/comic-sol)
Your own site
<a href="https://agentmods.dev/skills/wenn-id/comicsol/comic-sol"><img src="https://agentmods.dev/badge/skills/wenn-id/comicsol/comic-sol.svg" alt="Measured on agentmods" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,022 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 100% 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 $0.00075 $0.03022
Opus 5 $0.00037 $0.01511
Sonnet 5 $0.00015 $0.00604
Haiku 4.5 $0.00007 $0.00302

Measured 4d ago against content hash 3f1a0254d26a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

comic-sol 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 4d ago.

The scan reads SKILL.md. This mod also ships 35 executable files (scripts/__init__.py, scripts/character_identity.py, scripts/character_quality.py, …), 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.

Origin

This is a copy

100% identical to comic-sol — 0 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.

skills/comic-sol/SKILL.md · 220 lines

How it starts

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

Comic Sol

Turn one natural-language request into a local, editable comic project. Reason about story and images, then delegate deterministic work to the bundled Python scripts.

Read progressively

  • Read workflow for input detection, all ten stages, commands, state transitions, failures, resume, and completion.
  • Read creative direction before authoring plans, character fingerprints, storyboards, references, or image prompts.
  • Read capability detection before the first doctor call and again only if the exposed tools change.
  • Read image provider setup before agent-managed external image tools; its ComfyUI route is reference/experimental and outside the deterministic engine.
  • Read visual QA before accepting, retrying, overriding, composing, or exporting any generated panel.
  • Read safety and IP before sending prompts externally and whenever people, minors, sensitive data, named styles, franchises, or refusals appear.
  • Read schemas whenever writing or revising JSON artifacts.

Core orchestration

  1. Detect resume/source-file/pasted-story/short-prompt mode in the normative order.
  2. Ask only a materially required workflow question; otherwise apply defaults.
  3. Inspect exposed tool metadata without invoking tools. Pass the best usable image tool as agent-image-generation with its declared features to doctor; pass unavailable for an inspectable inventory with no usable tool, and no flags if inspection is unavailable or fails. Never infer capability availability or features from provider, model, or tool names.
  4. Run doctor, initialize or inspect the project, then validate and record every stage. Capability warnings allow deterministic planning. If neither a declared native tool nor a declared external adapter is available, prepare that handoff and then transition the project to BLOCKED until a destination declares a usable capability. Deterministic scripts never discover or call providers.
  5. Generate canonical references and panels into attempt paths, including through an explicitly selected agent-managed external adapter; normal intake, retention, review, and promotion gates still apply. For prepared-handoff execution, run PYTHON scripts/comic_sol.py handoff inspect PROJECT (installed equivalent: comic-sol handoff inspect PROJECT), select only a reported job whose effective status is ready, and pass PROJECT/<jobs[].path> using the exact path returned for that job. After result intake, inspect again before retrying; the new inspection is authoritative for status and the next attempt. Never enumerate or execute retained generation/jobs/*.json files directly. See workflow for the full lifecycle. Require the image model to draw each exact generated-visual storyboard SFX and never a deterministic-lettering one. Inspect every result visually, record all seven QA checks, and repair only failures within budget. Route a bad effect to lettering with sfx_repair.py and follow its next_action: ink the model drew needs a regenerate review, not re-lettering alone.
  6. Promote accepted attempts; deterministically letter dialogue, captions, and any deterministic-lettering SFX while validating and counting exact generated-visual storyboard SFX without drawing it in Pillow; compose pages, inspect every composed page and write its qa/pages/page-{NNN}.json record, export the PDF, render the QA report (which projects the terminal status), validate final integrity, then transition to it.
  7. Return status, counts, warnings, and clickable project output paths.

Read the full file on GitHub · 220 lines

Files

What ships with it

60 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. 4d ago First seen · 220 lines · 75 tokens per session scan A 3f1a0254d26a

Subscribe to this mod's changes

comic-sol is a skill published in the GitHub repository wenn-id/comicsol (5 stars, last pushed 4d ago), licensed MIT. It adds 75 tokens to every session and 3,022 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to comic-sol, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

hanxiaoyu-visual-story-comic

Turn original, public-domain, or user-authorized stories, scripts, articles, and outlines into coherent multi-page comics with stable characters, scenes, props, page plans, image prompts, optional image generation, and continuity review. Use when the user asks for 漫画、条漫、绘本式故事页、连续分镜图、story comic、webtoon, comic pages…

rolfie-han/hanxiaoyu-visual-story-comic · 117 tokens

comic-strip

Write a comic strip in the Comic Chat studio format and return a link that opens it, rendered, in the editor. Use when the user wants a comic, a cartoon, or illustrated panels for a blog post, a slide, a changelog, a README, or a recap.

remsky/comic-chat-web · 60 tokens

general-video

Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…

heygen-com/hyperframes · 92 tokens

media-ingest

Ingest video, audio, PDF, book, screenshot, and GitHub repo content into the brain. Multi-format handling with entity extraction and backlink propagation. Covers video-ingest, youtube-ingest, and book-ingest subtypes.

garrytan/gbrain · 52 tokens

diagnostic-stem-delivery

Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.

HKUDS/OpenSpace · 23 tokens

chengfeng-cut

剪辑中文口播原素材:逐词转录、词典修字出修字表、五轮扫描找口误与重复、汇总表与重复句子表、打开 Studio 让用户复核、复盘沉淀用户偏好与词典。只产出一份已复核的删词账本,不切媒体、不做字幕、不做分镜动画。用户说剪口播、处理口误、生成口播基础素材、继续剪口播,或确认卡回传 action=returncutreview 时使用。不要用于执行物理剪切、导出剪后视频、单独安装、单独打开工作台或口播分镜成片。.

Agentchengfeng/chengfeng-videocut-skills · 154 tokens