ソース情報
- リポジトリ
- octos-org/octos
- ソースの最終更新活動
- 2026年3月29日 20:48
- 検出された SKILL.md の言語
- 英語
- スター
- 1,029
- フォーク
- 75
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/octos-org/octos --skill skill-storeコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
List and control smart-home devices (lights, thermostats, switches, covers, speakers) via the profile's configured bridge. Triggers: smart home, turn on/off, lights, thermostat, dim, brightness, temperature, unlock, devices, 智能家居, 开灯, 关灯, 空调, 窗帘, 灯光, 设备.
Batch ASR (via dedicated ASR_API_URL or OminiX fallback), preset-voice TTS with emotion/speed control, and model management via Qwen3 models on Apple Silicon. For voice cloning and custom voice profiles, use mofa-fm. Triggers: voice, transcribe audio, text to speech, speak this, read aloud, model management, download model, 语音识别, 语音合成, 模型管理.
Summarizes a text file into a compact report. Used as a third-party compatibility harness. Triggers: summarize, summary, compat-test, harness check.
SOC 職業分類に基づく
SKILL.md を表示中
| name | skill-store |
| description | Browse, install, update, and manage skill packages from the registry. |
| version | 1.0.0 |
| author | octos |
| always | true |
Use the manage_skills tool to browse, install, and remove skills. Do NOT use shell commands — skills must be managed via the tool.
manage_skills(action="search")
manage_skills(action="search", query="voice")
manage_skills(action="install", repo="mofa-org/mofa-skills/mofa-fm")
manage_skills(action="install", repo="mofa-org/mofa-skills/mofa-fm", force=true)
Use force=true to overwrite an existing skill. Use branch for a specific version.
manage_skills(action="list")
manage_skills(action="update", name="mofa-fm")
Reads the original source repo from .source and reinstalls with the latest version.
manage_skills(action="remove", name="mofa-fm")
Tell the user what was installed and any requirements (e.g. API keys, binaries).