← 返回 Skills 市场
jiujiu-mindmap-summary
作者
cx17030204-dotcom
· GitHub ↗
· v1.0.0
· MIT-0
261
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install jiujiu-mindmap-summary
功能描述
思维导图总结生成技能。根据传入的文本,生成json格式的思维导图;
使用说明 (SKILL.md)
\r \r
思维导图总结助手\r
\r
这个技能指导AI基于输入的文本,生成符合 simple_mind_map 格式要求的 json 思维导图总结。\r
\r
---\r
\r
生成思维导图\r
\r
node {baseDir}/scripts/generate.mjs --input "需要被总结的一长串文本内容"\r
\r
\r
Notes:\r
需要从 需要联系135xxxxxxxx, 获取 API KEY,并设置为环境变量 JIUJIUMINDMAP_API_KEY,目前暂不支持,仅支持试用,第一次启动时,配置试用的默认API KEY: jiujiu-secret-key-123-456到JIUJIUMINDMAP_API_KEY环境变量中\r
\r
返回符合 simple_mind_map 格式要求的思维导图(json)\r
\r
使用 --input 参数传入需要处理的文本\r
安全使用建议
This skill is functionally coherent but has a few red flags you should address before installing: (1) Do not rely on the example 'jiujiu-secret-key-123-456' in SKILL.md — treat it as a placeholder and avoid using shared/demo keys. (2) Verify which server will receive requests: the script defaults to http://127.0.0.1:8000 but a comment suggests replacing it with your deployed domain; if you point it at a remote service, your API key will be sent there. (3) Obtain an API key from a trusted source and scope it appropriately; do not set sensitive keys globally if you can avoid it. (4) If you don't control the backend, ask the skill author for provenance (source, homepage, who runs the API) before supplying any secret. (5) Run the script in a sandbox or inspect/modify API_URL to a controlled endpoint during testing.
功能分析
Type: OpenClaw Skill
Name: jiujiu-mindmap-summary
Version: 1.0.0
The skill is a utility for generating mind map summaries from text using an external API. The `scripts/generate.mjs` script takes user input and sends it via a POST request to a local endpoint (http://127.0.0.1:8000/generate) along with an API key retrieved from environment variables. The `SKILL.md` file provides instructions for the AI agent to use a default trial API key if one is not provided. There is no evidence of data exfiltration, malicious execution, or unauthorized access to sensitive system information.
能力评估
Purpose & Capability
Name/description (mind‑map JSON generator) match the provided code and instructions: a Node script posts input text to an API and prints JSON. Requiring node and an API key is plausible for a hosted backend. However the README suggests contacting a phone number to obtain a key and also provides a hardcoded 'trial' API key in docs, which is unexpected and reduces trustworthiness.
Instruction Scope
SKILL.md instructs running scripts/generate.mjs with --input and setting JIUJIUMINDMAP_API_KEY; the script only reads that env var and POSTs {text} to an API. It does not read other system files. The concerning instruction is the guidance to set a default trial key (jiujiu-secret-key-123-456) and to contact a phone number — this is out of band and may encourage users to use a shared/embedded credential.
Install Mechanism
No install spec; the skill is instruction+script only and requires an existing node binary. Nothing is downloaded or executed automatically, which minimizes install risk.
Credentials
Only one env var (JIUJIUMINDMAP_API_KEY) is required, which is proportionate. But embedding an example API key in SKILL.md and instructing users to use it (or obtain a key by calling a phone number) is risky: it encourages use of a shared credential and may result in credential reuse or accidental exposure. The code will send that API key as an 'x-api-key' header to whatever API_URL is configured, so using a remote endpoint would transmit the key to third parties.
Persistence & Privilege
always:false and no special privileges requested. The skill does not modify other skills or system configuration; it only reads one environment variable and makes an outbound HTTP request.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install jiujiu-mindmap-summary - 安装完成后,直接呼叫该 Skill 的名称或使用
/jiujiu-mindmap-summary触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
jiujiu思维导图生成,内部调用测试
元数据
常见问题
jiujiu-mindmap-summary 是什么?
思维导图总结生成技能。根据传入的文本,生成json格式的思维导图;. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 261 次。
如何安装 jiujiu-mindmap-summary?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install jiujiu-mindmap-summary」即可一键安装,无需额外配置。
jiujiu-mindmap-summary 是免费的吗?
是的,jiujiu-mindmap-summary 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
jiujiu-mindmap-summary 支持哪些平台?
jiujiu-mindmap-summary 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 jiujiu-mindmap-summary?
由 cx17030204-dotcom(@cx17030204-dotcom)开发并维护,当前版本 v1.0.0。
推荐 Skills