com um clique
opencode
Monitor and manage your OpenCode tasks using helper scripts.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Monitor and manage your OpenCode tasks using helper scripts.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Instrument C/C++ with -finstrument-functions for execution tracing and Perfetto visualization
Add gcov code coverage instrumentation to C/C++ projects
Check if specific lines were executed using gcov data
Deterministic debugging with rr record-replay. Use when debugging crashes, ASAN faults, or when reverse execution is needed. Provides reverse-next, reverse-step, reverse-continue commands and crash trace extraction.
Investigate GitHub security incidents using tamper-proof GitHub Archive data via BigQuery. Use when verifying repository activity claims, recovering deleted PRs/branches/tags/repos, attributing actions to actors, or reconstructing attack timelines. Provides immutable forensic evidence of all public GitHub events since 2011.
Recover deleted commits from GitHub using REST API, web interface, and git fetch. Use when you have commit SHAs and need to retrieve actual commit content, diffs, or patches. Includes techniques for accessing "deleted" commits that remain on GitHub servers.
| 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}