ACGN-character.skill

Transforms video transcripts and documents into Story and Persona SKILLs for characters via OCR extraction and prompt-driven analysis.

2|1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/AusertDream/ACGN-character-skill --skill acgn-character-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ACGN-character.skill
Source: https://github.com/AusertDream/ACGN-character-skill/tree/main
Command: npx skills add https://github.com/AusertDream/ACGN-character-skill --skill acgn-character-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires paddleocr, paddlepaddle, easyocr, rapidocr-onnxruntime, opencv-python, anthropic, pillow, numpy, av, pyyaml.

What problem does it solve?

This Skill automates the distillation of fictional characters into interactive AI Skills by extracting character data from source materials (videos, documents) and transforming it into structured Story and Persona components, enabling consistent, reusable role-play AI.

Core Features & Use Cases

  • OCR-driven ingestion of long-form materials (videos and transcripts) to generate character foundations (Story + Persona) and a deployable Skill.
  • Supports incremental evolution: updates with new materials and corrections to refine the Skill over time.
  • Generates a ready-to-use root Skill file and per-character Skills under characters/{slug}, enabling direct chat with the distilled character.

Quick Start

Create a new character Skill by following the creator workflow described in this Skill's SKILL.md.

Frequently Asked Questions about ACGN-character.skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn fictional character transcripts into AI personas?

To turn fictional character transcripts into AI personas, this Skill uses OCR and prompt-driven analysis to extract structured Story and Persona data, generating deployable character-skills for interactive role-play.

Can I extract character data from video transcripts using Claude Code?

Yes, you can extract character data from video transcripts using Claude Code. The Skill operates as a generator inside Claude Code, processing video transcripts and documents to output structured character personas.

What is the best way to create an AI role-play character from a story document?

The best way to create an AI role-play character from a story document is to ingest the source material to generate character foundations, which the system transforms into a root Skill file and deployable per-character SKILLs.

Does this character generation Skill support incremental updates with new materials?

Yes, this character generation Skill supports incremental updates. You can provide new materials and corrections to refine the generated Story and Persona data, allowing the distilled character to evolve over time.

How do I validate generated character-skills after OCR extraction?

You validate generated character-skills after OCR extraction through the system's built-in validation mechanism. The generator coordinates extraction, prompt-driven analysis, and SKILL generation, ensuring the output characters/{slug} files are consistent and deployable.

What dependencies do I need to run OCR ingestion for ACGN character generation?

To run OCR ingestion for ACGN character generation, you need dependencies like paddleocr, easyocr, rapidocr-onnxruntime, and opencv-python. These libraries enable the system to extract text from long-form source materials.