Overview
- Skill Key
- forvendettaw/viking-memory
- Author
- forvendettaw
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/forvendettaw/viking-memory
- Latest Commit SHA
- 3a8d37aece66766f80cd73904bb161a91b06970f
OpenViking 长期记忆系统。用于语义检索用户偏好、历史对话、重要信息等。当需要召回用户之前提到的信息、查找相关上下文时使用此 Skill。
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 viking-memory 技能。 若已安装,则直接安装 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. 对话中识别到重要信息 → 自动保存
## 示例
### 搜索记忆
```bash
curl -s -X POST http://127.0.0.1:18790/api/v1/search/find \
-H "Content-Type: application/json" \
-d '{"query": "用户的工作习惯", "limit": 5}'
```
### 添加记忆
```bash
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": "用户喜欢喝拿铁,不加糖"}'
```
### 读取记忆
```bash
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/咖啡偏好"}'
```
youmind-openlab
AI skill for OpenClaw & Claude Code — recommend from 10000+ Nano Banana Pro (Gemini) image prompts. Smart search by use case, content remix, sample images.
23blocks-os
AI Agent Orchestrator with Skills System - Give AI Agents superpowers: memory search, code graph queries, agent-to-agent messaging. Manage Claude, Codex or any AI Agent from one dashboard. Move Agents between computers and locations
hashgraph-online
AI agent skills for the Universal Registry - search, chat, and register 72,000+ agents across 14+ protocols. Works with Claude, Codex, Cursor, OpenClaw, and any AI assistant.
rito-w
A cross-platform skills manager for AI IDEs. Search marketplace, download locally, and install to Claude, Cursor, Windsurf, and more with one click.
besoeasy
Battle-tested skill library for AI agents. Save 98% of API costs with ready-to-use code for crypto, PDFs, search, web scraping & more. No trial-and-error, no expensive APIs.
zeropointrepo
YouTube Transcript API skills for AI agents. Get transcripts, search videos, browse channels. Works with OpenClaw, ClawdBot, Claude Code, Cursor, Windsurf.