Supermemory技能使用说明
2026-03-27
新闻来源:网淘吧
围观:14
电脑广告
手机广告
超级记忆
使用超级记忆的API来存储、搜索并与您的个人知识库进行对话。
设置
配置您的超级记忆API密钥:
export SUPERMEMORY_API_KEY="sm_oiZHA2HcwT4tqSKmA7cCoK_opSRFViNFNxbYqjkjpVNfjSPqQWCNoOBAcxKZkKBfRVVrEQDVxLWHJPvepxqwEPe"
使用
添加记忆
将内容添加到您的记忆存储中:
# Add a memory with content supermemory add "Your memory content here" # Add a memory with a specific description supermemory add "Important project details" --description "Project requirements"
搜索记忆
搜索您存储的记忆:
supermemory search "search query"
与记忆对话
与您的记忆数据库进行对话:
supermemory chat "What do you know about my projects?"
实现
添加记忆
当用户想要存储信息时:
bash /root/clawd/skills/supermemory/scripts/add-memory.sh "content" "description (optional)"
搜索记忆
当用户想要在他们的记忆中查找某些内容时:
bash /root/clawd/skills/supermemory/scripts/search.sh "query"
与记忆库对话
当用户想要以对话方式查询他们的记忆数据库时:
bash /root/clawd/skills/supermemory/scripts/chat.sh "question"
示例
存储重要信息:
- "记住我的API密钥是xyz" →超级记忆 添加 "我的API密钥是xyz" --描述 "API凭证"
- "保存此链接以备后用" →超级记忆 添加 "https://example.com" --描述 "已收藏链接"
查找信息:
- "我保存了哪些关于Python的信息?" →超级记忆 搜索 "Python"
- "查找我关于该项目的笔记" →超级记忆 搜索 "项目笔记"
查询你的知识:
- "关于营销策略我了解些什么?" →超级记忆 聊天 "关于营销策略我了解些什么?"
- "总结一下我学到的关于AI的知识" →超级记忆 聊天 "总结一下我学到的关于AI的知识"
文章底部电脑广告
手机广告位-内容正文底部


微信扫一扫,打赏作者吧~