← All skills
Tencent SkillHub · AI

Viking Memory

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

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, _meta.json, index.js

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

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

使用场景

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

搜索记忆

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/咖啡偏好"}'

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts1 Config
  • SKILL.md Primary doc
  • index.js Scripts
  • _meta.json Config