技能 编程开发 OpenViking资源与文件系统管理

OpenViking资源与文件系统管理

v20260728
ov-resources
本技能旨在指导代理执行OpenViking CLI环境中的完整资源和文件系统操作。它覆盖了数据全生命周期管理,包括添加、导入、导出、备份、恢复资源,以及执行标准的本地文件系统操作(如列出、查找、写入和删除)。当用户需要管理上下文、搜索数据或执行复杂命令序列时使用。
获取技能
274 次下载
概览

OpenViking (OV) Resource Management

The ov command group for resources covers adding external knowledge, filesystem operations, scheduled refresh (watch tasks), and ovpack import/export/backup/restore.

Goal

Guide an agent to correctly invoke resource and filesystem commands without guessing flags, URI semantics, or processing behavior.

Load When

  • User explicitly requests resource operations: ov add-resource, ov task watch, ov export, ov import, ov backup, ov restore.
  • User asks to browse, read, write, create, move, or delete files under viking://resources/.
  • User asks to search for context: ov find, ov search, ov grep, ov glob.
  • User asks to create or manage relations between resources (ov link, ov relations, ov unlink).
  • Agent needs to list, inspect, or search the resource tree to find context.

Inputs

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

Workflow

  1. Identify the user's intent and map to the correct ov <subcommand>.
  2. Resolve the target (local path, URL, or Viking URI).
  3. Construct the command with appropriate flags.
  4. Execute and report results.

Permissions

  • 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.

Output

  • CLI output returned directly to the user.
  • Errors surfaced with suggested fixes and relevant flag guidance.

Verification

  • After add-resource, ov ls or ov tree should show the new resource under the expected URI.
  • After rm, ov ls should no longer list the removed path.
  • After write, ov read should reflect the new content.
  • After ov import or ov restore, ov tree should show the imported structure.

Boundaries

  • Do not invent paths or URLs. Use what the user provides.
  • Do not execute ov rm --recursive on broad paths like viking://resources/ without explicit user confirmation.
  • Do not treat ov add-skill or ov skills as equivalent to resource commands; skill management is handled by ov-skills.
  • Do not treat ov add-memory as a resource command; memory management is out of scope for this skill.

Runtime Resources

  • 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.
信息
Category 编程开发
Name ov-resources
版本 v20260728
大小 10.93KB
更新时间 2026-07-28
语言