A specialized optimization suite for OpenClaw to fix Chinese search indexing bugs and enhance long-term memory retrieval performance.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install memory-cn
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 memory-cn using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The memory-cn skill is a technical enhancement package designed for developers using the OpenClaw framework in Chinese language environments. It specifically addresses the FTS5 unicode61 tokenizer bug in SQLite, which frequently fails to segment CJK characters, resulting in a low memory hit rate. By implementing a custom three-layer memory architecture and optimizing search parameters for small LLMs, this skill ensures that Openclaw Skills can accurately retrieve context and manage long-term knowledge.
Beyond bug fixes, the skill introduces automated maintenance workflows, including log compression, batch tagging, and hybrid search tuning. It bridges the gap between raw conversation logs and a structured knowledge base, making it an essential tool for high-performance localized AI agents.
Ensure your environment has sqlite3 and python3 installed. Then, execute the diagnostic and configuration steps:
# Step 1: Run diagnosis
bash SKILL_DIR/scripts/diagnose.sh
# Step 2: Apply the search configuration via gateway config.patch
# (Refer to the search configuration JSON in the skill documentation)
# Step 3: Tag existing memory projects
python3 SKILL_DIR/scripts/add-tags.py /path/to/memory/projects/
# Step 4: Rebuild the search index
openclaw memory index --force
The skill implements a prioritized three-layer architecture to optimize the performance of Openclaw Skills:
| Priority | Category | File Path | Strategy |
|---|---|---|---|
| P0 | Core Facts | MEMORY.md |
High-frequency facts, kept under 2KB for fast loading. |
| P1 | Knowledge | projects/, lessons/ |
Tag-based retrieval using <!-- tags: ... --> metadata. |
| P2 | History | archive/, YYYY-MM-DD.md |
Compressed logs (<5KB) for deep historical context. |
Loading
A comprehensive framework of mandatory quality standards and checklists designed to eliminate cross-state bugs and optimize game performance across all platforms.

A rigorous, five-phase framework for AI agents to perform systematic root cause analysis and safe code deployment.

A comprehensive three-tier code quality defense and security audit orchestration layer for users of Openclaw Skills.

A powerful AI-driven browser automation skill that handles complex multi-step web workflows, logins, and anti-bot measures using the Browser-Use framework.

A specialized tool for managing Microsoft 365 task workflows including Microsoft To Do and Planner via Microsoft Graph.

A local security auditing tool designed to harden Openclaw Skills against vulnerabilities, malware, and credential exposure.








































