baoyu-comic

baoyu-comic is a skill for Claude Code, Codex from aivrar/portable-hermes-agent. It costs 17 tokens per session (3,566 once invoked), scanned A, a copy of baoyu-comic, MIT.

A tool for creating original educational comics, including biographies and tutorials. It supports different visual styles, tones, layouts, and languages.

In plain words
What is it for?
Use it to make knowledge comics, biography comics, and tutorial comics from text, files, URLs, or topics.
Why use it?
It turns supplied information into a visual explanation for readers who may find a comic easier to follow than plain text.

Skill for Claude CodeCodex

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

Good fit Use it to make knowledge comics, biography comics, and tutorial comics from text, files, URLs, or topics.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aivrar/portable-hermes-agent/baoyu-comic
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 aivrar/portable-hermes-agent --skill baoyu-comic
Clone the repo
git clone --depth 1 https://github.com/aivrar/portable-hermes-agent

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/aivrar/portable-hermes-agent/baoyu-comic/github.svg)](https://agentmods.dev/skills/aivrar/portable-hermes-agent/baoyu-comic)
Your own site
<a href="https://agentmods.dev/skills/aivrar/portable-hermes-agent/baoyu-comic"><img src="https://agentmods.dev/badge/skills/aivrar/portable-hermes-agent/baoyu-comic/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 baoyu-comic

Your own site · 80×15
<a href="https://agentmods.dev/skills/aivrar/portable-hermes-agent/baoyu-comic"><img src="https://agentmods.dev/badge/skills/aivrar/portable-hermes-agent/baoyu-comic.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 17 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,566 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 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.1 $0.00017 $0.03566
Opus 5 $0.00009 $0.01783
Sonnet 5 $0.00003 $0.00713
Haiku 4.5 $0.00002 $0.00357

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

Security

Grade A, and why

baoyu-comic 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 11d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

`curl -fsSL "<url>" -o /abs/path/to/comic/<slug>/NN-page-<slug>.png`
Origin

This is a copy

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

optional-skills/creative/baoyu-comic/SKILL.md · 248 lines

How it starts

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

Knowledge Comic Creator

Adapted from baoyu-comic for Hermes Agent's tool ecosystem.

Create original knowledge comics with flexible art style × tone combinations.

When to Use

Trigger this skill when the user asks to create a knowledge/educational comic, biography comic, tutorial comic, or uses terms like "知识漫画", "教育漫画", or "Logicomix-style". The user provides content (text, file path, URL, or topic) and optionally specifies art style, tone, layout, aspect ratio, or language.

Reference Images

Hermes' image_generate tool is prompt-only — it accepts a text prompt and an aspect ratio, and returns an image URL. It does NOT accept reference images. When the user supplies a reference image, use it to extract traits in text that get embedded in every page prompt:

Intake: Accept file paths when the user provides them (or pastes images in conversation).

  • File path(s) → copy to refs/NN-ref-{slug}.{ext} alongside the comic output for provenance
  • Pasted image with no path → ask the user for the path via clarify, or extract style traits verbally as a text fallback
  • No reference → skip this section

Usage modes (per reference):

Usage Effect
style Extract style traits (line treatment, texture, mood) and append to every page's prompt body
palette Extract hex colors and append to every page's prompt body
scene Extract scene composition or subject notes and append to the relevant page(s)

Record in each page's prompt frontmatter when refs exist:

references:
  - ref_id: 01
    filename: 01-ref-scene.png
    usage: style
    traits: "muted earth tones, soft-edged ink wash, low-contrast backgrounds"

Character consistency is driven by text descriptions in characters/characters.md (written in Step 3) that get embedded inline in every page prompt (Step 5). The optional PNG character sheet generated in Step 7.1 is a human-facing review artifact, not an input to image_generate.

Read the full file on GitHub · 248 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. 11d ago First seen · 248 lines · 17 tokens per session scan A 39daa86a4c97

Subscribe to this mod's changes

baoyu-comic is a skill published in the GitHub repository aivrar/portable-hermes-agent (217 stars, last pushed 2d ago), licensed MIT. It adds 17 tokens to every session and 3,566 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). It is 100% identical to baoyu-comic, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

concept-diagrams

Generate flat, minimal light/dark-aware SVG diagrams as standalone HTML files, using a unified educational visual language with 9 semantic color ramps, sentence-case typography, and automatic dark mode. Best suited for educational and non-software visuals — physics setups, chemistry mechanisms, math curves, physical…

cyborg-garden/hermes-agent-mt · 167 tokens

baoyu-comic

A guide for creating original educational comics, including biographies, tutorials, and other comics that explain knowledge through pictures and text.

cyborg-garden/hermes-agent-mt · 17 tokens

html-ppt-zhangzara-retro-windows

An IT security-awareness training on spotting phishing — the tells, the drill, and what to do in the first 60 seconds. Built as a decision-grade professional training deck for all employees.

nexu-io/open-design · 51 tokens

oriental-poetic-illustration

A quiet illustration style inspired by East Asian ink paintings, with bamboo, moonlight, fine lines, and generous empty space.

arcsin1/oh-my-ppt · 0 tokens

red-gold-ceremony

A formal presentation style using deep red, restrained gold, stable alignment, and ceremonial visual elements. It is intended for serious, commemorative, or official subjects.

arcsin1/oh-my-ppt · 0 tokens

acestep-songwriting

Music songwriting guide for ACE-Step. Provides professional knowledge on writing captions, lyrics, choosing BPM/key/duration, and structuring songs. Use this skill when users want to create, write, or plan a song before generating it with ACE-Step.

timoncool/ACE-Step-Studio · 55 tokens