Skills Plugins MCP Prompt Model 博客 我的中心

generate-mindmap

根据对话中的文档内容生成思维导图。可以指定特定文档,或生成所有文档的思维导图。

DeepseekModel Curated skill Quality Good · 64 v1.0.0

Get

https://deepseekmodel.com/api/download.php?id=1firecracker-agent-for-exam-backend-agent-skills-mindmap-skill-md&format=skill
Download .skill Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name generate_mindmap description 根据对话中的文档内容生成思维导图。可以指定特定文档,或生成所有文档的思维导图。 思维导图生成工具 用途 当用户需要将复杂的文档内容可视化为层次结构图时使用此工具。 触发条件 当用户表达以下意图时,应该使用此工具: "生成思维导图"、"画个脑图"、"做个思维脑图" "帮我可视化这个文档"、"画出结构图" "summarize as a map"、"visualize the content" 参数说明 参数 类型 必需 说明 document_ids array[string] 否 要生成思维导图的文档ID列表。如果不提供则处理所有文档。 必须使用 file_id,不能使用文件名 使用规则 1. 获取文档 ID 如果用户指定了具体的文档名(如"帮我画 Lecture 1 的脑图"),你需要: 先调用 list_documents 工具获取文档列表 从结果中找到对应文件名的 file_id 再调用 generate_mindmap 并传入该 file_id 2. 输出说明 思维导图会以 Markdown 格式保存到对话中 用户可以在前端的"思维脑图"标签页中查看可视化结果 对于多个文档,会逐个生成并合并 示例 示例 1: 生成所有文档的思维导图 用户 : "帮我生成思维导图" 调用 : generate_mindmap({}) 示例 2: 生成指定文档的思维导图 用户 : "给第一个文档画个脑图" 步骤 : 调用 list_documents({}) 获取文档列表 从结果中提取第一个文档的 file_id 调用 generate_mindmap({"document_ids": ["<file_id>"]}) 返回格式 { "status" : "success" , "message" : "思维脑图已生成(基于 N 个文档)" , "mindmap_content" : "# 标题\n\n- 节点1\n - 子节点..." , "document_count" : 2 , "document_names" : [ "doc1.pdf" , "doc2.pdf" ] }
Keywords that activate this skill. Click one to copy it.

This skill does not provide trigger words.

The downloaded .skill package contains the following fields.
Field Description
formatFormat tag (skill/v1)
skill_idUnique skill ID
nameSkill name
versionVersion
descriptionDescription
categoryCategories (array)
trigger_wordsTrigger words
tagsTags
sourceSource
source_urlSource URL (this page)
exported_atExported at (set per download)
system_promptSystem prompt body
model_configModel config: provider / model / temperature / max_tokens / top_p
examplesExamples
install_guideImport guide for Coze / Dify / Claude / custom frameworks
The same skill can be exported in different platform formats.
.skill Standard format with system_prompt and model_config, ready for any agent framework Download
.skillpro Enhanced format with scripts, tools, dependencies and hooks Download
.json Plain JSON export with system_prompt and model parameters only Download
Coze Markdown with frontmatter, for Coze platform import Download
Dify Dify DSL, import directly after creating an app Download

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

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

验证码 --

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

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