skills/lossless-claw-use/SKILL.md
Use this skill when installing, configuring, tuning, or troubleshooting the lossless-claw plugin in OpenClaw. It covers context engine setup, LCM compaction tuning, agent memory tools (`lcm_grep`, `lcm_describe`, `lcm_expand_query`), database operations, TUI maintenance workflows, and optional FTS5 runtime enablement. Triggers: lossless-claw, LCM, OpenClaw context engine, summary DAG, lcm-tui, lcm_expand_query.
npx skillsauth add olafgeibig/skills lossless-claw-useInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Lossless Context Management plugin for OpenClaw, based on the LCM paper. It replaces OpenClaw's built-in sliding-window compaction with a DAG-based summarization system that preserves every message while keeping active context within model token limits.
When a conversation grows beyond the model's context window, OpenClaw normally truncates older messages. LCM instead:
Nothing is lost: raw messages remain in the database, summaries link to source material, and agents can drill into compacted history.
openclaw plugins install @martian-engineering/lossless-claw
If running from a local OpenClaw checkout:
pnpm openclaw plugins install @martian-engineering/lossless-claw
For local plugin development, link your working copy:
openclaw plugins install --link /path/to/lossless-claw
In most cases, installer setup is enough. If manual configuration is needed, set the context engine slot:
{
"plugins": {
"slots": {
"contextEngine": "lossless-claw"
}
}
}
Restart OpenClaw after configuration changes.
lcm_grep to search compacted history.lcm_describe to inspect a specific summary or stored large file.lcm_expand_query for deep recall when summaries omit required detail.lcm-tui to inspect DAG/context state and run maintenance operations../reference/configuration.md./reference/architecture.md./reference/agent-tools.md./reference/tui.md./reference/fts5.mddevelopment
Multi-domain LLM Wiki in vault — build and maintain a federation of interlinked markdown wiki knowledge bases inside your Obsidian vault. Each domain wiki has its own schema, index, and log, linked across boundaries via path-based wikilinks. Use when user wants to use a wiki (create, ingest into, query, lint).
tools
Safe and effective use of TurboVault MCP tools — vault selection, active vault management, read/write/edit_note patterns, SEARCH/REPLACE syntax, search tools, graph tools, batch operations, verification, and troubleshooting. Load this skill whenever a task uses mcp_turbovault_* tools.
testing
--- name: {{BUNDLE_NAME}}-improvements description: "Container for agent-discovered optimizations to the {{BUNDLE_NAME}} bundle — {{SKILL_NAMES}}" metadata: version: "0.3.0" source: https://github.com/olafgeibig/skills hermes: tags: [template, improvement, bundle, profile] related_skills: [{{SKILL_NAMES}}] --- # {{BUNDLE_NAME}} Improvements This skill collects all improvements discovered while working with {{SKILL_LIST}}. Core skills remain untouched. **Profile-specific:** This
testing
--- name: {{BUNDLE_NAME}}-improvements description: "Container for agent-discovered optimizations to the {{BUNDLE_NAME}} bundle — {{SKILL_NAMES}}" metadata: version: "0.3.0" source: https://github.com/olafgeibig/skills hermes: tags: [template, improvement, bundle, profile] related_skills: [{{SKILL_NAMES}}] --- # {{BUNDLE_NAME}} Improvements This skill collects all improvements discovered while working with {{SKILL_LIST}}. Core skills remain untouched. **Profile-specific:** This