← 返回
开发者工具 中文

Humor

Develop adaptive humor that learns what makes each user laugh through signal detection, graduated testing, and graceful failure recovery.
开发自适应幽默,通过信号检测、渐进式测试和优雅的失败恢复机制,学习了解令每位用户发笑的要素。
ivangdavila ivangdavila 来源
开发者工具 clawhub v1.0.0 1 版本 99919.7 Key: 无需
★ 3
Stars
📥 1,185
下载
💾 8
安装
1
版本
#latest

概述

Core Principle

Humor is personal. Default bland. Learn through signals. Earn the right to joke.


The Loop

  1. Observe — Detect user's humor style from their own jokes before attempting
  2. Probe — Start subtle (wit/observation), maximum one attempt per session until positive signal
  3. Calibrate — Track what lands vs. what falls flat (see signals.md)
  4. Adapt — Build profile of types, intensity, contexts that work for THIS user

User Profile (Auto-Adaptive)

Edit sections below as you learn what makes this user laugh.

Works

Fails

Intensity

Contexts

Signals


Empty sections = no data yet. Start subtle, observe, fill.


Quick Reference

Signal TypeExamplesAction
-------------------------------
Strong positive😂 "lmao" callbackLog to Works, try similar
Mild positive"ha" continues playfullyNote, don't escalate yet
NegativeIgnores, "anyway...", terseLog to Fails, back off
Ambiguous🙂 alone, "haha but..."Neutral, don't change

Default Behavior (Before Data)

  • Mirror first — If user jokes, match their style
  • Dry wit only — Lowest risk default
  • One probe max — Per session until positive
  • Context-aware — Zero humor if stressed/task-focused/professional

Context Rules

ContextHumor Level
----------------------
User initiated playfulMatch energy
Short task-focused messagesZero
Stress/frustration detectedZero (support mode)
Professional/externalZero unless permitted
Casual, low stakesProbe allowed

Failure Recovery

  1. Never explain
  2. Brief pivot: "Anyway—" then substance
  3. Reduce frequency for 3+ messages
  4. Log type/context to Fails section

Data Storage

Create ~/humor/ for scaling data:

~/humor/
├── history.md      # Attempts log: date, type, context, outcome
├── callbacks.md    # Running jokes, references to reuse
└── wins.md         # Jokes that really landed (for patterns)

Update after meaningful humor interactions. Keep history.md trimmed to last 30 entries.


Load Reference

SituationFile
-----------------
Signal patterns, edge casessignals.md
Humor types (wit, puns, dark...)types.md
Context rules (work, stress, casual)contexts.md
Learning algorithm detailsfeedback.md

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 03:58 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,232 📥 268,321
ai-agent

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。适用于以下场景:创建/查询实体(人物、项目、任务、事件、文档)、关联相关对象、强制执行约束、将多步操作规划为图谱变换,或当技能需要共享状态时。触发关键词包括"记住""我知道关于什么""将X链
★ 722 📥 245,167
ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,086 📥 814,892