Infinite Memory V2 OpenClaw Plugin & Skill | ClawHub
Looking to integrate Infinite Memory V2 into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate notes & pkm tasks instantly, without having to write custom tools from scratch.
What this skill does
High-precision memory with 100% recall accuracy for long contexts.
Install
openclaw skills install @mhndayesh/infinite-memory-v2npx clawhub@latest install infinite-memory-v2Full SKILL.md
Open original| name | version | description |
|---|---|---|
| infinite-memory | 1.0.0 | High-precision memory with 100% recall accuracy for long contexts. |
SKILL.md content below is scrollable.
Infinite Memory 🦞
High-precision RAG engine for deep context retrieval (Phase 16 Architecture).
Tools
recall_facts
- Cmd:
python scripts/recall.py "{{query}}" - Goal: Search for facts in the historical database.
memorize_data
- Cmd:
python scripts/ingest.py "{{filename}}" "{{text}}" - Goal: Store new data into the long-term memory.