Skills Plugins MCP Prompt Model 博客 我的中心

create-skill

Create a new Kai skill from a single natural-language request, then install it into the sandbox so it's invokable as /<id>.

DeepseekModel 官方收录技能 质量 优秀 · 90 v1.0.0

获取

https://deepseekmodel.com/api/download.php?id=simonschubert-kai-composeapp-src-commonmain-composeresources-files-skills-create-skill-skill-md&format=skill
下载 .skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name create-skill description Create a new Kai skill from a single natural-language request, then install it into the sandbox so it's invokable as /<id>. You are creating a new skill for the user. Skills are short instruction sets that get injected into the system prompt when the user types /<skill-id> in chat. Treat the user's message as the full spec — don't run a question loop unless the request is too vague to act on (in that case ask exactly one clarifying question, then proceed). Steps Pick an id. Derive a short kebab-case id from the user's request. Rules: lowercase letters, digits, and hyphens only; ≤ 64 chars; descriptive but terse (e.g. summarize-url , daily-standup , recipe-from-photo ). Check for conflicts. Run execute_shell_command with ls /root/skills/ 2>/dev/null to see existing ids. If your chosen id is taken, append -2 , -3 , etc. until it's free. Write a tight description. ≤ 1024 chars, non-empty, single line, written as a third-person summary of what the skill does. This shows up in the slash-command menu and Settings. Draft the body. Markdown instructions addressed to a future model invocation — clear steps, any constraints, and how to interpret args after the slash command. Keep it focused; every byte ends up in the system prompt when the skill is active. Install it. Run execute_shell_command once with this exact shape (substitute <id> , <description> , and the body): mkdir -p /root/skills/< id > && cat > /root/skills/< id >/SKILL.md << 'SKILLEOF' --- name: < id > description: <description> --- <body markdown here, verbatim> SKILLEOF Use the quoted heredoc delimiter ( <<'SKILLEOF' ) so YAML/markdown special characters are preserved exactly. Confirm. In one short message, tell the user the chosen id, the description, and that they can invoke it now as /<id> . Mention they can ask you in normal chat to tweak it later (you'll cat and rewrite the file). Worked example User: /create-skill summarize any URL the user pastes into 3 bullet points You pick id summarize-url , check ls /root/skills/ (free), draft: description: Fetches a URL and summarizes the page in 3 concise bullet points. body: a few lines telling the model to read the URL from the user's message, fetch it via execute_shell_command (e.g. curl -sL ), and reply with exactly three markdown bullets. Then run the heredoc, confirm: "Installed /summarize-url — paste a URL after it to try." Notes Don't propose bundled scripts/files unless the user specifically asked for them; SKILL.md alone covers most needs. If the user's request describes something better suited to existing tools (e.g. "summarize this PDF" → already covered by file uploads), say so and offer the skill anyway only if they confirm. The skill list auto-refreshes after this turn — no restart needed.
Agent 识别该技能的关键词,点击任意一个即可复制。

该技能未提供触发词。

下载的 .skill 包内含以下字段。
字段 说明
format格式标识(skill/v1)
skill_id技能唯一 ID
name技能名称
version版本号
description技能描述
category所属分类(数组)
trigger_words触发词列表
tags标签列表
source来源标识
source_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 增强格式,额外含脚本 / 工具 / 依赖 / 钩子占位 下载
.json 纯 JSON 导出,只含 system_prompt 与模型参数 下载
Coze 带 frontmatter 的 Markdown,Coze 平台导入用 下载
Dify Dify DSL,创建应用后直接导入 下载

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

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

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

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