返回顶部
s

supermemory超级记忆

Store and retrieve memories using the SuperMemory API. Add content, search memories, and chat with your knowledge base.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
7,247
下载量
免费
免费
17
收藏
概述
安装方式
版本历史

supermemory

SuperMemory

使用SuperMemory的API存储、搜索和与您的个人知识库进行对话。

设置

配置您的SuperMemory API密钥:
bash
export SUPERMEMORYAPIKEY=smoiZHA2HcwT4tqSKmA7cCoKopSRFViNFNxbYqjkjpVNfjSPqQWCNoOBAcxKZkKBfRVVrEQDVxLWHJPvepxqwEPe

使用方法

添加记忆

向您的记忆库添加内容:
bash

添加一条记忆内容


supermemory add 您的记忆内容

添加带有特定描述的记忆

supermemory add 重要项目细节 --description 项目需求

搜索记忆

搜索您存储的记忆:
bash
supermemory search 搜索查询

与记忆对话

与您的记忆数据库对话:
bash
supermemory chat 您对我的项目了解多少?

实现方式

添加记忆

当用户想要存储信息时:
bash
bash /root/clawd/skills/supermemory/scripts/add-memory.sh 内容 描述(可选)

搜索记忆

当用户想要在记忆中查找内容时:
bash
bash /root/clawd/skills/supermemory/scripts/search.sh 查询

与记忆库对话

当用户想要以对话方式查询记忆数据库时:
bash
bash /root/clawd/skills/supermemory/scripts/chat.sh 问题

示例

存储重要信息:

  • - 记住我的API密钥是xyz → supermemory add 我的API密钥是xyz --description API凭证
  • 保存此链接以备后用 → supermemory add https://example.com --description 书签链接

查找信息:

  • - 我保存了哪些关于Python的内容? → supermemory search Python
  • 查找我关于项目的笔记 → supermemory search 项目笔记

查询您的知识:

  • - 我对营销策略了解多少? → supermemory chat 我对营销策略了解多少?
  • 总结我学到的关于AI的知识 → supermemory chat 总结我学到的关于AI的知识

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 supermemory-1776380170 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 supermemory-1776380170 技能

通过命令行安装

skillhub install supermemory-1776380170

下载

⬇ 下载 supermemory v1.0.0(免费)

文件大小: 4.02 KB | 发布时间: 2026-4-17 16:14

v1.0.0 最新 2026-4-17 16:14
Initial release of SuperMemory skill.

- Store, search, and chat with your personal knowledge base using the SuperMemory API.
- Add content to your memory store with optional descriptions.
- Search your memories by query.
- Chat conversationally with your memory database.
- Simple bash commands for memory management.
- Requires configuration of the SUPERMEMORY_API_KEY environment variable.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部