ov-add-data

Add files, directories, URLs, and Git repositories to the OpenViking context database.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/mikmaneggahommie/Telebirr-Clone --skill ov-add-data
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ov-add-data
Source: https://github.com/mikmaneggahommie/Telebirr-Clone/tree/main/openviking_source/examples/skills/ov-add-data
Command: npx skills add https://github.com/mikmaneggahommie/Telebirr-Clone --skill ov-add-data

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of enriching the OpenViking context database with various types of data, including files, web resources, and conversational memories, making information readily accessible for agents.

Core Features & Use Cases

  • Resource Management: Add local files, directories, URLs, and Git repositories as searchable resources.
  • Memory Persistence: Store important conversational insights and facts as long-term memories.
  • Skill Integration: Import new agent capabilities by adding skill definitions.
  • Use Case: An agent identifies a crucial design document on a shared drive; it uses this skill to add the document to OpenViking, ensuring it's available for future reference by any agent.

Quick Start

Use the ov-add-data skill to add the local file './my-document.pdf' as a resource.

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 local files and directories to an agent context database?

To add local files and directories to an agent context database, use the `ov add-resource` CLI command to import them as searchable resources. This ensures local documents are readily accessible for agents.

Can I store conversational memories for long-term agent retrieval?

Yes, you can store conversational memories for long-term agent retrieval by executing the `ov add-memory` CLI command to persist important insights and facts into the context database.

What is the best way to import a Git repository into an agent's memory storage?

The best way to import a Git repository into an agent's memory storage is by using the `ov add-resource` CLI command, which fetches the repository and integrates it into the context database as a searchable resource.

How do I integrate new agent skills using a CLI tool?

To integrate new agent skills using a CLI tool, run the `ov add-skill` command to import new agent capabilities and add skill definitions directly into the OpenViking context database.

Does the OpenViking context database support adding web URLs as resources?

Yes, the OpenViking context database supports adding web URLs as resources. You can use the `ov add-resource` command to import web content, making it available for future reference by any agent.