openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Context Optimizer

Advanced context management with auto-compaction and dynamic context optimization for DeepSeek's 64k context window. Features intelligent compaction (merging, summarizing, extracting), query-aware relevance scoring, and hierarchical memory system with context archive. Logs opt…

通信与消息

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 13 · 5.1k · 33 current installs · 37 all-time installs

13

安装量(当前) 37

🛡 VirusTotal :良性 · OpenClaw :可疑

Package:ad2546/context-optimizer

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :可疑

OpenClaw 评估

The skill appears to implement the advertised context-pruning features, but there are several internal inconsistencies (install/requirements vs manifest) and behaviours (writing an archive to disk, logging message content, downloading embedding models) that the user should review before installing or enabling it.

目的

The code, README and examples match the stated purpose (context pruning, archive, query-aware compaction). However the skill metadata/registry claims 'no install spec' and 'no required binaries', while package.json and the SKILL.md indicate Node/npm and npm dependencies (tiktoken, @xenova/transformers) are required — a clear mismatch. The skill legitimately needs Node/npm and model dependencies for semantic features, so the registry/manifest o…

说明范围

Runtime instructions and code perform expected operations (prune messages, compute tokens, store pruned content to an on-disk archive, run local embeddings). The archive writes message content and metadata to ./context-archive (or configured path) and the logger prints/logs message snippets to console/chat. Those behaviors can leak user content into disk or logs and should be considered when running with sensitive conversations. There are no i…

安装机制

There is no dangerous custom download URL or obfuscated installer; installation is via npm (package.json lists tiktoken and @xenova/transformers). That implies network downloads from npm and model downloads by @xenova at runtime (INSTALL.md even warns about an ~80MB model download). The SKILL.md metadata includes an install step that runs 'cd ~/.clawdbot/skills/context-pruner && npm install' — which assumes npm and a user path, but the top-lev…

证书

The skill does not request credentials or environment variables and the code does not reference secrets or cloud credentials. It only needs filesystem write access for the archive and permission to install npm packages (Node/npm). The lack of credential requests is proportionate to the stated functionality.

持久

The skill does persist data to disk (archive entries and an index) under a configurable path (default './context-archive') and may create directories under a user path if instructions are followed. It is not always-enabled and does not request elevated system privileges, nor does it modify other skills. Persisting message content to disk and logging it to chat/console is a persistence/privilege consideration the user should be aware of.

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Context Optimizer」。简介:Advanced context management with auto-compaction and dynamic context optimizati…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/ad2546/context-optimizer/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

暂无本地缓存内容,可在后台执行详情同步。