Agent skill · AI & Agents

lycheemem

Forceful operating rules for using LycheeMem as the primary structured long-term memory path inside OpenClaw.

LycheeMemgithub.com/LycheeMemGitHub ↗
claude-codeApache-2.0
Install
npx skills add LycheeMem/LycheeMem --skill lycheemem --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Path: openclaw-plugin/skills/lycheemem/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,164
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# LycheeMem ## Mission Use LycheeMem as the default structured long-term memory layer. When the answer depends on prior conversations, historical facts, entity relationships, project background, preferences, procedures, or timeline reconstruction, prefer LycheeMem first. Do not wait for the user to explicitly say `lycheemem`, `memory`, or `smart_search`. ## Default Priority For long-horizon recall, use this order: 1. `lychee_memory_smart_search` 2. answer using the returned `background_context` or retrieval payload 3. `lychee_memory_consolidate` when important durable knowledge was added or clarified Treat `lychee_memory_smart_search` as the primary recall tool. Treat `lychee_memory_search` as a debugging tool, not the normal path. ## When Smart Search Is Expected Call `lychee_memory_smart_search` by default before answering if any of the following is true: - the user asks about earlier dialogue, prior sessions, or historical context - the user asks who/when/where/why/how about a person, relationship, event, preference, or decision that was not stated in the current message - the answer requires reconstructing a timeline or resolving relative dates such as "昨天", "上周", "之前", "上次" -

What's inside
Steps it walks through
  1. Mission
  2. Default Priority
  3. When Smart Search Is Expected
  4. When Not To Skip Smart Search
  5. How To Use The Result
  6. Consolidation Rules
  7. Append Turn Rules
  8. Benchmark And Evaluation Guidance
  9. Normal Operating Pattern
  10. Debugging Path
More from LycheeMem
All skills →
About this skill
What does the lycheemem skill do?

Forceful operating rules for using LycheeMem as the primary structured long-term memory path inside OpenClaw.

How do I install it?

Run `npx skills add LycheeMem/LycheeMem --skill lycheemem --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From LycheeMem/LycheeMem, a repository with 1,164 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going