examples/skills/ov-resources/SKILL.md
The ov command group for resources covers adding external knowledge, filesystem operations, scheduled refresh (watch tasks), and ovpack import/export/backup/restore.
Guide an agent to correctly invoke resource and filesystem commands without guessing flags, URI semantics, or processing behavior.
ov add-resource, ov task watch, ov export, ov import, ov backup, ov restore.viking://resources/.ov find, ov search, ov grep, ov glob.ov link, ov relations, ov unlink).| Name | Required | Description |
|---|---|---|
subcommand | yes | Resource command: add-resource, task watch, export, import, backup, restore, filesystem command: ls, tree, read, write, mkdir, rm, mv, grep, glob, link, relations, unlink, or search command: find, search |
target | conditional | File path, URL, Viking URI, or query string |
flags | no | Command-specific flags like --wait, --to, --parent, --recursive, --watch-interval |
ov <subcommand>.ov add-resource from external URLs may download untrusted content; verify the source when the user provides an untrusted URL.ov rm --recursive is destructive; confirm with the user before executing on large directories.ov export, ov import, ov backup, ov restore require ROOT or ADMIN permissions.ov write replaces file content in-place; the old version is not retained.add-resource, ov ls or ov tree should show the new resource under the expected URI.rm, ov ls should no longer list the removed path.write, ov read should reflect the new content.ov import or ov restore, ov tree should show the imported structure.ov rm --recursive on broad paths like viking://resources/ without explicit user confirmation.ov add-skill or ov skills as equivalent to resource commands; skill management is handled by ov-skills.ov add-memory as a resource command; memory management is out of scope for this skill.docs/add-resource.md — detailed resource ingestion docs, source types, and async processing.docs/filesystem.md — filesystem operations reference (ls, tree, read, write, mkdir, rm, mv, grep, glob, link, relations, unlink).docs/search.md — semantic search (ov find, ov search) and search combination strategies.docs/watch-management.md — watch task lifecycle (create, pause, resume, trigger, update, remove).docs/ovpack.md — ovpack export/import/backup/restore reference.examples/commands.md — common command patterns by scenario.