← 返回 Skills 市场
87
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install neon-skill-distiller
功能描述
Fit more skills in your context window — compress without losing what matters.
安全使用建议
This skill appears to do what it says: compress skill documents. Before installing, consider these points:
- The skill will read skill markdown files you point it at (expected), and it documents writing calibration data to .learnings/skill-distiller/calibration.jsonl in the host environment. If you prefer no on-disk traces, plan to monitor or clean that path.
- The docs show it will prefer a local ollama model or fall back to GEMINI_API_KEY / OPENAI_API_KEY if set. Those provider env vars are not listed in the registry metadata — if you have cloud keys configured, the skill's runtime explanation indicates it may use them for LLM calls (this is normal for LLM-based tools, but verify you are comfortable with the agent using your configured provider).
- There is no installer that fetches external code, and no unrelated credentials or network endpoints are embedded in the files — risk from supply-chain downloads is low.
- disable-model-invocation is true (the skill is not allowed to autonomously invoke the model), which reduces autonomous behavior risk. The included test script references ollama usage but is only for manual testing.
If you want extra caution: review or sandbox the first run, inspect .learnings after usage, and ensure any provider keys you use are scoped appropriately.
功能分析
Type: OpenClaw Skill
Name: neon-skill-distiller
Version: 0.2.1
The 'Skill Distiller' bundle is a utility designed to compress OpenClaw skills to save context window tokens. It uses a 'formula notation' in the main SKILL.md and detailed importance-scoring logic in SKILL.reference.md to prune redundant text while preserving core triggers and instructions. The included test_integration.sh script is a standard testing utility for local Ollama environments, and no evidence of data exfiltration, malicious prompt injection, or unauthorized persistence was found across the codebase or documentation.
能力标签
能力评估
Purpose & Capability
Name and description (skill compression/distillation) align with the provided SKILL.md, reference docs, and test fixtures. Required capabilities (parsing markdown, scoring sections, producing compressed output) are consistent with what is present; no unrelated cloud or system access is demanded in metadata or files.
Instruction Scope
SKILL.md instructs reading/parsing skill markdown files provided by the user and producing compressed output — expected. It also documents provider detection (ollama, GEMINI_API_KEY, OPENAI_API_KEY), and describes writing calibration data to .learnings/skill-distiller/calibration.jsonl. These actions are within the skill's purpose but do include persistent local writes and runtime checks for local tooling (ollama).
Install Mechanism
This is an instruction-only skill (no install spec). There are no downloads, package installs, or extract operations. The only executable artifact is a included test_integration.sh for manual testing; it does not run automatically.
Credentials
Registry metadata declares no required env vars, but the SKILL.md and README describe probing for ollama and optionally using GEMINI_API_KEY or OPENAI_API_KEY for cloud inference. That is reasonable for an LLM-driven tool, but the skill did not declare those env vars in its registry metadata — users should be aware the runtime will check/use any provider credentials their agent has configured.
Persistence & Privilege
The skill documents saving calibration entries to .learnings/skill-distiller/calibration.jsonl (append, with rotation). This is reasonable for calibration but is a persistent write to the host filesystem. always:false and disable-model-invocation:true reduce autonomous risk; the skill does not request system-wide config changes or other skills' credentials.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install neon-skill-distiller - 安装完成后,直接呼叫该 Skill 的名称或使用
/neon-skill-distiller触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.1
**Adds more reference/test detail and improves meta scoring explanations.**
- Updated formula scoring in SKILL.md for clearer section coverage logic
- Expanded "protected" fields in formulas (now includes BEFORE/AFTER)
- Updated function descriptions for ~90% functionality, clarified as LLM-estimated
- Improved notation and documentation on token counting and scoring method
- Added reference/SKILL.md and testdata/representative.md for completeness and testing
v0.2.0
Skill Distiller 0.2.0 — Formula-based self-compression and detailed reference variants
- SKILL.md is now a self-compressed, formula-driven summary (~400 tokens) providing clear operation flow using notation and MetaGlyph symbols.
- Added SKILL.reference.md (full reference), compressed/SKILL.md (concise prose version), and oneliner/SKILL.md (ultra-compact summary).
- Table showing trade-offs: quick comparison of main, compressed, and oneliner variants by size and expected functionality.
- All former detailed explanations moved to SKILL.reference.md; the main SKILL.md enables concise context use.
- Usage, variants, and error conditions clarified in legend/table format.
v0.1.0
Skill Distiller v0.1.0 – Initial Release
- Introduces a tool to compress verbose skills without losing essential functionality, optimizing for reduced context window usage.
- Supports multiple compression modes: threshold (default), token target, and one-liner summary.
- Detects available LLM provider (ollama, Gemini, OpenAI) automatically; uses local or cloud inference.
- Analyzes skills section-by-section, classifying importance and compressibility for selective pruning.
- Applies self-information/token-level scoring to identify and remove redundant text while preserving key functionality.
- Offers advanced example compression: select best examples, collapse others to one-liners, and applies intelligent summarization when necessary.
- Outputs compressed skills with technical transparency—always reports removed/shortened content and trade-offs.
- Supports detailed diagnostic and analysis flags, and stores calibration data post-compression.
元数据
常见问题
Skill Distiller 是什么?
Fit more skills in your context window — compress without losing what matters. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 87 次。
如何安装 Skill Distiller?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install neon-skill-distiller」即可一键安装,无需额外配置。
Skill Distiller 是免费的吗?
是的,Skill Distiller 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skill Distiller 支持哪些平台?
Skill Distiller 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill Distiller?
由 Lee Brown(@leegitw)开发并维护,当前版本 v0.2.1。
推荐 Skills