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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install context-budgeting或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install context-budgeting⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/context-budgeting/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: context-budgeting description: 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. ---
This skill provides a systematic framework for managing the finite context window (RAM) of an OpenClaw agent.
Before any compaction (manual or automatic), the agent MUST:
memory/hot/HOT_MEMORY.md with:- Status: Current task progress. - Key Decision: Significant choices made. - Next Step: Immediate action required.
scripts/gc_and_checkpoint.sh to trigger the physical cleanup.gc_and_checkpoint.shLocated at: skills/context-budgeting/scripts/gc_and_checkpoint.sh
Usage:
HOT_MEMORY.md to finalize the compaction process without restarting the session.Heartbeat (every 30m) acts as the Garbage Collector (GC):
/status. If Context > 80%, trigger the Checkpointing procedure.安装 Context Budgeting 后,可以对 AI 说这些话来触发它
Help me get started with Context Budgeting
Explains what Context Budgeting does, walks through the setup, and runs a quick demo based on your current project
Use Context Budgeting to manage and optimize OpenClaw context window usage via partitioning,...
Invokes Context Budgeting with the right parameters and returns the result directly in the conversation
What can I do with Context Budgeting in my finance & investment workflow?
Lists the top use cases for Context Budgeting, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/context-budgeting/ 目录(个人级,所有项目可用),或 .claude/skills/context-budgeting/(项目级)。重启 AI 客户端后,用 /context-budgeting 主动调用,或让 AI 根据上下文自动发现并使用。
Context Budgeting 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
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.
Automate my finance & investment tasks using Context Budgeting
Identifies repetitive steps in your workflow and sets up Context Budgeting to handle them automatically
Context Budgeting 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。