SkillHub

chat-refiner

v0.1.0

Refine conversation history by deleting useless/redundant/process exchanges. Keep explicit instructions, disciplines, important configs, skills learned (how), user 'remember this' info. Use when user asks to summarize/clean chat logs, sessions_history, or memory maintenance. Produces concise...

Sourced from ClawHub, Authored by Ash

Installation

Please help me install the skill `chat-refiner` from SkillHub official store. npx skills add sslisen/chat-refiner

Chat Refiner

When to Use

User requests: - "精简聊天记录" - "clean/summarize history" - "update MEMORY.md from transcripts" - Memory maintenance during heartbeats.

Workflow

  1. Input: sessions_history (this session or other), memory/*.md, chat transcripts.
  2. Principles (see references/principles.md):
  3. Delete casual/heartbeats/repeated tools.
  4. Keep: disciplines, configs, skills learned/install, explicit "remember", decisions.
  5. Process:
  6. Read raw.
  7. Extract key.
  8. Write summary to memory/YYYY-MM-DD-summary.md or MEMORY.md.
  9. Output: Clean file + "Refined X items kept".

Tools

  • sessions_history: fetch transcripts.
  • memory_search/get: prior context.
  • write/edit: output summary.

Examples

User: "精简对话" → read history → refine → write memory/summary.md.

Ref: principles.md