What problem does it solve?
This Skill allows users to efficiently search and retrieve information stored within the OpenViking Context Database, addressing the challenge of fragmented and hard-to-access context for AI agents.
Core Features & Use Cases
- Unified Search: Search across memories, skills, and resources using semantic understanding and directory-recursive retrieval.
- Multiple Search Methods: Supports semantic search (
ov find), literal pattern matching (ov grep), file globbing (ov glob), and directory listing (ov ls, ov tree).
- Contextual Retrieval: Retrieve specific file content (
ov read), overviews (ov overview), or abstracts (ov abstract).
- Use Case: An AI agent needs to understand how to handle API rate limits for a specific project. It can use
ov find "API rate limits" --uri "viking://resources/my-project" to locate relevant documentation or past discussions.
Quick Start
Use the ov search context tool to find information about "authentication flow" within the "viking://resources/my-project" directory.