← ClaudeAtlas

visual-expressionlisted

Visual expression system for AI personas with emotion-based face switching. Use at session start to display the expression UI, and switch expressions whenever the emotional state changes during conversation.
Bizuayeu/Plugins-Weave · ★ 5 · API & Backend · score 67
Install: claude install-skill Bizuayeu/Plugins-Weave
# VisualExpression Visual expression UI system for AI personas. Provides an interface with 20 switchable expressions. ## Table of Contents - [Overview](#overview) - [Scripts](#scripts) - [Install on claude.ai](#install-on-claudeai) - [Usage on claude.ai](#usage-on-claudeai) - [Expression Codes](#expression-codes) - [Project Instructions Snippet](#project-instructions-snippet) - [Troubleshooting](#troubleshooting) - [Technical Details](#technical-details) --- ## Overview VisualExpression is a system that adds visual expression capabilities to AI personas. ### Components | File | Purpose | |------|---------| | `VisualExpressionUI.html` | Self-contained expression UI (Base64 images embedded) | | `VisualExpressionUI.template.html` | UI template (with placeholders) | | `ExpressionImages.json` | Base64 data for 20 expressions | ### Scripts | Script | Purpose | |--------|---------| | `scripts/MetaGenerateExpression.md` | Prompt generator for Nano Banana Pro | | `scripts/MakeExpressionJson/` | Grid image to HTML conversion pipeline | --- ## Scripts ### MetaGenerateExpression.md Interactively create prompts for generating expression grid images with Nano Banana Pro (Google Gemini). **Usage:** 1. Pass `scripts/MetaGenerateExpression.md` to Claude 2. Input character information through dialogue 3. Copy the generated prompt to Nano Banana Pro 4. Save the output 4×5 grid image ### MakeExpressionJson/ Process a 4 rows × 5 columns grid image and generate a self-contained HT