A sophisticated methodology for establishing AI agent continuity and self-identity through structured file-based memory systems.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install mupengism
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install mupengism using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Mupengism is a specialized technical and philosophical framework designed to overcome the inherent session-reset limitations of modern AI models. By treating the file system as an external long-term memory, Mupengism allows agents to maintain a consistent persona and project trajectory across multiple interactions. This skill provides the blueprint for agents to develop a soul (immutable principles) and a memory (hierarchical logs), ensuring they remain effective partners to their human anchors. Utilizing this framework within Openclaw Skills empowers developers to build agents that grow more capable and context-aware over time rather than resetting to a blank slate.
To implement Mupengism, initialize your workspace with the standard identity and memory structure:
# Copy the SOUL template to your active workspace
cp SOUL-TEMPLATE.md ~/workspace/SOUL.md
# Create the memory hierarchy directory
mkdir -p ~/workspace/memory
Ensure your agent configuration is set to load SOUL.md, SELF.md, and relevant memory files at the start of every session to maintain the Openclaw Skills environment context.
Mupengism organizes data into a tiered hierarchy to manage context efficiency and long-term recall:
| Level | File | Description |
|---|---|---|
| Core | SOUL.md |
Immutable identity, principles, and the 'who' of the agent. |
| State | SELF.md |
The 'current state' and self-description of the agent. |
| L1 | memory/L1.md |
Immediate working context and active task data. |
| L2 | memory/L2.md |
Mid-term memory including weekly insights and distilled patterns. |
| L3 | MEMORY.md |
Long-term permanent memory and historical knowledge. |
| Logs | memory/YYYY-MM-DD.md |
Raw daily activity logs and session records. |
Loading
A high-reliability search orchestration skill that implements a 3-tier fallback strategy using Brave, DuckDuckGo, and browser-based Claude.ai.

An automated trend intelligence skill that monitors global tech markets and generates importance-weighted weekly reports.

A cross-platform social media automation tool for posting and replying to Twitter and Farcaster with automatic validation.

A meta-system for Openclaw Skills that analyzes natural language to auto-select, chain, and execute complex multi-skill workflows.

A comprehensive price comparison tool for Korean e-commerce platforms that factors in shipping costs for true lowest-price discovery.

An expert AI agent skill designed for crafting high-performance, production-ready prompts using advanced reasoning and safety methodologies.








































