skill-installer
Install, update, trust, or inspect Codewhale skills from GitHub or local skill folders. Use when the user asks for available skills or wants a community skill installed.
DeepseekModel
キュレーション済みスキル
品質 優秀 · 90
v1.0.0
取得
https://deepseekmodel.com/api/download.php?id=hmbown-codewhale-crates-tui-assets-skills-skill-installer-skill-md&format=skill
ダウンロード .skill
標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name skill-installer description Install, update, trust, or inspect Codewhale skills from GitHub or local skill folders. Use when the user asks for available skills or wants a community skill installed. Skill Installer Use this skill when the user wants to find, install, update, trust, or remove a Codewhale skill. Commands List installed skills: /skills Activate a skill: /skill <name> Scaffold a new skill: /skill new Install from GitHub: /skill install github:<owner>/<repo> Update installed skills: /skill update Remove a skill: /skill uninstall <name> Trust a skill for script/tool use: /skill trust <name> Workflow Identify the source: Existing local folder with SKILL.md GitHub repo or registry entry User request for a new skill scaffold Prefer Codewhale's native /skill commands over ad hoc copying. For GitHub/community skills, inspect the SKILL.md before recommending trust. Treat scripts and companion files as untrusted until reviewed. After installing, tell the user to restart the session if the skill does not appear immediately in the available-skills list. If a skill conflicts by name with a workspace skill, explain that workspace skill directories take precedence over global ~/.codewhale/skills , with ~/.deepseek/skills retained as a legacy fallback. Do not execute community skill scripts unless the user explicitly asks and the skill has been reviewed or trusted.
このスキルを起動するキーワード。クリックでコピーできます。
このスキルにはトリガーワードがありません。
ダウンロードした .skill に含まれるフィールド。
| フィールド | 説明 |
|---|---|
| format | フォーマット識別子(skill/v1) |
| skill_id | スキル固有 ID |
| name | スキル名 |
| version | バージョン |
| description | 説明 |
| category | カテゴリ(配列) |
| trigger_words | トリガーワード |
| tags | タグ |
| source | ソース |
| source_url | ソース URL(本ページ) |
| exported_at | エクスポート日時(ダウンロード毎) |
| system_prompt | システムプロンプト本文 |
| model_config | モデル設定:provider / model / temperature / max_tokens / top_p |
| examples | サンプル |
| install_guide | 各プラットフォームの導入説明(Coze / Dify / Claude / カスタム) |