소스 정보
- 저장소
- 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명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? 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).