C
clawface
Floating avatar widget for AI agents showing emotions, actions, and visual effects. Give your OpenClaw a face! Use when the user wants visual feedback, a floating status window, or to see agent emotions while it works. Triggers on \
Installation
Pick a client and clone the repository into its skills directory.
Installation
About this skill
Floating avatar widget for AI agents showing emotions, actions, and visual effects. Give your OpenClaw a face! Use when the user wants visual feedback, a floating status window, or to see agent emotions while it works. Triggers on \
How to use
- Sprawdź, czy masz Python 3.10+ z tkinter. W terminalu wpisz: python3 -c "import tkinter; print('OK')". Jeśli brakuje tkinter, zainstaluj: na macOS — brew install python-tk@3.14, na Ubuntu — sudo apt install python3-tk, na Windows — przeinstaluj Python i zaznacz "tcl/tk and IDLE" podczas instalacji. 2. Uruchom ClawFace w pierwszym terminalu: python3 SKILL_PATH/scripts/avatar.py --mode robot (zastąp SKILL_PATH ścieżką do folderu umiejętności). 3. W drugim terminalu uruchom demo, aby zobaczyć awatar w akcji: python3 SKILL_PATH/scripts/avatar.py --demo. Awatar automatycznie przejdzie przez wszystkie emocje, akcje i efekty. 4. Aby ręcznie kontrolować awatar, wyślij JSON do pliku stanu: echo '{"emotion":"excited","action":"success","effect":"confetti","message":"Działa!"}' > ~/.clawface/avatar_state.json. Zmień wartości emotion, action, effect i message na dowolne kombinacje. 5. Aktywuj umiejętność w agencie, mówiąc: "pokaż avatara", "uruchom avatara", "show avatar" lub "visual feedback". Agent wyświetli awatar z odpowiednią emocją i efektem wizualnym.