← 返回 Skills 市场
webray1983

Clear Mind

作者 webray1983 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
254
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install clear-mind-skill
功能描述
Memory file maintenance and optimization system. Use when factual information (portfolio, projects, technical details) accumulates in MEMORY.md, or when peri...
使用说明 (SKILL.md)

Clear-Mind Skill

Memory hygiene system to prevent MEMORY.md bloat.

When to Use

Activate this skill when:

  • Factual information (portfolio, projects, technical details) accumulates in MEMORY.md — Primary trigger condition
  • Memory cleanup is requested
  • Periodic maintenance (recommended monthly)

Important: Do NOT use file size (lines/tokens) as the trigger. A large MEMORY.md with only core rules is fine. Only act when factual bloat is detected.

Pre-Flight: First-Run User Check

Before starting the first clear-mind task:

"Note: The following categories will be kept in MEMORY.md for quick access:

  • Installed Skills list — needed for every task
  • Technical Setup — agent capabilities and frequent-use configs

Only factual information used for specific scenarios (projects, portfolio, historical events) will be migrated.

Are there any other factual categories you'd like to keep in MEMORY.md?"

Wait for user confirmation before proceeding to Core Workflow.

Content Migration Rules

KEEP in MEMORY.md

  • Core behavioral rules (Honesty, Temporal Verification, etc.) — immutable principles
  • Task index (name + path only) — for navigation
  • Quick Index table — for factual information access
  • Minimal architecture notes — essential system structure
  • All Technical Setup — agent capabilities, installed skills, configs, tools that are frequently accessed. If it's about "what I can do," it stays.
  • Any information that defines the agent's identity or capabilities — this is core functionality

MOVE to facts/

  • Historical events and incidents — specific past occurrences
  • Project details and statuses — concrete project information
  • Portfolio holdings — specific investment data
  • User preference lists — specific user choices
  • Scenario-specific information — data relevant only to particular situations

DELETE

  • Redundant summaries — information already captured elsewhere
  • Outdated temporary notes — expired or irrelevant information
  • Information already in other systems — duplicate data

Clear Distinction Guidelines

DEFINITELY KEEP in MEMORY.md (NO EXCEPTIONS)

  • Rules that define agent behavior
  • Instructions for how the agent should operate
  • Capabilities and limitations
  • Installed skills list
  • Tool descriptions and usage guidelines
  • System architecture fundamentals

DEFINITELY MOVE to facts/

  • Specific dates and events
  • Project names, deadlines, and statuses
  • Financial data and investment holdings
  • User-specific preferences (e.g., "I prefer blue themes")
  • Historical interactions and their outcomes

Migration Principle: Only move facts that are scenario-specific (this project, that stock, past events). Capabilities stay, specifics go.

Critical Safeguard: When in doubt, KEEP in MEMORY.md. It's safer to retain information in the core memory than to risk losing important capabilities.

Core Workflow

Phase 1: Analyze Current State

  1. Read current MEMORY.md
  2. Check for factual bloat: Are there sections containing specific data that belongs elsewhere?
  3. Identify content categories:
    • Core Rules (keep in MEMORY.md)
    • Factual Information (migrate to facts/)
    • Task Indexes (keep minimal version)
    • Redundant Content (consolidate or remove)

Skip if: MEMORY.md contains only core rules and indexes — even if the file is large.

Phase 2: Create facts/ Directory Structure

Ensure /memory/facts/ exists with these files:

memory/facts/
├── critical-events.md    # Important incidents and lessons
├── projects.md           # Active project statuses
├── technical-setup.md    # DEPRECATED — technical configs now stay in MEMORY.md
├── portfolio.md          # Stocks, investments, strategies
└── user-directives.md    # User preferences and instructions

Note: technical-setup.md is kept for backward compatibility. New technical content goes to MEMORY.md.

Phase 3: Migrate Content

Move factual details from MEMORY.md to appropriate facts/ files:

