Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计通过

procedural-distiller程序蒸馏器

Agent Skill

procedural-distiller 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,290

周安装

177

GitHub Stars

公开资料未说明

下载量

1,402
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install procedural-distiller

简介

在压缩之前将成功的多步骤 OpenClaw 会话提炼为可重复使用的学习技能。当任务涉及许多工具调用、环境设置等时使用

SKILL.md

name
procedural-distiller
description
Distill successful multi-step OpenClaw sessions into reusable learned skills before compaction. Use when a task involved many tool calls, environment setup, debugging, file edits, browser research, or when the user asks to remember a workflow such as "记下这个流程" or "这招很有用".

Procedural Distiller

Use this skill after a task has succeeded and the session contains enough signal to preserve. The goal is to extract procedural knowledge, not to summarize the conversation.

Triggering Rules

Run the distillation flow when all of the following are true:

  1. The task is finished successfully.
  2. The session contains at least 5 relevant tool calls across exec, read, write, edit, or browser.
  3. At least one of these applies:

- The user explicitly asks to remember the workflow. - The task involved environment setup, debugging, or a multi-step repair. - Compaction risk is high and the trace contains concrete parameters worth preserving.

Do not run while the task is still active. Skip trivial sessions dominated by a single read or a one-line answer.

Distillation Workflow

  1. Read the recent trace and keep only relevant tool events.
  2. Separate successful steps from failed attempts.
  3. Preserve concrete commands, file paths, parameter values, and code snippets that materially contributed to the outcome.
  4. Convert the result into three sections:

- Success Pattern - Failure Triggers - Snippets

  1. Write a learned skill under skills/learned/learned-<task-slug>/.
  2. Persist a utility score and source metadata in memory.json.

Read references/trace-format.md only if the incoming trace shape is unclear.

Execution Notes

  • Favor exact commands over abstract summaries.
  • Keep failed steps only when they teach a future agent what to avoid.
  • Collapse repetitive probes into one representative line.
  • If a write or edit step changed the final behavior, include the smallest useful snippet.
  • If a trace already contains a user rating, store it. Otherwise default to 3 and let a future caller update memory.json.

Local CLI

Run the bundled script directly:

python distill_logic.py --trace /path/to/trace.json --task "repair build cache" --output-root /path/to/skills

Useful flags:

  • --utility-score 4
  • --learned-root learned
  • --min-tool-calls 5
  • --max-events 20
  • --force

Output Contract

The generated learned skill must contain:

  • SKILL.md with valid frontmatter (name, description) and procedural sections
  • agents/openai.yaml for UI metadata
  • memory.json with utility_score, source task details, and generation metadata

Stop Conditions

Stop and do not emit a learned skill when:

  • the trace is marked unsuccessful
  • there are too few relevant tool calls
  • the trace lacks enough detail to reconstruct a reusable procedure

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

88.07%
按下载量换算1,235

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

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

来源信息

继续浏览同类 Skills