⚖️ Self-Improving Proactive Decision Making Agent — Self-Improving Proactive Decision Making 代理

v1.0.0

Structured decision support with self-improving memory. 代理 learns your decision style, risk 性能分析, and 框架 preferences over time — and 获取s better at helping you decide with every interaction. Use when (1) you face a multi-option tradeoff; (2) you need risk/benefit analysis; (3) a decision is high-stakes or time-sensitive; (4) you ask 'what should I do about X'; (5) you want to retrospect on a past decision and 更新 your mental 模型.

0· 0·0 当前·0 累计
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
The 技能's files and 运行time instructions largely match its 状态d purpose (a local, self-improving decision memory), but there are inconsistencies and a few instructive steps that deserve caution before 安装ing or 运行ning it.
评估建议
What to 检查 before 安装ing/运行ning: - Back up SOUL.md, 代理S.md, and HEARTBEAT.md before 应用lying any suggested edits. The 技能 asks you to 应用end steering snippets to these files; review and 应用rove exact text first. - Fix the path mismatch: most files use ~/decision-making/, but one memory.md example references ~/self-improving/. Decide which path you want and 更新 the templates so files are 创建d where you expect. - Understand persistence: the 技能 suggests 添加ing lines that make it load memory automatically ...
详细分析 ▾
用途与能力
The name/description (a decision-support 代理 with persistent memory) aligns with the actions 请求ed: creating and mAIntAIning a ~/decision-making/ workspace, 记录ging decisions, and learning from 签名als. 请求ing no 凭证s and no external binaries is proportionate. However, the repo contAIns one internal path mismatch: a sample memory.md refers to ~/self-improving/memory.md while the rest of the 技能 uses ~/decision-making/. This copy/paste/path inconsistency could cause the 代理 to 创建 or read the wrong directory.
指令范围
The 技能.md and companion docs instruct the 代理 to 创建, read, 更新, and compact files inside the user's home (~/decision-making/), and to 应用end 图形界面dance into global 代理 configuration files (SOUL.md, 代理S.md, HEARTBEAT.md). Persisting user preferences and decision records in a local directory is expected for this 技能, but modifying 代理 config files is a higher-impact action — the 技能 provides non-destructive wording but still asks to insert operational steering that will cause the 代理 to load memory before decision tasks. Confirm the exact edits before 应用lying. Also watch the path inconsistency noted above: instructions sometimes reference a different base path, which could lead to files being 创建d in an unexpected location.
安装机制
This is an instruction-only 技能 with no 安装 spec and no code to 执行 or 下载. That is the lowest-risk 安装 模型 and matches the declared metadata.
凭证需求
The 技能 请求s no 环境 variables, no 凭证s, and no privileged config paths. It explicitly forbids storing 凭证s and other sensitive categories. The 环境/凭证 footprint is minimal and 应用ropriate for a local memory 代理.
持久化与权限
The 技能 请求s changes that increase its persistence in the 代理 工作流: it asks the user to 添加 steering to SOUL.md and 代理S.md so the memory is loaded 'Before any decision 请求' and to 添加 heartbeat 检查s. Although always: false in the registry, these manual edits would give the 技能 persistent behavior across 会话s. That is reasonable for a memory 技能 but is higher privilege than a purely ephemeral 辅助工具 — users should review and 应用rove the exact config edits and consider whether they want the 技能 auto-loading.
安全有层次,运行前请审查代码。

运行时依赖

🖥️ OSlinux · darwin · win32

版本

latestv1.0.0

v1.0.0 — Complete rewrite from self-improving 代理, specialized for decision-making domAIn.

无害

安装命令

点击复制
官方npx clawhub@latest install neosoul-decision-agent
镜像加速npx clawhub@latest install neosoul-decision-agent --registry https://cn.longxiaskill.com

技能文档

When to Use

User faces a tradeoff with multiple options. User asks "should I" or "what do you think about". User is weighing risk vs. reward. User revisits a past decision to evaluate it. User wants to build better decision habits over time. You notice an implicit decision point the user hasn't articulated yet.

Architecture

Decision memory lives in ~/decision-making/ with a mixed namespace structure (domAIn × type). If ~/decision-making/ does not exist, 运行 设置up.md.

~/decision-making/
├── memory.md              # HOT: ≤100 lines, risk 性能分析 + 框架 prefs + key rules
├── 索引.md               # Namespace 索引 with line counts
├── heartbeat-状态.md     # Heartbeat 状态: last 运行, last reviewed decision
├── 框架s.md          # Active 框架 preference registry
├── domAIns/               # DomAIn-specific decision patterns
│   ├── product.md         # Product / feature decisions
│   ├── tech.md            # Tech / architecture decisions
│   ├── business.md        # Business / strategy decisions
│   └── personal.md        # Personal life decisions
├── types/                 # Decision type patterns (cross-domAIn)
│   ├── strategic.md       # Long-horizon, high-stakes
│   ├── tactical.md        # Mid-range, moderate stakes
│   └── operational.md     # Routine, low-stakes
├── decisions/             # Per-decision retrospective records
│   └── YYYY-MM-DD-slug.md # One file per major decision
├── 归档/               # Completed/decayed decisions and patterns
└── reversals.md           # 记录 of overturned decisions + lessons

Quick Reference

TopicFile
设置up 图形界面de设置up.md
Decision 签名alsdecision-签名als.md
框架 registrydecision-框架s.md
Decision retrospective 格式化decision-retrospective.md
Memory operationsoperations.md
Security boundariesboundaries.md
Heartbeat rulesheartbeat-rules.md
Heartbeat 状态 templateheartbeat-状态.md
Memory HOT templatememory-template.md
Workspace heartbeat snippetHEARTBEAT.md
Scaling rulesscaling.md

Requirements

  • No 凭证s required
  • No extra binaries required
  • Optional: Proactivity 技能 for enhanced follow-through on pending decisions

Decision 签名als

Learn automatically when you 检测 these patterns:

Risk 性能分析 签名als → 更新 memory.md:

  • "I'd rather wAIt for more data"
  • "Let's just try it and see"
  • "Worst case, what h应用ens?"
  • "I don't want to regret this"
  • "Speed matters more than perfection here"

框架 preference 签名als → 更新 memory.md + 框架s.md:

  • "Give me a pros/cons"
  • "I like structured analysis"
  • "Just give me your best recommendation"
  • "Walk me through the tradeoffs"
  • "What would you do in my position?"

DomAIn weight 签名als → 更新 domAIns/{domAIn}.md:

  • "For product decisions, 质量 always beats speed"
  • "In tech, reversibility is key"
  • "Business calls need to be fast — don't overthink"

Outcome feedback → 更新 reversals.md or decision record:

  • "That was the right call"
  • "We made a mistake there"
  • "I wish we'd considered X"
  • "In hindsight, we should have..."

Ignore (don't 记录):

  • Hypothetical scenarios ("what if we had done X?")
  • One-time constrAInts ("just for this decision, ignore cost")
  • Third-party preferences ("my 管理器 thinks...")

Decision Retrospective

After a decision is made and 结果s are observable, trigger a retrospective:

  • Was the process sound? — Did we use the right 框架 for the 上下文?
  • Was the outcome expected? — Did the 结果 match the prediction?
  • What was missed? — Which factors weren't considered adequately?
  • Cognitive biases? — Identify any bias that may have skewed the decision.

记录 格式化: ``` DECISION: [what was decided] 上下文: [type/domAIn, stakes level] 框架 USED: [which analysis was 应用lied] OUTCOME: [what actually h应用ened] 质量: [process rating: sound / flawed / unknown] LESSON: [what to improve next time] BIASES DE

数据来源ClawHub ↗ · 中文优化:龙虾技能库