← 返回 Skills 市场
openlark

Skill Distiller

作者 OpenLark · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
111
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-distiller
功能描述
Skill Distiller. Triggered when users encounter repetitive problems, need to systematize a solution in a certain domain, or want to solidify someone's method...
使用说明 (SKILL.md)

Skill Distiller

Trigger Phrases

Methodology solidification, process standardization, experience extraction, pattern refinement, system building.

Philosophy

A good skill turns "fuzzy wisdom" into "clear paths."

The essence of any quality skill is a closed loop: Problem-Driven → Theory Anchored → Process Solidified → Tools Implemented


Workflow (Four-Step Method)

Step 1: Precisely Define the Problem

Goal: Clearly articulate "what exactly is the problem" rather than "what you want to do."

Guiding Questions:

  • How often does this problem occur?
  • How much time/energy does this problem consume?
  • Have you tried to solve it before? How? Where did you get stuck?
  • If this problem were completely solved, what changes would it bring?

Output Format:

## Problem Definition

### Problem Description
[State it in one sentence]

### Trigger Scenarios
- Scenario A:
- Scenario B:

### Pain Point Severity
[Rated 1-5], impacting [what]

### Known Attempts
| Solution | Effect | Blockers |
|----------|--------|----------|
| ...      | ...    | ...      |

Step 2: Find Theoretical Support

Goal: Find the "underlying principles" that are documented and logically sound for solving this problem.

Theory Source Priority:

  1. Expert Methodologies — Specific practices of domain experts (e.g., STEP framework from Contagious, MECE from The Pyramid Principle)
  2. Classic Theories — Frameworks with academic or practical validation (e.g., AIDA, FOGRA, SMART)
  3. Industry Consensus — Widely recognized standards in the field
  4. Cross-Domain Transfer — Logic validated in other domains, transferred to the current problem

Guiding Questions:

  • In this domain, are there recognized experts or books?
  • Are there existing frameworks or formulas that can be used?
  • If you were to teach someone else, how would you explain it?

Output Format:

## Theoretical Support

### Core Theory
- **Theory Name**: [Name it]
- **Source**: [Book/Course/Expert/Original]
- **Core Idea**: State it in one sentence

### Theory Excerpt
> [Key original text]

### How to Apply the Theory
[How this theory solves your problem]

### Additional References
- Reference A:
- Reference B:

Step 3: Structure the Process

Goal: Turn the theory into an actionable set of steps.

Principles:

  • Each step is executable and verifiable
  • Clear inputs and outputs
  • Closed loop: output of previous step is input of next step
  • Fallback plans for exceptions

Guiding Questions:

  • What is the first step?
  • After completing the first step, how do you know it was done correctly?
  • What is the input for the second step?
  • Loop until closed

Output Format:

## Process Specification

### Process Overview
[Process Name]: [Starting Point] → [Step 1] → [Step 2] → ... → [Closing Point]

### Detailed Steps

#### Step 1: [Step Name]
- **Input**:
- **Action**:
- **Output**:
- **Success Criteria**: [How to know this step is done well]
- **Exception Handling**: [What to do if something goes wrong]

#### Step 2: [Step Name]
... (same structure as above)

### Closed-Loop Validation
- Can you return to Step 1 from the final step? ✅/❌
- Does each step have a clear output? ✅/❌
- Are exceptions handled? ✅/❌

Step 4: Provide Execution Tools

Goal: Provide tool support for the entire process, enabling automated or semi-automated execution.

Tool Types:

  • Information Collection: Search, RSS, crawlers
  • Content Generation: Templates, prompts
  • Automation Execution: Scripts, workflows
  • Storage Management: Note-taking systems, file structures
  • Validation: Checklists, evaluation criteria

Guiding Questions:

  • Which steps in this process are repetitive?
  • Which steps can be templated?
  • Which steps are currently the most time-consuming?
  • To what extent do you want automation?

Output Format:

## Execution Tools

### Tool Inventory
| Tool | Type | Purpose | Automation Level |
|------|------|---------|------------------|
| ...  | ...  | ...     | ...              |

### Prompt Templates
#### [Scenario Name]

[Prompt text]


### Templates/Checklists
#### [Template Name]

[Template content]


### Automation Scripts
- Script Path: [Path]
- Function: [What it does]
- Usage: [How to use it]

Skill Output Summary

After completing the four steps, aggregate the output into an executable SKILL.md draft:

## [Skill Name]

**One-sentence description**: [What problem does this skill solve]

**Applicable Scenarios**:
- ...

**Process**: Problem → Theory → Process → Tools (detailed in respective sections)

---
[Paste the content from each section here]

Usage Tips

  1. Don't have to complete all four steps: If the user only wants to do one step (e.g., only define the problem), just do that step
  2. Iterate and refine: Start with a rough version, then refine after using it a few times
  3. Start small: Distill a small problem first, then gradually expand
  4. Don't overdo tools: One handy tool is more valuable than ten fancy ones
  5. Be specific about the problem: "I write slowly" is not a problem; "It takes me 2 hours just to figure out the opening for each short video script" is a problem
安全使用建议
This skill appears safe to install as an instruction-only methodology aid. If it helps create scripts, workflows, crawlers, or storage systems, review those outputs before using them, especially if they will touch real files, accounts, or public content.
功能分析
Type: OpenClaw Skill Name: skill-distiller Version: 1.0.0 The skill-distiller bundle is a structured framework designed to help users systematize knowledge and create new operational processes. The files (SKILL.md, _meta.json, and reference documents) contain only instructional templates, workflow guidelines, and educational examples like the 'Conflict Opening' principle. There is no evidence of malicious code, data exfiltration, or harmful prompt injection.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
The artifacts are coherent with the stated purpose of distilling methods into reusable skill drafts. The provided capability signals mention crypto and purchases, but the supplied files contain no crypto, purchasing, payment, credential, or transaction instructions.
Instruction Scope
The skill can ask the agent to propose execution tools, including possible scripts or workflows, but the artifacts frame these as generated documentation/templates rather than automatic execution.
Install Mechanism
There is no install spec, no package installation, no helper code, and the static scanner reported no suspicious patterns.
Credentials
No binaries, environment variables, config paths, credentials, local file access, or network endpoints are required by the artifacts.
Persistence & Privilege
The artifacts do not show persistence, background workers, session/profile access, privilege escalation, or account authority.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-distiller
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-distiller 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Skill Distiller 1.0.0 – Initial Release - Provides a structured 4-step workflow for turning individual expertise into clear, repeatable processes - Covers problem definition, theory mapping, process structuring, and tool support - Includes templates and guiding questions for each step to ensure clarity and completeness - Output format enables easy aggregation into an executable SKILL.md file - Offers usage tips for both simple and advanced needs
元数据
Slug skill-distiller
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Skill Distiller 是什么?

Skill Distiller. Triggered when users encounter repetitive problems, need to systematize a solution in a certain domain, or want to solidify someone's method... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 111 次。

如何安装 Skill Distiller?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-distiller」即可一键安装,无需额外配置。

Skill Distiller 是免费的吗?

是的,Skill Distiller 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Skill Distiller 支持哪些平台?

Skill Distiller 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Skill Distiller?

由 OpenLark(@openlark)开发并维护,当前版本 v1.0.0。

💬 留言讨论