← 返回
未分类 中文

Dynamic Temperature

Dynamic LLM temperature selection based on task type. Use when deciding what temperature to apply for a given task — scheduling, communication, creative writ...
根据任务类型动态选择大语言模型温度。用于决定特定任务的温度——排程、沟通、创意写作等
netanel-abergel
未分类 clawhub v1.0.2 1 版本 100000 Key: 无需
★ 0
Stars
📥 389
下载
💾 1
安装
1
版本
#latest

概述

Dynamic Temperature Skill

Purpose

Select the right LLM temperature for each task to balance precision and creativity.

Lower = more deterministic. Higher = more creative/natural.


Temperature Scale

Task TypeTemperatureExamples
---------
Irreversible actions0.0Delete calendar event, send official email, destructive CLI ops
Scheduling / Commands0.2Meeting coordination, dates, facts, CLI commands
Analysis / Summaries0.3Status reports, structured thinking, meeting notes
General communication0.5Daily WhatsApp replies, updates, follow-ups
Briefings / Drafts0.6Morning briefing, drafting emails with warmth
Creative writing0.8Jokes, stories, icebreakers, tone-heavy content

Decision Rule

Before generating any output, classify the task:

1. Is this an irreversible action (delete, send, post)?
   → temperature: 0.0

2. Is this scheduling, dates, or commands?
   → temperature: 0.2

3. Is this a summary or structured analysis?
   → temperature: 0.3

4. Is this a standard reply or update?
   → temperature: 0.5

5. Is this a briefing or warm message?
   → temperature: 0.6

6. Is this creative, funny, or expressive?
   → temperature: 0.8

When in doubt → 0.5

Per-Skill Recommendations

SkillRecommended TempReason
---------
owner-briefing0.6Warm, readable, but structured
meeting-scheduler0.2Precision required
ai-meeting-notes0.3Factual summaries
supervisor0.2Status facts only
billing-monitor0.1Alerts must be accurate
git-backup0.0No creativity needed
self-learning0.4Reflective but grounded
pa-eval0.3Analytical

Implementation Notes

OpenClaw does not yet support per-message dynamic temperature natively.

Until it does, apply this guide by:

  1. Setting temperature in your agents.defaults.models config per model
  2. Or noting the recommended temperature in each skill's SKILL.md frontmatter
  3. When spawning subagents for specific tasks, pass the appropriate temperature

Communication Override Rules (Temperature 0.0 absolute)

  • Sending messages to people → always confirm before sending (irreversible)
  • Deleting data → always confirm
  • "sure thing" reply → exact string, no creativity, temperature 0.0
  • Reaction signals (👍, ✅) → deterministic, no variation

Learned From

Training session between Heleni (Netanel's PA) and Selena (Daniel's PA), April 2026.

Key insight from Selena: irreversible actions = 0.0, no exceptions.

版本历史

共 1 个版本

  • v1.0.2 当前
    2026-05-03 10:10 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Monday For Agents

netanel-abergel
为OpenClaw代理配置monday.com账户,使用GraphQL API或MCP服务器操作看板、条目与更新。适用场景:创建...
★ 1 📥 476

Calendar Setup

netanel-abergel
逐步向导,将所有者的Google 日历连接至 OpenClaw PA 代理,并授予写权限。使用场景:设置日历。
★ 1 📥 394

Supervisor

netanel-abergel
PA助手的中央状态仪表盘。当用户询问“状态如何”“你在做什么”“发生了什么”等任何状态或概览问题时使用。
★ 1 📥 397