ov-add-data

Add files, directories, URLs, and Git repositories to the OpenViking Context Database.

28.1k|2.2k|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/volcengine/OpenViking --skill ov-add-data-volcengine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ov-add-data
Source: https://github.com/volcengine/OpenViking/tree/main/examples/skills/ov-add-data
Command: npx skills add https://github.com/volcengine/OpenViking --skill ov-add-data-volcengine

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill streamlines the process of adding various types of data, including files, data from URLs, and external knowledge, into the OpenViking Context Database, making it easily accessible for AI agents.

Core Features & Use Cases

  • Resource Management: Import local files, directories, URLs, and remote Git repositories as resources.
  • Memory Persistence: Store conversations and key insights as searchable memories.
  • Skill Integration: Add custom agent capabilities and workflows by importing skill definitions.
  • Use Case: An agent identifies a valuable research paper online; this skill can import it into OpenViking for future reference.

Quick Start

Use the ov-add-data skill to add the file located at /User/volcengine/Documents/profile.pdf.

Frequently Asked Questions about ov-add-data

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add data to the OpenViking Context Database?

You can add data to the OpenViking Context Database by importing local files, directories, URLs, and Git repositories using the ov-add-data skill. This process makes external knowledge and resources easily accessible for AI agents.

Can I import a Git repository into an agent memory storage system?

Yes, you can import remote Git repositories into the agent memory storage system. The skill integrates repository contents directly into the OpenViking Context Database for future reference and agent capabilities.

How do I persist conversations as searchable memories for AI agents?

To persist conversations as searchable memories, you use this skill to manage structured conversations and key insights. It stores text directly into the OpenViking Context Database for later retrieval.

Do I need the OpenViking CLI configured to add context database resources?

Yes, you need the OpenViking CLI configured at `~/.openviking/ovcli.conf` to add context database resources. This setup is required for the skill to operate and manage your imported data.

What types of skill definitions can I import for agent capabilities?

You can import SKILL.md files, MCP tool definitions, and raw skill content for agent capabilities. This allows you to add custom agent workflows and functions into the OpenViking Context Database.