원클릭으로
원클릭으로
Use when the user explicitly types `ov dream` or `ov recall <query>` and the request should be routed to the OpenViking sync/recall CLI instead of handled as normal chat.
Operate and maintain OpenViking server - configure, install, start, stop, and cleanup the server. Use when need to setup or manage OpenViking service deployment.
This skill adds data(like resources) to OpenViking Context Database (aka. ov). Use when an agent needs to add files, data from URLs, or external knowledge during interactions. Trigger this tool when 1. is explicitly requested adding files or knowledge; 2. identifies valuable resources worth importing; 3. the user mentioned adding to OV/OpenViking/Context Database. This skill helps how to use CLI like `ov add-resource`, `ov add-skill` and `ov add-memory` to add resource data, skill files, memory files to OpenViking.
Activate when the user asks about any repository listed in the system prompt under 'OpenViking — Indexed Code Repositories', or when they ask about an external library, framework, or project that may have been indexed. Also activate when the user wants to add, remove, or manage repos. Always search the local codebase first before using this skill.
Search context data(memories, skills and resource) from OpenViking Context Database (aka. ov). Trigger this tool when 1. need information that might be stored as memories, skills or resources on OpenViking; 2. is explicitly requested searching files or knowledge; 3. sees `search context`, `search openviking`, `search ov` request.
Schedule reminders and recurring tasks.
| name | opencode |
| description | Monitor and manage your OpenCode tasks using helper scripts. |
| metadata | {"vikingbot":{"emoji":"💻","requires":{"bins":["python3"]}}} |
Use helper scripts to manage your OpenCode instances.
All scripts are in the workspace skills directory. Run them with:
uv run python skills/opencode/script_name.py
Note: Do not kill the opencode process.
list_sessions.pyListing all OpenCode sessions
Example: uv run python skills/opencode/list_sessions.py
list_messages_of_session.pyListing latest OpenCode messages by session_id
Example: uv run python skills/opencode/list_sessions.py {session_id}