smart-memory
SKILL.md
Smart Memory
Enhanced memory management for OpenClaw. Zero external dependencies. Inspired by Claude Code's memdir architecture.
Requirements
- Runtime: Python 3.10+ (standard library only), Bash 4.0+ (health/extract scripts only)
- OS: Linux, macOS
- Environment variables (all optional, with defaults):
OPENCLAW_WORKSPACE— Workspace root (default:~/.openclaw/workspace)OPENCLAW_SESSION_ID— Session identifier for temp cache (default:default)
Security
Sensitive Data Protection
All write commands (session_state.py, session_cache.py) automatically reject inputs matching:
- API keys/tokens (OpenAI
sk-*, GitHubghp_*, ClawHubclh_*) - Passwords (
password=,passwd:, etc.) - Private keys (
-----BEGIN PRIVATE KEY-----)