بنقرة واحدة
cmd-instinct-export
Export MEMORY.md to a timestamped markdown file for sharing or backup.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Export MEMORY.md to a timestamped markdown file for sharing or backup.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Scan installed skills to extract cross-cutting principles and distill them into rules — append, revise, or create new rule files.
Audit all installed OpenClaw skills for quality: content overlap, freshness, and uniqueness. Supports Quick Scan (changed only) and Full Stocktake modes.
Cluster MEMORY.md entries by theme and optionally generate SKILL.md drafts.
Import memory entries from a markdown export file, merging with MEMORY.md without duplicating.
Show current workspace memory: MEMORY.md contents, pending recalls, and index status.
List all OpenClaw agent workspaces with memory and session statistics.
| name | cmd_instinct_export |
| description | Export MEMORY.md to a timestamped markdown file for sharing or backup. |
| user-invocable | true |
| origin | openclaw-mas |
| argument-hint | <project-path> [output-file] |
The first argument is the project path. Before doing anything else:
Exports the workspace MEMORY.md to a shareable file. Use this to:
/skill cmd_instinct_export <project-path>
/skill cmd_instinct_export <project-path> my-team-memory.md
The optional second argument is the output file path. If omitted, the file is
written to the project directory as memory-export-YYYY-MM-DD.md.
Read MEMORY.md from the main workspace:
cat ~/.openclaw/workspace-main/MEMORY.md
If the file does not exist or is empty, report: "Nothing to export — MEMORY.md is empty." Stop.
Count the ##-level headings to get the section count.
Determine the output path:
<project-path>/memory-export-<today-YYYY-MM-DD>.mdWrite the export file:
# Memory Export
# Exported: <YYYY-MM-DD HH:MM>
# Source: ~/.openclaw/workspace-main/MEMORY.md
# Sections: <count>
---
<full MEMORY.md content verbatim>
Report:
Memory exported: <output-path>
Sections exported: <count>
To import into another workspace:
/skill cmd_instinct_import <project-path> <output-path>