Skip to main content

← All sources

OpenViking skills

First-party skills from Volcengine's OpenViking context database (7 agent skills) for operating the OpenViking server and managing context, memory, resources, and skills, including OpenClaw-plugin integration. skills-hub.ai mirrors 15 skills from OpenViking daily, every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.

Upstream: github.com/volcengine/OpenViking

Installing a OpenViking skill

Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.

# Install a OpenViking skill
npx @skills-hub-ai/cli install <skill-slug>

# Browse all OpenViking skills via API
curl https://skills-hub.ai/api/v1/skills?source=openviking

# Browse all sources
open https://skills-hub.ai/sources

Top OpenViking skills

See all →

The most-installed skills from OpenViking, ranked by adoption.

  1. 01cron

    Schedule reminders and recurring tasks.

    Buildfrom OpenViking
  2. 02opencode

    Monitor and manage your OpenCode tasks using helper scripts.

    Buildfrom OpenViking
  3. 03skill-creator

    Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.

    Buildfrom OpenViking
  4. 04summarize

    Summarize or extract text/transcripts from URLs, podcasts, and local files (great fallback for “transcribe this YouTube/video”).

    Buildfrom OpenViking
  5. 05openviking-context-database

    Use OpenViking from OpenClaw through @openviking/openclaw-plugin: long-term memory, session archives, resource and Agent Skill import, semantic recall, recall trace debugging, and externalized tool-result recovery. Prefer this skill when the user wants to use, query, debug, or operate OpenViking context from an OpenClaw agent. For first-time plugin installation, use the install-openviking-memory skill instead.

    Buildfrom OpenViking
  6. 06ov-server-operate

    Operate and maintain OpenViking server - configure, install, start, stop, and cleanup the server. Use when need to setup or manage OpenViking service deployment.

    Buildfrom OpenViking
  7. 07ov-skills

    Load when an agent needs to manage, install, update, remove, or validate OpenViking skills via the `ov skills` CLI. Trigger on explicit user requests about skill management, when the user mentions `ov skills`, `install skill`, `update skill`, `delete skill`, `validate skill`, or when an agent needs to discover what skills are available on the OpenViking server.

    Buildfrom OpenViking
  8. 08ov_dream

    Use when the user explicitly types `ov dream` or `ov recall <query>` and the request should be routed to the OpenViking sync/recall CLI instead of handled as normal chat.

    Buildfrom OpenViking
  9. 09github

    Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.

    Buildfrom OpenViking
  10. 10github-proxy

    GitHub 国内访问加速 skill,使用 githubproxy.cc 代理加速 GitHub 仓库克隆、文件下载、Raw 文件访问等操作。使用场景:(1) 需要 git clone GitHub 仓库时加速,(2) 下载 GitHub Release 文件、Raw 文件、Archive 压缩包时加速,(3) 任何需要访问 GitHub 资源但速度慢的场景

    Buildfrom OpenViking
  11. 11tmux

    Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.

    Buildfrom OpenViking
  12. 12weather

    Get current weather and forecasts (no API key required).

    Buildfrom OpenViking
  13. 13install-openviking-memory

    Install and configure the OpenViking long-term memory plugin for OpenClaw via natural conversation. Once installed, the plugin automatically captures important facts from chats and recalls relevant context before each reply (auto-capture + auto-recall, cross-session). Covers prerequisites check, plugin install through OpenClaw's plugin manager first, with ov-install only as a backup path, wizard-based configuration, slot activation, gateway restart, verification, plus multi-tenant root-key support, multi-instance, and uninstall. Trigger when the user says any of: "install OpenViking", "set up memory", "configure memory plugin", "add long-term memory", "connect to OpenViking server", "RAG", "semantic memory", "帮我装 OpenViking", "配置记忆插件", "安装记忆功能", "接入 OpenViking", "我有一台 OpenViking 服务器". The user does NOT need to know any CLI commands — the agent runs everything and only asks for a few values. This skill assumes the OpenViking server is already running. If the server is not ready, the ski

    Buildfrom OpenViking
  14. 14ov-add-paper

    Load when the user asks to add, import, compile, or ingest a research paper/PDF into OpenViking, especially when they mention ov-add-paper, ARA, claims, evidence, figures, tables, or paper-to-OV knowledge resources.

    Buildfrom OpenViking
  15. 15ov-resources

    Load when an agent needs to add, manage, browse, search, modify, or remove resources in OpenViking. Trigger on explicit user requests about resource management or context search, when the user mentions `ov add-resource`, `ov task watch`, `ov export`, `ov import`, `ov backup`, `ov restore`, `ov ls`, `ov tree`, `ov read`, `ov write`, `ov mkdir`, `ov rm`, `ov mv`, `ov find`, `ov search`, `ov grep`, `ov glob`, or when an agent needs to inspect, search, or organize the `viking://resources/` namespace.

    Buildfrom OpenViking

About this source

skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.

Last sync: Jun 30, 2026, 11:14 PM (success).

OpenViking skills, frequently asked

What are OpenViking skills?

OpenViking skills are AI coding skills published by OpenViking (First-party skills from Volcengine's OpenViking context database (7 agent skills) for operating the OpenViking server and managing context, memory, resources, and skills, including OpenClaw-plugin integration.) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.

How many OpenViking skills are available?

skills-hub.ai indexes 15 skills from OpenViking, synced daily from the upstream GitHub repository (https://github.com/volcengine/OpenViking).

How do I install a OpenViking skill?

Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.

Are these official OpenViking skills?

Yes. Every skill from this source is mirrored from OpenViking's own GitHub repository (https://github.com/volcengine/OpenViking). Each skill page links back to the upstream source of truth, so you can verify the original.