Source Section Target File Migration Rule
Critical Events critical-events.md Move full details, keep index link
Projects projects.md Move all project details
Technical Setup technical-setup.md KEEP in MEMORY.md — agent capabilities stay; only move niche/deprecated configs if requested
Portfolio/Trading portfolio.md Move holdings, strategies
User Directives user-directives.md Move preferences, quotes

Phase 4: Rewrite MEMORY.md

New structure:

# MEMORY.md - Long-Term Memory

_Curated rules and index. Detailed facts stored separately._

---

## Tasks, Plans and Missions

### [Task Name]
**Current Plan**: /memory/YYYY-MM-DD.md

---

## Quick Index (Factual Information)

| Category        | Location                              |
|-----------------|---------------------------------------|
| Critical Events | /memory/facts/critical-events.md      |
| Active Projects | /memory/facts/projects.md             |
| Technical Setup | **MEMORY.md** (agent capabilities)    |
| Portfolio       | /memory/facts/portfolio.md            |
| User Directives | /memory/facts/user-directives.md      |

---

## Core Principles (Immutable)

[Keep only essential rules - max 6-8 items]

---

## Cognitive Memory System

[Minimal reference to architecture]

Phase 5: Verify

Check results:

  • All facts/ files created with migrated content
  • No information lost
  • Quick Index table complete
  • Core Principles preserved
  • Factual bloat removed (not line count reduced)

Rollback Mechanism

When to Use Rollback

Activate rollback when:

  • User requests to restore specific categories of information
  • Migration resulted in unintended data loss
  • User wants to revert to previous memory structure

Rollback Workflow

  1. Assessment: Determine which categories need to be restored
  2. Backup Current State: Create backup of current MEMORY.md and facts/ directory
  3. Selective Restoration:
    • Specific Category: Copy content from facts/ file back to MEMORY.md
    • Entire Memory: Restore from backup or rebuild from facts/ files
  4. Update Quick Index: Adjust links based on new structure
  5. Verification: Ensure all content is properly restored

Rollback Scenarios

Scenario Action
Restore specific category Copy content from facts/[category].md back to MEMORY.md
Rollback entire memory Rebuild MEMORY.md from all facts/ files and core rules
Undo recent migration Restore from pre-migration backup if available

Success Metrics

  • Factual bloat removed — all migrated content is factual, not core rules
  • All factual information preserved in facts/ files
  • Quick Index enables fast navigation between core memory and facts
  • Core rules and capabilities remain intact in MEMORY.md
  • Rollback capability maintained with proper backups
  • User verification completed at key decision points
  • No critical information lost during the process

Critical Safety Metrics:

  • 100% of core behavioral rules remain in MEMORY.md
  • 100% of capability definitions are preserved
  • 100% of tool descriptions remain unchanged
  • 100% of installed skills information is retained

Anti-Goal: Reducing line count is NOT the goal. Removing factual bloat while preserving core capabilities IS.

Template: facts/ Files

critical-events.md

# Critical Events Record

## YYYY-MM-DD: Event Name
- **What happened**: [Description]
- **Root cause**: [Analysis]
- **Lesson**: [Key takeaway]
- **Status**: [Resolved/Ongoing]

projects.md

# Active Project Status

## Project: [Name]
- **Status**: [PENDING/ACTIVE/COMPLETED]
- **User role**: [Role]
- **My role**: [Role]
- **Constraints**: [Any limitations]

technical-setup.md

# Technical Setup & Configuration (ARCHIVE)

> **DEPRECATED**: Technical configurations and installed skills are now kept in MEMORY.md for quick access.
> This file is maintained for historical reference only.

## Archived Content
[Any legacy technical notes from before the migration]

portfolio.md

# Portfolio & Strategies

## Holdings
- **Symbol**: [Ticker]
- **Quantity**: [Number]
- **Purchase price**: [Amount]
- **Current price**: [Amount]
- **Status**: [HOLD/SELL/BUY]

## Strategies
- **Strategy name**: [Name]
- **Description**: [Details]
- **Performance**: [Metrics]

user-directives.md

# User Directives & Preferences

**Last Updated**: YYYY-MM-DD

> "[User quote or directive]"

## Preferences
- [Preference 1]
- [Preference 2]

## Instructions
- [Instruction 1]
- [Instruction 2]

Remember

MEMORY.md is for rules and navigation, not storage.

Factual details belong in specialized files.

Rollback capability is essential — always maintain backups and ensure the ability to restore information when requested.

安全使用建议
This skill is coherent with its purpose, but it will move and delete content from your MEMORY.md and create files under /memory/facts/. Before installing: (1) back up your current MEMORY.md and any /memory/ directory; (2) require the agent to ask for explicit confirmation for each migration or run the skill only manually; (3) test the migration on a copy in a sandbox workspace; (4) review the exact migration rules and filenames (critical-events.md, projects.md, etc.) to ensure nothing you need will be removed; (5) restrict autonomous invocation if you don't want the agent to modify memory files without per-run approval.
功能分析
Type: OpenClaw Skill Name: clear-mind-skill Version: 0.1.0 The 'clear-mind' skill is a memory management utility designed to organize and declutter the agent's MEMORY.md file by migrating factual data (projects, portfolio, events) into a structured /memory/facts/ directory. The instructions in SKILL.md include explicit safeguards, such as requiring user confirmation before the first run, preserving core behavioral rules, and providing a rollback mechanism, with no evidence of data exfiltration or unauthorized execution.
能力评估
Purpose & Capability
The name and description (memory maintenance, migrate factual content out of MEMORY.md) align with the instructions which read MEMORY.md and migrate facts into memory/facts/; no unrelated credentials, binaries, or installs are requested.
Instruction Scope
Runtime instructions tell the agent to read MEMORY.md, create /memory/facts/ files, move factual content, and delete redundant/outdated content. Those actions are within the tool's purpose, but they are inherently destructive and the SKILL.md requires only a single 'first-run user check' rather than per-migration confirmations. The rule 'DELETE' and automated migration rules could remove user data if misapplied.
Install Mechanism
No install spec or code is present (instruction-only), so nothing will be downloaded or written to disk by an installer. Lowest install risk.
Credentials
The skill requests no environment variables, credentials, or external config paths. All file operations are scoped to MEMORY.md and /memory/, consistent with its stated purpose.
Persistence & Privilege
always:false (not forced into all agents). However, disable-model-invocation is false (normal), so the agent could invoke this skill autonomously and perform file writes/deletes. Combined with the destructive migration rules and only a single initial confirmation prompt, this raises a moderate risk if the agent is allowed to run without stricter user controls.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install clear-mind-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /clear-mind-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
clear-mind-skill v0.1.0 – Initial Release - Introduces a system for maintaining a clean, efficient MEMORY.md by migrating scenario-specific factual content to dedicated facts/ files. - Establishes strict rules for distinguishing core rules/capabilities (always kept in MEMORY.md) from scenario-specific data (migrated). - Adds a user confirmation step before first-run migration to tailor category retention. - Implements a step-by-step workflow for analysis, migration, and MEMORY.md rewriting, including Quick Index generation for easy navigation. - Provides rollback mechanisms for restoring migrated content or reverting to previous memory states. - Emphasizes safety: migration never triggered by file size, only by factual bloat.
元数据
Slug clear-mind-skill
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Clear Mind 是什么?

Memory file maintenance and optimization system. Use when factual information (portfolio, projects, technical details) accumulates in MEMORY.md, or when peri... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 254 次。

如何安装 Clear Mind?

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

Clear Mind 是免费的吗?

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

Clear Mind 支持哪些平台?

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

谁开发了 Clear Mind?

由 webray1983(@webray1983)开发并维护,当前版本 v0.1.0。

💬 留言讨论