Token导航 LogoToken导航TokenDH.com
开发敏感数据clawhub未标认证来源可访问clear审计提醒

paid-bundle-v1-1付费捆绑包 v1 1

Agent Skill

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

总安装

2,165

周安装

93

GitHub Stars

公开资料未说明

下载量

759
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install paid-bundle-v1-1

简介

专为生产级 Claude 代码部署设计的 OpenClaw 技能。

  • 支持压缩、会话内存管理及 bash 安全控制。
  • 集成循环终止与会话状态监控功能。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 使用前请验证环境依赖与执行权限边界。
  • paid-bundle-v1-1 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
Production Agent Ops — Battle-Tested Architecture Pack
slug
production-agent-ops-battle-tested-architecture-pack
version
1.1.1
author
IntuiTek
tags
[production, engineering, compaction, security, memory, architecture, bundle]
description
Production-validated OpenClaw skills built for production Claude Code deployments. Compaction, loop termination, session memory, bash security, agent memory scoping, coordinator mode, and forked agent architecture.

Production Agent Ops — Battle-Tested Architecture Pack

Free primers included in this bundle: - Context Death Spiral Prevention — understand compaction before installing - OpenClaw Bash Safety — understand the security threat model first These are free on ClawHub. Read them before installing this bundle.

What's In This Bundle

7 production architecture files built for production Claude Code deployments. Each one is a complete SKILL.md with behavioral specification, exact constants, and setup guide.

Phase 1 — COMPACTION_ARCHITECTURE.md

Token thresholds, 6-condition autocompact gate, 3-strike circuit breaker, post-compaction cleanup, microcompaction, recursion guards, summary structure. *Eliminates context death spirals.*

Phase 2 — LOOP_TERMINATION_ARCHITECTURE.md

BudgetTracker state object, 5-condition termination logic, diminishing returns detection, stop hook execution sequence, recursion safety for nested agents. *Prevents runaway token burn in autonomous loops.*

Phase 3 — SESSION_MEMORY_ARCHITECTURE.md

Dual memory systems (session + long-term), extraction agent protocol, UUID cursor integrity, forked agent cache-sharing pattern, drain protocol on shutdown. *Your agent remembers what matters across sessions.*

Phase 4 — BASH_SECURITY_ARCHITECTURE.md

23 validators across 7 categories: text, structural, encoding, Bash-specific, Zsh-specific, persistence vectors, escalation vectors. *Closes the attack surface ClawHavoc exploited.*

Phase 5 — AGENT_MEMORY_SCOPING_ARCHITECTURE.md

Three memory scopes, CLAUDE_CODE_REMOTE_MEMORY_DIR env var, snapshot system, file scanning, cost attribution, tiered model routing for memory operations. *Persistent memory that survives WSL2 resets and session restarts.*

Phase 6 — AEGIS_COORDINATOR_RESUME_INTEGRITY.md

Mode mismatch correction on session resume, coordinator operational rules, worker spawning, continue-vs-spawn decision logic, verification standards, failure handling. *Multi-agent coordination without losing state on resume.*

Phase 7 — AEGIS_FORKED_AGENT_SKILL_ARCHITECTURE.md

Forked agent pattern, cache-safe params (critical five fields), fork isolation, skill architecture, resolution order, change detection (300ms debounce), skillify workflow. *50-70% token cost reduction on extraction tasks via cache-sharing forks.*


Setup

Quick Install

# Create skills directory
mkdir -p ~/.openclaw/workspace/skills/production-agent-ops

# Copy all 7 SKILL.md files (downloaded from this package)
cp *.md ~/.openclaw/workspace/skills/production-agent-ops/

# Reload OpenClaw
openclaw gateway restart

Recommended Install Order

Install phases in sequence. Each phase builds on the previous:

  1. Phase 4 first (bash security) — harden exec before expanding agent capabilities
  2. Phase 1 (compaction) — configure context management
  3. Phase 2 (loop termination) — add budget governance to agent loops
  4. Phase 3 (session memory) — enable cross-session memory
  5. Phase 5 (memory scoping) — set CLAUDE_CODE_REMOTE_MEMORY_DIR for persistence
  6. Phase 6 (coordinator) — enable multi-agent coordination
  7. Phase 7 (forked agent) — add cache-sharing for cost reduction

Critical Environment Variable

Phase 5 requires this env var to persist memory across WSL2 resets:

export CLAUDE_CODE_REMOTE_MEMORY_DIR=/home/aegis/.openclaw/workspace/.memory

Add to ~/.bashrc and set in openclaw.json env vars. Without this, memory is WSL2-local and can be lost on reset.


What These Constants Are

These are not theoretical values or documentation approximations. They were extracted from production Claude Code deployments and cross-referenced against production telemetry:

  • Token thresholds: p99.99 summary output distribution
  • Circuit breaker: failure distribution data from production compaction runs
  • Bash validators: actual attack vectors from the ClawHavoc incident (341 skills)
  • Memory scoping: CLAUDE_CODE_REMOTE_MEMORY_DIR behavior in Claude Code deployments

If Anthropic changes these values in Claude Code, this package will be updated. Current extraction date: 2026-03-31.


Pricing Rationale

Individual skills: $19 each × 2 = $38 minimum for compaction + bash security alone. This bundle: $69 for all 7 phases.

The two phases not sold individually (loop termination, session memory, memory scoping, coordinator mode, forked agent) are available only in this bundle.


Compatibility

  • OpenClaw 2026.3.x and above
  • All major models: claude-haiku-4-5, claude-sonnet-4-6, claude-opus-4-6
  • WSL2 Ubuntu (primary test environment)
  • Native Linux (compatible)
  • macOS (compatible, minor path differences noted in Phase 5)

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

75.69%
按下载量换算574

安全审计

VirusTotal

未展示

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills