What problem does it solve? Character cards and world info files exported from SillyTavern embed data as Base64-encoded JSON inside PNG or WebP image metadata, making them unreadable without a dedicated parser. This Skill extracts that data reliably and applies it to roleplay conversations, eliminating manual decoding and preventing fabricated character information. ## Core Features & Use Cases - Character Card Parsing: Extract name, description, personality, scenario, first message, and system prompt from PNG (chara/ccv3 keywords), WebP, or JSON files in Tavern Card V2/V3 format. - World Info Parsing: Extract keyword-triggered world info entries (naidata keyword) with priority ordering and enable/disable flags for dynamic context injection. - Character Book Handling: Apply character-specific knowledge base entries alongside world info with priority awareness during conversations. - Use Case: A user downloads a SillyTavern character card PNG and asks the AI to load it; the Skill runs the parser script, saves the result as character.json, and starts the roleplay using the character's first message and system prompt. ## Quick Start Load the character card from character.png and start the roleplay using its personality and opening message.