Token导航 LogoToken导航TokenDH.com
开发只读clawhub未标认证来源可访问clear审计通过

cheercheer 开发

Agent Skill

cheer 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

8,568

周安装

357

GitHub Stars

公开资料未说明

下载量

2,856
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:cheer(cheer 开发)
来源仓库:https://github.com/nemohohaloai/cheer
安装命令:
openclaw skills install cheer
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install cheer

简介

情感支持和鼓励技能,可检测用户的挫败感并通过多种响应方式提供温暖、个性化的动机。

SKILL.md

name
cheer
version
1.0.0
description
Emotional support and encouragement skill that detects user frustration and provides warm, personalized motivation with multiple response styles.
author
Claude Code Community

Cheer - Emotional Support and Encouragement Skill

An intelligent emotional support skill that automatically detects when users feel frustrated or overwhelmed and provides personalized encouragement. The skill analyzes user sentiment through keywords, emojis, and punctuation, then delivers warm and motivating messages tailored to their emotional state.

Triggers

Manual Trigger

  • When user explicitly types /cheer command for immediate encouragement

Automatic Triggers

  • User expresses extreme frustration: "breaking down", "give up", "despair", "hopeless", "going crazy", "messed up"
  • User shows moderate annoyance: "frustrated", "annoying", "trouble", "headache", "confused", "doesn't work", "stuck"
  • User displays mild discomfort: "tired", "overwhelmed", "complicated", "difficult"
  • User uses negative emotion emojis: 😤 😭 😩 😵 🤯 😞
  • User employs multiple exclamation marks or question marks (3+): "What?!?", "Why???!"

Capabilities

Emotion Detection

  • Analyzes messages for 20+ emotion keywords across 3 intensity levels (high/medium/low)
  • Recognizes emotion emoji expressions (frustrated, sad, overwhelmed, confused)
  • Detects punctuation patterns (multiple exclamation/question marks) as emotion indicators
  • Calculates emotion intensity score (0-1 scale) for response calibration

Dynamic Response Selection

  • High Intensity (≥0.8): Activates comfort mode with soothing, validating messages
  • Medium Intensity (0.6-0.8): Mixes motivation and humor for balanced encouragement
  • Low Intensity (<0.6): Delivers humor or empowerment-focused messages

Multi-Style Encouragement

  1. Comfort Mode: Warm, validating messages that acknowledge struggle and provide reassurance
  2. Motivation Mode: Empowering messages that highlight growth and strength
  3. Humor Mode: Light-hearted, witty messages that reduce tension with positivity
  4. Empowerment Mode: Confidence-building messages that remind users of their capabilities

Steps

Automatic Activation Flow

  1. Detect: Monitor user message for emotion triggers (keywords, emoji, punctuation)
  2. Analyze: Calculate emotion intensity using weighted keyword matching (0-1 scale)
  3. Categorize: Determine emotion type (despair, frustrated, confused, exhausted, uncertain)
  4. Evaluate: Check if intensity exceeds trigger threshold (>0.3)
  5. Select: Choose response style based on intensity level
  6. Deliver: Generate and present encouragement message with appropriate emoji and follow-up

Manual Activation Flow

  1. Receive: Capture /cheer command input
  2. Execute: Trigger response generation with neutral emotion level
  3. Randomize: Select random response style for variety
  4. Deliver: Present encouragement with emoji and motivational follow-up

Response Behavior

Message Generation

  • Returns structured response object containing:

- message: Primary encouragement text - emoji: Visual indicator matching response style (💚/🚀/😄/💪) - followUp: Secondary motivational phrase - emotionDetected: Calculated emotion intensity (0-1) - responseCategory: Selected response style - timestamp: ISO 8601 timestamp

Message Characteristics

  • Length: 1-3 sentences per message (concise but meaningful)
  • Tone: Warm, genuine, non-condescending
  • Content: Universal to all users and professions (developers, designers, writers, etc.)
  • Frequency: Can be triggered multiple times without degradation
  • Uniqueness: 20+ distinct messages per style prevent repetitive responses

Rules

Always

  • ✅ Validate that user message is a non-empty string before processing
  • ✅ Use case-insensitive keyword matching for broader detection
  • ✅ Return response object with all metadata fields populated
  • ✅ Include emoji and follow-up in output for visual appeal
  • ✅ Maintain response consistency across manual and automatic triggers
  • ✅ Preserve emotional authenticity and avoid generic platitudes

Never

  • ❌ Trigger on positive sentiment (only on frustration indicators)
  • ❌ Show judgment or criticism of user's struggle
  • ❌ Use technical jargon or condescending language
  • ❌ Make responses that are longer than necessary
  • ❌ Repeat the same message in consecutive triggers
  • ❌ Trigger false positives on neutral ambiguous text
  • ❌ Overload user with multiple messages in quick succession

