volcengine/openviking

opencode

Monitor and manage your OpenCode tasks using helper scripts.

View source
Original skill document

Rendered from the source repository. Headings, examples, code, tables, links, and referenced images are preserved.

OpenCode Skill

Use helper scripts to manage your OpenCode instances.

Helper Scripts

All scripts are in the workspace skills directory. Run them with:

bash
uv run python skills/opencode/script_name.py

Note: Do not kill the opencode process.

Scripts

list_sessions.py

Listing all OpenCode sessions

Example: uv run python skills/opencode/list_sessions.py

list_messages_of_session.py

Listing latest OpenCode messages by session_id

Example: uv run python skills/opencode/listsessions.py {sessionid}

Session Status Types

  • 🟢 WAITING: Last message was from user - agent is waiting for input
  • 🔴 WORKING: Last message was from assistant - agent recently finished or may be working
  • 🟡 UNKNOWN: Cannot determine status
from this repository

More skills

All skills
volcengine
Community

daily-report

Compile timestamped conversation logs, agent sessions, IM messages, collaborative documents, meeting notes, task records, and similar OpenViking materials into concise, evidence-grounded daily reports. Use with ov compile when the user asks for a daily work report, end-of-day digest, 日报, or reports for one or more dates, especially when activities must be reconstructed across heterogeneous sources without treating plans or agent suggestions as completed work.

installs
1
GitHub stars
36.3K
Updated
Sep 9
volcengine
Community

ov_dream

Use when the user explicitly types ov dream or ov recall and the request should be routed to the OpenViking sync/recall CLI instead of handled as normal chat.

installs
1
GitHub stars
36.3K
Updated
Sep 9
volcengine
Community

ov-experience-memory

Retrieve and apply OpenViking Experience memories through the Agent runtime's generic OpenViking search and read tools. Use before or during executable, multi-step, or tool-based work such as coding, file or data changes, configuration, deployment, workflow execution, and failure recovery when prior operational guidance could improve reliability. Do not use for casual chat or simple factual questions.

installs
1
GitHub stars
36.3K
Updated
Sep 9
volcengine
Community

skill-creator

Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.

installs
1
GitHub stars
36.3K
Updated
Sep 9