What problem does it solve? Character cards and world info files exported from SillyTavern embed their 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, 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 chunks) and inject content into conversations when keywords appear, sorted by priority. - Character Book Handling: Apply character-specific knowledge base entries alongside general world info with correct priority ordering. - Use Case: A user downloads a SillyTavern character card PNG and asks the AI to roleplay as that character; the Skill runs the bundled Node.js parser, saves the result as character.json, and starts the conversation with the character's first message. ## Quick Start Load the character card from character.png and start the roleplay using its personality and opening message.