viking-memory

OpenViking 长期记忆系统。用于语义检索用户偏好、历史对话、重要信息等。当需要召回用户之前提到的信息、查找相关上下文时使用此 Skill。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "viking-memory" with this command: npx skills add forvendettaw/viking-memory

Viking Memory

基于 OpenViking 的向量化记忆系统,提供语义搜索能力。

功能

  • 语义搜索 - 用自然语言描述搜索相关记忆
  • 添加记忆 - 将重要信息存入长期记忆
  • 读取内容 - 获取记忆的详细内容

API 端点

  • Base URL: http://127.0.0.1:18790
  • 语义搜索: POST /api/v1/search/find
  • 添加资源: POST /api/v1/resources
  • 读取内容: POST /api/v1/content/read

使用场景

  1. 用户提到之前讨论过的话题 → 搜索相关记忆
  2. 用户询问之前保存的信息 → 召回记忆
  3. 对话中识别到重要信息 → 自动保存

示例

搜索记忆

curl -s -X POST http://127.0.0.1:18790/api/v1/search/find \
  -H "Content-Type: application/json" \
  -d '{"query": "用户的工作习惯", "limit": 5}'

添加记忆

curl -s -X POST http://127.0.0.1:18790/api/v1/resources \
  -H "Content-Type: application/json" \
  -d '{"uri": "viking://user/memories/preferences/咖啡偏好", "content": "用户喜欢喝拿铁,不加糖"}'

读取记忆

curl -s -X POST http://127.0.0.1:18790/api/v1/content/read \
  -H "Content-Type: application/json" \
  -d '{"uri": "viking://user/memories/preferences/咖啡偏好"}'

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Ai Competitor Analyzer

提供AI驱动的竞争对手分析,支持批量自动处理,提升企业和专业团队分析效率与专业度。

Registry SourceRecently Updated
General

Ai Data Visualization

提供自动化AI分析与多格式批量处理,显著提升数据可视化效率,节省成本,适用企业和个人用户。

Registry SourceRecently Updated
General

Ai Cost Optimizer

提供基于预算和任务需求的AI模型成本优化方案,计算节省并指导OpenClaw配置与模型切换策略。

Registry SourceRecently Updated