← Back to Skills Marketplace
cx17030204-dotcom

jiujiu-mindmap-summary

by cx17030204-dotcom · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
261
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install jiujiu-mindmap-summary
Description
思维导图总结生成技能。根据传入的文本,生成json格式的思维导图;
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install jiujiu-mindmap-summary
  3. After installation, invoke the skill by name or use /jiujiu-mindmap-summary
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
jiujiu思维导图生成,内部调用测试
Metadata
Slug jiujiu-mindmap-summary
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is jiujiu-mindmap-summary?

思维导图总结生成技能。根据传入的文本,生成json格式的思维导图;. It is an AI Agent Skill for Claude Code / OpenClaw, with 261 downloads so far.

How do I install jiujiu-mindmap-summary?

Run "/install jiujiu-mindmap-summary" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is jiujiu-mindmap-summary free?

Yes, jiujiu-mindmap-summary is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does jiujiu-mindmap-summary support?

jiujiu-mindmap-summary is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created jiujiu-mindmap-summary?

It is built and maintained by cx17030204-dotcom (@cx17030204-dotcom); the current version is v1.0.0.

💬 Comments