OpenViking
Give AI agents long-term memory and searchable context storage
All Skills in This Repository (18)
Pure Emerald Level Indicatorsopenviking-memory
Capture conversational facts and recall relevant context for AI agents.
memory-recall
Retrieves relevant long-term memories from OpenViking Session using Python search.
ov-add-data
Add files, directories, URLs, and Git repositories to the OpenViking Context Database.
ov-server-operate
Deploy, manage, and maintain OpenViking servers with nohup and uv.
ov-search-context
Search OpenViking Context Database memories, skills, and resources semantically.
openviking
Manage and query indexed code repositories via the OpenViking command-line interface.
summarize
Summarize content from URLs, local files, and YouTube videos.
skill-creator
Create, structure, and package modular AI agent skills with validation utilities.
github
Manage GitHub pull requests, workflow runs, and API queries via gh CLI.
tmux
Send keystrokes and scrape pane output to control tmux sessions.
weather
Retrieve current weather and forecasts via wttr.in or Open-Meteo.
github-proxy
Converts GitHub URLs to proxied URLs for faster access in China.
Frequently Asked Questions
FAQPage SchemaHow to install OpenViking?โผ
Run `npx skills add volcengine/OpenViking --all -g -y` in your terminal to install all skills in this suite globally.
What is OpenViking used for?โผ
OpenViking is a context database that gives AI agents long-term memory, storing conversations, documents, and skills so agents can search and recall them across sessions.
Which AI agents work with OpenViking?โผ
It integrates with Claude Code, Codex, Cursor, OpenClaw, LangChain, and any MCP-compatible client through plugins and standard protocols.
How does OpenViking save tokens?โผ
It processes content into three tiers (abstract, overview, full detail) and loads only as deep as the task requires, cutting input tokens by up to 91% in benchmarks.
Can I try OpenViking without installing anything?โผ
Yes. OpenViking Studio is a free hosted playground in the browser where you can test semantic search and memory features with no setup.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core