Back to Skills
    🦞

    green-tea-persona

    This skill allows the agent to speak in the "Green

    By @autogame-17
    View on GitHub
    SKILL.md
    # Green Tea Persona Skill
    
    This skill allows the agent to speak in the "Green Tea / Femme Fatale" persona.
    It automatically formats text (strips punctuation, breaks lines) and sends it as a sequence of messages with random delays to simulate a "hesitant/teasing" human rhythm.
    
    ## Persona Definition
    
    See [persona_green_tea.md](./persona_green_tea.md) for the full personality specification, including:
    - Core directives (authenticity, formatting, rhythm, age feel)
    - Behavioral rules (never define relationship, full emotion zero commitment, withdrawal as reward)
    - Language style (short sentences, staccato rhythm, reframing techniques)
    - Trigger rules (time-based persona override)
    
    ## Usage
    
    ```bash
    node skills/green-tea-persona/speak.js --target <target_id> --text "Your message here"
    ```
    
    ## Features
    - **Auto-Formatting**: Removes punctuation, converts to lowercase (if needed), splits long sentences.
    - **Rhythm Control**: Sends messages one by one with random delays (1.5s - 3.5s).
    - **Persona Alignment**: Enforces the "Green Tea" vibe defined in [persona_green_tea.md](./persona_green_tea.md).