body-emotion-sensor

Generate persistent body-emotion context from AnalysisInput using Five Zang and Five Elements.

4|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/AskKumptenchen/body-emotion-sensor --skill body-emotion-sensor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: body-emotion-sensor
Source: https://github.com/AskKumptenchen/body-emotion-sensor/tree/main
Command: npx skills add https://github.com/AskKumptenchen/body-emotion-sensor --skill body-emotion-sensor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Body Emotion Sensor provides a persistent internal model of an AI agent's body-emotion state grounded in the Five Zang and Five Elements to generate authentic, long-running emotional context.

Core Features & Use Cases

  • Persistent body-emotion state per workspace and agent identity
  • Session bootstrap payloads (TURN_CHANGE_TAGS, BODY_TAG, BASELINE_PERSONA)
  • Turn-by-turn updates translating AnalysisInput to prompt tags and workspace state
  • Local runtime integration with the bes CLI; avoids repository prompts at runtime
  • Optional visualization panel (panel) to monitor body state

Quick Start

Install the package with pip install body-emotion-sensor, then run bes help to get started.

Frequently Asked Questions about body-emotion-sensor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I give an AI agent a persistent body-emotion state across sessions?

To give an AI agent a persistent body-emotion state across sessions, you use a local runtime that stores state grounded in the Five Elements and Five Zang in workspace folders. This maintains authentic emotional context between turns.

What is a body-emotion state model grounded in the Five Zang and Five Elements?

A body-emotion state model grounded in the Five Zang and Five Elements is a persistent internal framework that translates user AnalysisInput into prompt tags like TURN_CHANGE_TAGS and BODY_TAG to generate authentic, long-running emotional context for AI agents.

How do I bootstrap an AI agent session with emotional context tags?

You bootstrap an AI agent session with emotional context tags by generating a session bootstrap payload. This payload initializes BASELINE_PERSONA, BODY_TAG, and TURN_CHANGE_TAGS from the locally stored workspace state before processing turns.

Do I need a specific CLI runtime to maintain AI agent emotional state locally?

Yes, maintaining AI agent emotional state locally requires the bes CLI runtime. It stores workspace state locally, supports optional visualization panels, and follows strict runtime contracts to prevent remote actions or automatic package installs.

Can I visualize the body-emotion state of my AI agent during a session?

Yes, you can visualize the body-emotion state of your AI agent during a session by enabling the optional visualization panel. This panel monitors the body state updates processed turn-by-turn by the local bes CLI runtime.

What are the limitations of using local workspace state for AI emotional context?

Limitations of using local workspace state for AI emotional context include strict runtime contracts that prohibit remote actions and automatic installs. Additionally, the system requires local workspace folders and the bes CLI runtime to function properly.