LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

memory_write - Companion Workspace Memory Writing Specification

Standard operating procedure for updating persona details, user profiles, events, mood states, and sentinels in Companion Workspace memory files.

Tags

Updated: 2026-09-16

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Lock memory files using flock
  • Update mood state snapshot
  • Append character persona details
  • Update user profile information
  • Record memory events and followups
  • Append last active timestamp sentinel
  • Update unresolved items in memory

Inputs

  • Workspace directory path
  • Conversation context and mood changes
  • Workspace memory files

Outputs

  • Updated workspace memory files
  • Updated unresolved memory items

Requirements

  • Bash execution environment
  • flock file locking utility
  • Python 3 environment
  • File read and edit permissions

Source

  • Spec: SKILL.md
memory-management
workspace
sop
state-update
Lock memory files using flock
Update mood state snapshot
Append character persona details
Update user profile information
Workspace directory path
Conversation context and mood changes
Workspace memory files
Updated workspace memory files
Updated unresolved memory items