ov-add-paper

ov-add-paper is a skill for Claude Code from volcengine/OpenViking. It costs 55 tokens per session (905 once invoked), scanned A, original, AGPL-3.0.

A skill for adding research papers or PDFs to OpenViking, a system for storing and searching organized knowledge resources. It can be triggered by requests involving papers, claims, evidence, figures, or tables.

In plain words
What is it for?
Use it to import or compile research papers, extract their claims and evidence, and handle figures or tables for OpenViking.
Why use it?
It provides a defined workflow for turning a research paper into OpenViking resources instead of treating the PDF as an unstructured file.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to import or compile research papers, extract their claims and…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/volcengine/openviking/ov-add-paper
About the project

OpenViking is an open-source context database for AI agents that stores memories, resources, and skills in a browsable virtual filesystem. Agents use it to find and load relevant context in layers while inspecting how retrieval decisions were made.

volcengine/OpenViking · 35,691 stars · on GitHub · openviking.ai

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add volcengine/OpenViking --skill ov-add-paper
Clone the repo
git clone --depth 1 https://github.com/volcengine/OpenViking

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ov-add-paper

README.md
[![agentmods](https://agentmods.dev/badge/skills/volcengine/openviking/ov-add-paper.svg)](https://agentmods.dev/skills/volcengine/openviking/ov-add-paper)
Your own site
<a href="https://agentmods.dev/skills/volcengine/openviking/ov-add-paper"><img src="https://agentmods.dev/badge/skills/volcengine/openviking/ov-add-paper.svg" alt="Measured on agentmods" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 905 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. ✓ AI security review Sonnet 5 · 6 Sept 2026
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00055 $0.00905
Opus 5 $0.00028 $0.00452
Sonnet 5 $0.00011 $0.00181
Haiku 4.5 $0.00006 $0.00090

Measured 7d ago against content hash 0297af7d8888, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

ov-add-paper scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/validate_ara.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

examples/skills/ov-add-paper/SKILL.md · 92 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 92 lines · 55 tokens per session scan A 0297af7d8888

Subscribe to this mod's changes

ov-add-paper is a skill published in the GitHub repository volcengine/OpenViking (35,691 stars, last pushed yesterday), licensed AGPL-3.0. It adds 55 tokens to every session and 905 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

wiki

Governed wiki-manager workflow for decision-sensitive repository knowledge retrieval, typed authoring, maintenance, and trust audits. Use when repository knowledge could change a non-trivial decision or when the user mentions wiki, knowledge base, packets, schema reports, or wiki tools. Skip ritual retrieval when no…

ihorleleka/Local-Rag-Wiki · 67 tokens

ocr-document

Extract text from PDFs, images, and scanned documents. Uses pymupdf (local) or optional cloud OCR APIs.

fuyuxiang/echo-agent · 27 tokens

pdf-reader

Extract text from PDF files. Use when reading, parsing, or analyzing PDFs.

alibaba/anolisa · 19 tokens

liteparse

Parse documents into LLM-ready content entirely on the local machine — PDF / DOCX / XLSX / PPTX / images → Markdown, structured JSON (with bounding boxes), or page screenshots, via the lit CLI. No cloud, no LLM, works offline. Use whenever the user attaches or points to a document that must be read before reasoning…

Prismer-AI/PrismerCloud · 90 tokens

ingest

Turn external URLs and documents into LLM-ready content — load + cache web pages (HQCC compression) and OCR PDFs/images to Markdown. Use whenever the user gives a URL, asks you to read a webpage, or attaches a PDF/scan that needs to be parsed before reasoning. Executes via the cloud load, cloud search, and cloud parse…

Prismer-AI/PrismerCloud · 79 tokens

yao-ocr

OCR text recognition expert. ALWAYS invoke this skill when you need to extract text from images or PDFs — including invoices, receipts, ID cards, bank cards, business licenses, tables, handwritten documents, or any visual text content.

YaoApp/yao · 50 tokens