secure-memory-stack一个安全的本地化记忆系统,结合百度Embedding语义搜索、Git Notes结构化存储和文件系统,确保数据隐私和安全。
Install via ClawdBot CLI:
clawdbot install xqicxx/secure-memory-stack一个安全的本地化记忆系统,结合百度Embedding语义搜索、Git Notes结构化存储和文件系统,确保数据隐私和安全。
clawdhub install secure-memory-stack
# 初始化安全记忆系统
bash /root/clawd/create/secure-memory-stack/scripts/setup.sh
系统会自动检测并引导您配置必要的API密钥:
# 首次设置
secure-memory setup
# 检查记忆系统状态
secure-memory status
# 通过Git Notes添加结构化记忆
secure-memory remember "重要决策:使用本地化记忆系统" --tags decision,security --importance high
# 更新MEMORY.md添加长期记忆
secure-memory add-longterm "用户偏好:简洁高效沟通"
# 语义搜索
secure-memory search "安全配置"
# 结构化搜索
secure-memory find --tag security
# 文件搜索
secure-memory lookup "用户偏好"
# 检查系统健康状态
secure-memory health
# 查看统计信息
secure-memory stats
错误1: "百度Embedding API连接失败"
secure-memory configure baidu错误2: "Git Notes系统不可用"
secure-memory fix git错误3: "文件权限错误"
secure-memory fix permissions错误4: "搜索无结果"
secure-memory refresh系统将在以下位置创建配置文件:
/root/clawd/memory_config.json - 主配置/root/clawd/MEMORY.md - 长期记忆/root/clawd/SESSION-STATE.md - 会话状态/root/clawd/memory/ - 每日日志/root/clawd/
├── MEMORY.md # 长期记忆
├── SESSION-STATE.md # 活动工作记忆
├── memory/ # 每日日志
│ ├── YYYY-MM-DD.md # 每日记忆日志
│ └── ... # 历史日志
├── notes/ # 知识组织
│ ├── projects/ # 项目
│ ├── areas/ # 领域
│ ├── resources/ # 资源
│ └── archive/ # 归档
└── skills/secure-memory-stack/
├── scripts/ # 管理脚本
├── configs/ # 配置模板
└── docs/ # 文档
secure-memory setup - 初始化系统secure-memory status - 检查系统状态secure-memory search - 语义搜索secure-memory remember - 添加记忆secure-memory health - 健康检查secure-memory configure - 配置APIsecure-memory fix - 修复组件secure-memory refresh - 刷新索引secure-memory backup - 备份记忆secure-memory restore - 恢复记忆secure-memory export - 导出记忆secure-memory stats - 统计信息如果遇到问题,运行:
secure-memory diagnose
这将运行完整的系统诊断并提供解决方案。
clawdhub update secure-memory-stack
secure-memory cleanup
注意:这将删除所有配置文件,但不会删除您的记忆文件。
欢迎提交Issue和Pull Request来改进此技能。
AI Usage Analysis
Analysis is being generated… refresh in a few seconds.
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Search and analyze your own session logs (older/parent conversations) using jq.
Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linking related objects, enforcing constraints, planning multi-step actions as graph transformations, or when skills need to share state. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", entity CRUD, or cross-skill data access.
Ultimate AI agent memory system for Cursor, Claude, ChatGPT & Copilot. WAL protocol + vector search + git-notes + cloud backup. Never lose context again. Vibe-coding ready.
Headless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection