.claude/skills/cross-session-memoryRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
给 AI agent/bot 做跨会话持久记忆的分层混合方案。当用户要"给 bot 加记忆""让 agent 记住之前的事""跨会话上下文持久化""记忆去重/断链/陈旧检查",或要搭一个有长期记忆的 agent 时使用。方案=markdown 真理源(人可读可手改) + SQLite 派生索引(选择性召回) + 生命周期检查(断链/重复/陈旧),纯标准库零依赖。
These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.
These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.
.claude/skills/cross-session-memoryRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
.agents/skills/cross-session-memoryRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
skills/cross-session-memoryRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.
clawhub install @sharinchan233/cross-session-memoryclawhub inspect @sharinchan233/cross-session-memory --version 1.0.0This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.
This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.
The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.
sha256:b982056d4a8983fbf051c94118a1331d8268a5c3d501e8c1197376d8004650d0examples/sample-memory/MEMORY.mdexamples/sample-memory/note-a.mdexamples/sample-memory/note-b.mdexamples/sample-memory/old-experiment.mdexamples/sample-memory/robot-arm-servos.mdexamples/sample-memory/thesis-syntactic-priming.mdscripts/build_index.pyscripts/lint.pyscripts/recall.pyskill-card.mdSKILL.md- Initial release of cross-session-memory skill. - Provides a layered hybrid long-term memory for AI bots/agents with human-readable markdown as the source, SQLite for selective recall, and lifecycle checks for data integrity. - Enables efficient, accurate recall across sessions while automatically handling deduplication, link checking, and data staleness. - Zero dependencies—only Python standard library required; works well with Chinese substring matching. - Includes sample usage and scripts for indexing, recall, and linting memory data.