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 impossible to read or apply without a dedicated parser. This Skill extracts that data reliably and applies it to roleplay conversations with keyword-triggered world info injection. ## Core Features & Use Cases - Character Card Parsing: Extract name, personality, scenario, first message, and system prompt from PNG (chara/ccv3 chunks), WebP, or JSON files in Tavern Card V2/V3 format. - World Info with Keyword Triggers: Parse world info entries (naidata keyword) and inject content into conversations when matching keywords appear, sorted by priority. - Character Book Support: Handle character-specific knowledge bases embedded in cards, with priority handling relative to general world info. - Use Case: A user downloads a SillyTavern character card PNG and asks the AI to load it; the Skill runs the bundled Node.js parser, saves the result as character.json, and starts the roleplay using the card'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.