BeClaude

OpenViking

New
25.7kGitHubGeneralby volcengine

OpenViking is an open-source context database designed specifically for AI Agents(such as openclaw). OpenViking unifies the management of context (memory, resources, and skills) that Agents need through a file system paradigm, enabling hierarchical context delivery and self-evolving.

First seen 5/22/2026

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/openviking.md https://raw.githubusercontent.com/volcengine/OpenViking/main/SKILL.md
3
Invoke in Claude Code
/openviking
View source on GitHub
designagent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is OpenViking?

OpenViking is an open-source context database designed specifically for AI Agents(such as openclaw). OpenViking unifies the management of context (memory, resources, and skills) that Agents need through a file system paradigm, enabling hierarchical context delivery and self-evolving.

How to install OpenViking?

To install OpenViking: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/openviking.md https://raw.githubusercontent.com/volcengine/OpenViking/main/SKILL.md. Finally, /openviking in Claude Code.

What is OpenViking best for?

OpenViking is a skill categorized under General. It is designed for: design, agent. Created by volcengine.