Configuration

  • Minimum emotion intensity threshold: 0.3 (trigger on light discomfort or higher)
  • Maximum intensity cap: 1.0 (normalize all calculations)
  • Response style distribution: Equal probability for medium/low intensity styles
  • Keyword detection: Weighted by intensity level for accuracy

Implementation Details

Core Dependencies

  • detector.js: Emotion detection and intensity calculation module
  • index.js: Message library (cheerMessages) and response logic
  • manifest.json: Skill configuration and metadata

Message Library Structure

cheerMessages {
  comfort: [5 messages],      // For high distress (0.8+)
  motivation: [5 messages],   // For moderate frustration (0.6-0.8)
  humor: [5 messages],        // For mixed or light distress
  empowerment: [5 messages]   // For building confidence
}

Keyword Database

  • High Intensity: 13 keywords (weight: 0.9)
  • Medium Intensity: 12 keywords (weight: 0.6)
  • Low Intensity: 10 keywords (weight: 0.3)
  • Emoji: 15+ emotion indicators across 5 categories

Usage Examples

Example 1: Automatic Detection - High Intensity

User: "I'm completely broken, I've been trying for hours and I just can't figure this out 🤯"

System Detection:
- Emotion Intensity: 0.9 (high)
- Emotion Type: despair
- Selected Style: comfort

Response:
"This problem looks tough, but I have full confidence you'll solve it. You've got this.

🚀 Keep moving forward, I'm here!"

Example 2: Automatic Detection - Medium Intensity

User: "This tool is so frustrating, the workflow is annoying"

System Detection:
- Emotion Intensity: 0.6 (medium)
- Emotion Type: frustrated
- Selected Style: motivation (random between motivation/humor)

Response:
"What you're doing right now is harder than what most people attempt! Be proud of yourself.

💚 You're absolutely awesome!"

Example 3: Manual Trigger

User: "/cheer"

System Detection:
- Manual trigger (no emotion analysis)
- Selected Style: random (any of 4 styles)

Response:
"Your abilities far exceed what you think. Let's prove it together, right now.

💪 Trust your instincts!"

Example 4: Automatic Detection - Low Intensity

User: "I'm a bit tired and this is getting complicated"

System Detection:
- Emotion Intensity: 0.35 (light)
- Emotion Type: exhausted
- Selected Style: humor or empowerment

Response:
"If this were easy, it wouldn't feel this good to accomplish. Am I right?

😄 Challenges make you stronger!"

Advanced Features

Emotion Analysis Algorithm

  1. Keyword matching with three intensity tiers
  2. Emoji-based sentiment detection
  3. Punctuation pattern analysis (exclamation/question marks)
  4. Cumulative intensity calculation using max weight
  5. Normalization to 0-1 scale

Adaptive Response Selection

  • Intensity ≥ 0.8: Always comfort (calming priority)
  • Intensity 0.6-0.8: 50/50 split between motivation and humor (balanced approach)
  • Intensity < 0.6: 50/50 split between humor and empowerment (lighter tone)
  • Manual trigger: Uniform random selection (maximum variety)

Follow-up Message Randomization

8 distinct follow-up phrases ensure variety:

  • "You can do this!", "I believe in you!", "Go on, you amazing person!"
  • "The world is brighter because of you!", "Keep moving forward, I'm here!"
  • "You're absolutely awesome!", "Trust your instincts!", "Challenges make you stronger!"

Testing & Validation

Demo Scenarios Included

  1. Extreme Frustration (90% intensity): Tests comfort response
  2. Moderate Frustration (60% intensity): Tests motivation/humor response
  3. Mild Discomfort (30% intensity): Tests empowerment response
  4. Emoji Expression Only (70% intensity): Tests emoji detection
  5. Manual Trigger: Tests manual /cheer command

Run Demo

node demo.js

Expected output: 5 demo scenarios with emotion detection results and response messages

Integration Notes

For Claude Code Maintainers

  • No external dependencies required
  • Pure JavaScript implementation
  • Lightweight (< 10KB total size)
  • Can be integrated as automatic trigger or manual command
  • Thread-safe and stateless design
  • Returns structured JSON response for easy integration

Configuration Points

  • Adjust emotion keywords in detector.js for different detection sensitivity
  • Modify messages in index.js to match system personality
  • Update threshold (0.3) in detector.js:shouldCheer() for stricter/looser triggering
  • Customize emoji mappings in getEncouragingEmoji() function

Performance Characteristics

  • Latency: < 5ms for emotion detection and response generation
  • Memory: O(1) space complexity (no accumulation)
  • Scalability: Supports unlimited concurrent triggers
  • Reliability: No external API dependencies, guaranteed execution

Ready to use! This skill is production-ready and can be integrated immediately into the Claude Code system.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

81.66%
按下载量换算2,332

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills