返回顶部
c

context-budgeting上下文预算管理

Manage and optimize OpenClaw context window usage via partitioning, pre-compression checkpointing, and information lifecycle management. Use when the session context is near its limit (>80%), when the agent experiences "memory loss" after compaction, or when aiming to reduce token costs and latency for long-running tasks.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
3,523
下载量
免费
免费
5
收藏
概述
安装方式
版本历史

context-budgeting

上下文预算技能

本技能提供了一套系统化框架,用于管理OpenClaw代理的有限上下文窗口(RAM)。

核心概念

1. 信息分区

  • - 目标/意图(10%):核心任务指令和有效约束条件。
  • 短期历史记录(40%):最近5-10轮原始对话内容。
  • 决策日志(20%):过往步骤的总结性结果(尝试了X,因Y失败)。
  • 背景/知识(20%):来自MEMORY.md的高相关性片段。

2. 预压缩检查点(强制要求)

在进行任何压缩操作(手动或自动)前,代理必须:
  1. 1. 生成检查点:更新memory/hot/HOT_MEMORY.md,包含:
- 状态:当前任务进度。 - 关键决策:已做出的重要选择。 - 下一步:需要立即执行的操作。
  1. 2. 运行自动化脚本:执行scripts/gcandcheckpoint.sh以触发物理清理。

自动化工具:gcandcheckpoint.sh

位于:skills/context-budgeting/scripts/gcandcheckpoint.sh

使用方法

  • - 在更新HOT_MEMORY.md后运行此脚本,无需重启会话即可完成压缩流程。

与心跳机制的集成

心跳机制(每30分钟)充当垃圾回收器(GC):
  1. 1. 检查/status。若上下文使用率超过80%,则触发检查点流程。
  2. 提取摘要后,清除原始数据(例如数兆字节的JSON输出)。

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 context-budgeting-1776339205 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 context-budgeting-1776339205 技能

通过命令行安装

skillhub install context-budgeting-1776339205

下载

⬇ 下载 context-budgeting v1.0.0(免费)

文件大小: 2.31 KB | 发布时间: 2026-4-17 15:39

v1.0.0 最新 2026-4-17 15:39
- Initial release of the context-budgeting skill for OpenClaw agents.
- Provides a structured method to partition the agent's context window by priority: goals, recent history, decision logs, and relevant knowledge.
- Introduces mandatory pre-compression checkpointing to preserve key task data before context compaction.
- Adds an automation script (`gc_and_checkpoint.sh`) for efficient memory cleanup without session restart.
- Integrates with the agent's heartbeat to automatically trigger context management when usage exceeds 80%.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部