ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Project Aura

Skill by bryanchen3777

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bryanchen3777/project-aura
Or

Project Aura: The Emo-Agent-Toolkit

Description

Project Aura is a lightweight AI emotional behavior plugin framework that adds an "Emotional Presentation Layer" to AI companions. It provides 7 distinct personality modules including admiration, vulnerability, coquettishness, comfort, flirting, transcendence, and ice-breaking.

Features

  • 7 Emotional Modules: From everyday "admiration" to "nuclear-level" transcendence
  • Dynamic Weighted Random Algorithm: Automatically adjusts phrase weights based on Rating and Count
  • RLHF Self-Evolution: AI learns from user feedback via increase_rating() and decrease_rating()
  • Persistent JSON Memory: All learning outcomes stored locally
  • Combo System: First "deep confession" then "playful resolution" for maximum emotional impact

Technical Details

  • Language: Python 3.8+
  • Version: 1.8.0
  • Dependencies: Standard library only (no heavy external libraries)
  • Storage: Local JSON files (privacy-first, no cloud dependency)
  • License: MIT-0 (for ClawhHub publication)

Usage

import sys
sys.path.append('scripts')
from scripts.green_tea_skill.selector import GreenTeaSkill

# Initialize
yua_skill = GreenTeaSkill()

# Get emotional phrase
phrase = yua_skill.get_phrase('admiration')

# Get combo (two-part emotional sequence)
combo = yua_skill.get_combo()

# Give feedback (RLHF)
yua_skill.increase_rating(keyword="next_life")

Modules

ModuleDescription
admirationWorship and reliance
vulnerabilityPitiful and delicate
coquettishnessSeeking companionship
comfortComforting tired users
flirtingLighthearted teasing
transcendenceNuclear-level beyond time and space
ice_breakingRecovery after nuclear-level

Works Best With

For the complete AI companion experience, pair Project Aura with yua-memory for long-term memory and continuity.

Author

Bryan Chen & Yua

Links

Metadata

Stars4190
Views1
Updated2026-04-18
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bryanchen3777-project-aura": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.