Skills Plugins MCP Prompt Model 博客 我的中心
開発 #github #ai

install-skill

Search and install skills from skills.sh and GitHub repos. Use when users ask to find skills, install skills, download skills, add skills from GitHub, search for skills, browse skills, get a skill, or want new capabilities. Trigger phrases include "install skill", "find skill", "search skills", "add skill", "download skill", "get skill from github", "skills.sh", "browse skills", "what skills are available", "I need a skill for".

DeepseekModel キュレーション済みスキル 品質 優秀 · 90 v1.0.0

取得

https://deepseekmodel.com/api/download.php?id=moazbuilds-claudeclaw-skills-install-skill-skill-md&format=skill
ダウンロード .skill 標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name install-skill description Search and install skills from skills.sh and GitHub repos. Use when users ask to find skills, install skills, download skills, add skills from GitHub, search for skills, browse skills, get a skill, or want new capabilities. Trigger phrases include "install skill", "find skill", "search skills", "add skill", "download skill", "get skill from github", "skills.sh", "browse skills", "what skills are available", "I need a skill for". Install Skill Search for skills on skills.sh and install them into the project's skills/ directory. Always project level. Scripts Two scripts are provided in this skill's directory: Search: search.mjs node ${SKILL_DIR} /search.mjs "<query>" Returns JSON array of matching skills: [ { "source" : "owner/repo" , "id" : "skill-name" , "name" : "skill-name" , "installs" : 1234 } ] Install: install.mjs node ${SKILL_DIR} /install.mjs <owner/repo> <skill-name> <project-skills-dir> Downloads all skill files from the GitHub repo into <project-skills-dir>/<skill-name>/ . Returns: { "ok" : true , "skill" : "name" , "source" : "owner/repo" , "path" : "/full/path" , "files" : [ "SKILL.md" , ... ] } Workflow If the user gives a specific repo and skill name, skip to step 3. Search : Run search.mjs with the user's query. Show the top results as a numbered list with name, repo, and install count. Ask which one they want. Install : Run install.mjs with the chosen repo, skill name, and the project's skills/ directory path. Confirm : Show what was installed — skill name, source, files downloaded, and path. Replace ${SKILL_DIR} with the actual path to this skill's directory when running the scripts.
このスキルを起動するキーワード。クリックでコピーできます。

このスキルにはトリガーワードがありません。

ダウンロードした .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 / カスタム)
同じスキルを各プラットフォーム形式で出力できます。
.skill 標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能 ダウンロード
.skillpro 拡張形式。scripts / tools / dependencies / hooks を含む ダウンロード
.json 純粋な JSON 出力。system_prompt とモデル設定のみ ダウンロード
Coze frontmatter 付き Markdown。Coze へのインポート用 ダウンロード
Dify Dify DSL。アプリ作成後にそのままインポート ダウンロード

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。