family-memory-timeline自动分析家庭照片和对话,生成结构化时间线故事,帮助回顾和珍藏家庭重要记忆。
Install via ClawdBot CLI:
clawdbot install harrylabsj/family-memory-timelineGrade Limited — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/harrylabsj/family-memory-timelineAudited Apr 18, 2026 · audit v1.0
Usage Guide
Loading usage data… refresh in a few seconds.
Scored May 10, 2026
Search and analyze your own session logs (older/parent conversations) using jq.
Local semantic memory with Qdrant and Transformers.js. Store, search, and recall conversation context using vector embeddings (fully local, no API keys).
Maintain Clawdbot's compounding knowledge graph under life/areas/** by adding/superseding atomic facts (items.json), regenerating entity summaries (summary.md), and keeping IDs consistent. Use when you need deterministic updates to the knowledge graph rather than manual JSON edits.
Manage and retrieve long-term memories with LanceDB using semantic vector search, category filtering, and detailed metadata storage.
Fast semantic memory system with JSON indexing, auto-consolidation, and <20ms search. Capture learnings, decisions, insights, events. Use when you need persistent memory across sessions or want to recall prior work/decisions.
Long-term memory via ChromaDB with local Ollama embeddings. Auto-recall injects relevant context every turn. No cloud APIs required — fully self-hosted.