بنقرة واحدة
cmd-instinct-status
Show current workspace memory: MEMORY.md contents, pending recalls, and index status.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Show current workspace memory: MEMORY.md contents, pending recalls, and index status.
التثبيت باستخدام 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.
Export MEMORY.md to a timestamped markdown file for sharing or backup.
Import memory entries from a markdown export file, merging with MEMORY.md without duplicating.
List all OpenClaw agent workspaces with memory and session statistics.
| name | cmd_instinct_status |
| description | Show current workspace memory: MEMORY.md contents, pending recalls, and index status. |
| user-invocable | true |
| origin | openclaw-mas |
| argument-hint | <project-path> |
The first argument is the project path. Before doing anything else:
Shows the current state of long-term memory (MEMORY.md) and short-term recalls pending promotion for the active OpenClaw workspace.
/skill cmd_instinct_status <project-path>
Read MEMORY.md from the main workspace:
cat ~/.openclaw/workspace-main/MEMORY.md
If the file does not exist or is empty, note: "No MEMORY.md found — workspace has no long-term memory yet."
Count the ##-level headings in MEMORY.md to get the total number of memory sections.
Run memory status to show the index:
openclaw memory status
Run promotion preview to show what is pending:
openclaw memory promote
(without --apply — preview only)
Display the output:
============================================================
MEMORY STATUS
============================================================
Workspace: ~/.openclaw/workspace-main/
MEMORY.md sections: <count>
## LONG-TERM MEMORY (MEMORY.md)
<full MEMORY.md content>
## SHORT-TERM RECALLS (pending promotion)
<output from openclaw memory promote>
## MEMORY INDEX
<output from openclaw memory status>