OpenCode-ready package for Russian meeting transcription based on whisper.cpp.
It provides:
- OpenCode custom tools in
.opencode/tools/ - OpenCode skill in
.opencode/skills/ - UV-first runtime and bootstrap in
whisper_cli/ - cross-platform install scripts in
scripts/
git clone https://github.com/ozand/whisper_cli
cd whisper_cli
uv sync
uv run python scripts/install_opencode_assets.py install
uv run python whisper_cli/bootstrap.py doctor
uv run python whisper_cli/bootstrap.py setup --profiles fastgit clone https://github.com/ozand/whisper_cli
cd whisper_cli
uv sync
uv run python scripts/install_opencode_assets.py install
uv run python whisper_cli\bootstrap.py doctor
uv run python whisper_cli\bootstrap.py setup --profiles fastdocs/opencode-install-and-publish.mddocs/opencode-meeting-transcription.mdRELEASE_CHECKLIST.md