ソース情報
- リポジトリ
- ci/persops
- ソースの最終更新活動
- 2026年6月7日 16:56
- 検出された SKILL.md の言語
- 英語
- スター
- 0
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/ci/persops --skill transcribeコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
Deploys persops configurations to aglaea and amalthea. Use when asked to build, apply, switch, or deploy persops locally or through an Amp runner.
Add or update agent skills in ~/p/persops, including vendoring upstream skills into modules/ai/skills, choosing the right propagation profile (`all`, `coding`, `claw`, `codex`), updating metadata, and applying local+remote Nix switches. Use when the user asks to add a skill, install a skill, update a skill, make a coding skill, make a Codex-only skill, or make a claw/openclaw/clawdbot-only skill in persops.
Install and configure the anti-slop Oxlint plugin in a local TypeScript or JavaScript repository. Use whenever a user asks to add anti-slop lint rules, copy the anti-slop plugin, configure opinionated Oxlint rules, or migrate an existing local anti-slop setup.
| name | transcribe |
| description | Speech-to-text with local NVIDIA Parakeet (NeMo) via the transcribe CLI. |
| metadata | {"openclaw":{"emoji":"🎙️","requires":{"bins":["transcribe"]}}} |
Local speech-to-text on NixOS (Parakeet / NeMo). GPU auto when CUDA available.
transcribe /path/to/audio.ogg
transcribe /path/to/audio.wav --output /tmp/out.txt
nvidia/parakeet-tdt-0.6b-v3parakeet-transcribePARAKEET_MODEL=nvidia/parakeet-tdt-0.6b-v3 transcribe file.ogg
PARAKEET_QUIET=0 transcribe file.ogg
PARAKEET_VENV=~/.local/share/parakeet-venv-py312 transcribe file.ogg
transcribe --device cuda file.ogg