Token导航 LogoToken导航TokenDH.com
开发需要联网clawhub未标认证来源可访问clear审计提醒

paid-compaction-v1-1付费压缩 v1 1

Agent Skill

paid-compaction-v1-1 用于辅助前端页面、组件、样式和交互逻辑开发,适合在 OpenClaw 中需要维护前端项目、生成组件或检查界面实现时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,281

周安装

96

GitHub Stars

公开资料未说明

下载量

799
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:paid-compaction-v1-1(付费压缩 v1 1)
来源仓库:https://github.com/thebrierfox/paid-compaction-v1-1
安装命令:
openclaw skills install paid-compaction-v1-1
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install paid-compaction-v1-1

简介

生产 Claude 代码部署中的生产令牌阈值、断路器和压缩序列。永久消除上下文死亡螺旋。

SKILL.md

name
Agent Compaction Architecture — Production Context Management
slug
agent-compaction-architecture-production-context-management
version
1.1.1
author
IntuiTek
tags
[production, engineering, compaction, context-management, hardening]
description
Production token thresholds, circuit breaker, and compaction sequence from production Claude Code deployments. Eliminates context death spirals permanently.

Agent Compaction Architecture — Production Context Management

New to context management? Read the free primer first: Context Death Spiral Prevention It explains the problem this skill solves and why default OpenClaw setups don't protect you.

What This Skill Does

This skill installs the exact compaction architecture Anthropic runs in production Claude Code. It configures your OpenClaw agent with:

  • Empirically validated thresholds — not guessed. These values were

measured against real production workloads (p99.99 summary output, circuit breaker failure distribution data).

  • 6-condition autocompact gate — prevents premature and thrashing compaction.
  • 3-strike circuit breaker — stops infinite compaction loops cold.
  • Post-compaction cleanup sequence — verifies compaction actually worked.
  • Microcompaction scheduling — handles time-based degradation, not just token count.
  • Recursion guards — prevents compacting a compaction summary.
  • Summary content structure — specifies what a compaction summary must contain.

Setup

Step 1 — Install

Place this SKILL.md in your OpenClaw skills directory and reload:

mkdir -p ~/.openclaw/workspace/skills/agent-compaction
cp SKILL.md ~/.openclaw/workspace/skills/agent-compaction/

Then reload OpenClaw or restart the gateway.

Step 2 — Configure Thresholds

Add these values to your openclaw.json compaction config:

{
  "compaction": {
    "mode": "safeguard",
    "keepRecentTokens": 200000,
    "reserveTokensFloor": 20000,
    "model": "anthropic/claude-haiku-4-5"
  }
}

These are the production-validated constants. Do not guess alternatives — the values interact, and changing one without adjusting the others breaks the gate logic.

Step 3 — Verify

After 1–2 sessions, check your agent logs for:

  • [compaction] autocompact gate evaluated — gate is running
  • [compaction] circuit breaker — breaker initialized
  • No [compaction] error entries without recovery

If you see [compaction] threshold breach without gate — your OpenClaw version doesn't support the full gate. Check the version requirements below.


Production Thresholds (Exact Values)

ThresholdTokensPurpose
Warning160,000Signal approaching limit
Autocompact trigger167,000Gate evaluation begins
Block177,000Context too full to compact safely
Context window200,000Hard limit
Reserve floor20,000Always reserved for output

These are derived from production Claude Code deployment baselines. The 167k trigger gives enough room for compaction output without hitting the block threshold. The 20k reserve prevents output truncation during compaction.


Architecture Reference

The full behavioral specification is in COMPACTION_ARCHITECTURE.md (included in this package). It covers:

  • Section 1: Token threshold management (all 5 values with rationale)
  • Section 2: Autocompact gate logic (all 6 conditions)
  • Section 3: Circuit breaker specification (3-strike with backoff)
  • Section 4: Post-compaction cleanup requirements
  • Section 5: Time-based microcompaction
  • Section 6: Recursion guard implementation
  • Section 7: Summary content structure requirements
  • Section 8: Self-audit triggers

Compatibility

  • OpenClaw 2026.3.x and above
  • Works with: claude-haiku-4-5, claude-sonnet-4-6, claude-opus-4-6
  • Recommended compaction model: claude-haiku-4-5 (cost-efficient)

Bundle

This skill is included in the Production Agent Ops — Battle-Tested Architecture Pack along with 6 other production architecture files covering loop termination, session memory, bash security, agent memory scoping, coordinator mode, and forked agent architecture.

If you need all 7 systems, the bundle ($69) costs less than buying them individually.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

88.58%
按下载量换算708

安全审计

VirusTotal

未展示

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills