Home / volcengine / openviking · examples/skills/openviking-skills/SKILL.md · GitHub

openviking-skills skillA

openviking-skills is agent-read markdown (skill) from volcengine/openviking: Find, use, create, install, share, update, and migrate agent skills stored in OpenViking (viking://~/skills and viking://agent/skills). Use it when a search result, or the session's <available-skills> list where the harness injects one, names a skill that fits the task; when a task looks like one a stored skill would cover; when the user asks to write, save, install, or share a skill from text, a Git repository, or a local folder; when a skill should work in every harness and on every machine; o.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# OpenViking Skills

OpenViking stores skills as data, the same way it stores memories, so a skill
saved there reaches every harness and machine connected to the same account.
Each skill is a directory holding `SKILL.md` plus optional helper files
(`scripts/`, `references/`, ...):

- `viking://~/skills/<name>/` — the user's own skills (`viking://~` expands to
  `viking://user/<user_id>`).
- `viking://agent/skills/<name>/` — skills shared with the whole account.

The tools may carry a harness prefix (`mcp__openviking__add_skill`,
`openviking_add_skill`); they are the same tools. `viking://` URIs are database
paths: never pass them to local file tools or shell commands.

## Find a skill

1. `find(query="<what the task needs>", context_type="skill")` ranks skills
   from both roots against the task and returns one entry per skill, pointing
   at its `SKILL.md`. This works in every harness; start here.
2. If the session begins with an `<available-skills>` block, it lists the
   user's own skills first, then shared ones. Not every harness injects one,
   and it is a snapshot from session start that drops descriptions or ends
…

Read the whole file at its exact version.

How to install

Latest version
mdr add volcengine/openviking/openviking-skills@git:20260922.b7d0415
Exact content
mdr add volcengine/openviking/openviking-skills@sha256:1c9b41d449d54923

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_7cpwqbcczkm6nafc.svg)](https://markdownregistry.com/a/art_7cpwqbcczkm6nafc)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260922.b7d0415 latest2026-09-22 b7d0415 10,172 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (10172 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

volcengine/openviking · 38,500 stars · license AGPL-3.0 · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_7cpwqbcczkm6nafc
GET https://markdownregistry.com/api/v1/resolve?ref=volcengine/openviking/openviking-skills
GET https://markdownregistry.com/api/v1/blob/1c9b41d449d54923a17992b38be6131a46f30e7de1e40b9588a1ef972e050bc7

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from volcengine/openviking

openviking-memory skill
volcengine/openviking · agent-plugins/skills/openviking-memory/SKILL.md · Recall and persist long-term memory through the OpenViking MCP tools. Use at the start of any substantive task (coding…
git:20260909.3ae94af · audit A · 38,500 stars
openviking-skills skill
volcengine/openviking · agent-plugins/skills/openviking-skills/SKILL.md · Find, use, create, install, share, update, and migrate agent skills stored in OpenViking (viking://~/skills and…
git:20260922.b7d0415 · audit A · 38,500 stars
ov-experience-memory skill
volcengine/openviking · agent-plugins/skills/ov-experience-memory/SKILL.md · Retrieve and apply OpenViking Experience memories through the Agent runtime's generic OpenViking search and read tools…
git:20260918.3c6e3d4 · audit A · 38,500 stars
ov-memory-troubleshoot skill
volcengine/openviking · agent-plugins/skills/ov-memory-troubleshoot/SKILL.md · Diagnose OpenViking memory issues by tracing backward from a memory file to its archive memory_diff.json and, when…
git:20260910.e03ce0a · audit A · 38,500 stars
experience_loader skill
volcengine/openviking · benchmark/tau2/train/experience_loader_template/SKILL.md · Load relevant OpenViking experience memories via case-linked experience candidates before solving a task.
git:20260703.fd73dcf · audit A · 38,500 stars
cron skill
volcengine/openviking · bot/workspace/skills/cron/SKILL.md · Schedule reminders and recurring tasks.
git:20260228.006a06f · audit A · 38,500 stars
github-proxy skill
volcengine/openviking · bot/workspace/skills/github-proxy/SKILL.md · GitHub 国内访问加速 skill,使用 githubproxy.cc 代理加速 GitHub 仓库克隆、文件下载、Raw 文件访问等操作。使用场景:(1) 需要 git clone GitHub 仓库时加速,(2) 下载…
git:20260228.006a06f · audit A · 38,500 stars
github skill
volcengine/openviking · bot/workspace/skills/github/SKILL.md · Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and…
git:20260228.006a06f · audit A · 38,500 stars
opencode skill
volcengine/openviking · bot/workspace/skills/opencode/SKILL.md · Monitor and manage your OpenCode tasks using helper scripts.
git:20260309.c4cdb5f · audit A · 38,500 stars
skill-creator skill
volcengine/openviking · bot/workspace/skills/skill-creator/SKILL.md · Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
git:20260228.006a06f · audit A · 38,500 stars
summarize skill
volcengine/openviking · bot/workspace/skills/summarize/SKILL.md · Summarize or extract text/transcripts from URLs, podcasts, and local files (great fallback for “transcribe this…
git:20260228.006a06f · audit A · 38,500 stars
tmux skill
volcengine/openviking · bot/workspace/skills/tmux/SKILL.md · Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
git:20260228.006a06f · audit A · 38,500 stars

Every file in volcengine/openviking

Other files named openviking-skills

openviking-skills skill
volcengine/openviking · examples/codex-memory-plugin/skills/openviking-skills/SKILL.md · Find, use, create, install, share, update, and migrate agent skills stored in OpenViking (viking://~/skills and…
git:20260922.b7d0415 · audit A · 38,500 stars
openviking-skills skill
volcengine/openviking · examples/dsh-memory-plugin/skills/openviking-skills/SKILL.md · Find, use, create, install, share, update, and migrate agent skills stored in OpenViking (viking://~/skills and…
git:20260922.b7d0415 · audit A · 38,500 stars
openviking-skills skill
volcengine/openviking · agent-plugins/skills/openviking-skills/SKILL.md · Find, use, create, install, share, update, and migrate agent skills stored in OpenViking (viking://~/skills and…
git:20260922.b7d0415 · audit A · 38,500 stars
openviking-skills skill
volcengine/openviking · examples/claude-code-memory-plugin/skills/openviking-skills/SKILL.md · Find, use, create, install, share, update, and migrate agent skills stored in OpenViking (viking://~/skills and…
git:20260922.b7d0415 · audit A · 38,500 stars

Browse by kind, by grade A, or by owner.