Token导航 LogoToken导航TokenDH.com
开发只读clawhub未标认证来源可访问clear审计通过

mindchartmindchart 开发

Agent Skill

mindchart 用于辅助前端页面、组件、样式和交互逻辑开发,适合在 OpenClaw 中需要维护前端项目、生成组件或检查界面实现时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

11,007

周安装

441

GitHub Stars

1

下载量

3,563
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:mindchart(mindchart 开发)
来源仓库:https://github.com/newtoolai/mindchart
安装命令:
openclaw skills install mindchart
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install mindchart

简介

mindchart 用于辅助前端页面、组件、样式和交互逻辑开发,适合在 OpenClaw 中需要维护前端项目、生成组件或检查界面实现时使用。

  • 它能从用户文件或文本创建精美的信息图表,提升视觉表达效果。
  • 安装命令为 openclaw skills install mindchart,来源仓库为 https://github.com/newtoolai/mindchart。
  • 建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写后再使用。
  • mindchart 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
mindchart
description
Create exquisite infographics from user-uploaded files or given text. Used when user requests to create an infographic.
requirements
Requires node or bun environment, install the following dependencies:@antv/infographic, opentype.js, sharp

Infographics transform data, information, and knowledge into perceptible visual language. They combine visual design with data visualization, using intuitive symbols to compress complex information, helping audiences quickly understand and remember key points.

Before starting the task, you need to understand the AntV Infographic syntax specification, including template list, data structure, theme, etc.

Strictly follow the generation workflow without any deviation

Specifications

AntV Infographic Syntax

AntV Infographic syntax is a custom DSL for describing infographic rendering configuration. It uses indentation to express structure, suitable for AI to directly generate and stream output. Core information includes:

  1. template: Expresses information structure using templates.
  2. data: Infographic data, containing title, desc, and main data fields.
  3. theme: Theme configuration, containing palette, fonts, stylization, etc.

Mandatory Syntax Rules

  • The first line must be infographic <template-name>.
  • Template list only contains the template name itself; when actually outputting, the first line must explicitly write the infographic prefix.
  • Use data / theme blocks, with uniform two-space indentation within blocks.
  • Key-value pairs use key space value; object arrays use - as item prefix.
  • icon uses icon keywords, e.g., star fill, mingcute/server-line.
  • value should preferably use pure numeric values; numeric units should preferably be expressed in label or desc.
  • palette recommends using inline simple array syntax, e.g., palette #4f46e5 #06b6d4 #10b981.
  • Color values in palette are bare values, no quotes, no commas.
  • data should contain only one main data field matching the template, avoid mixing lists, sequences, compares, values, root, nodes simultaneously.

Main data field selection rules:

  • list-*lists
  • sequence-*sequences, optional order asc|desc
  • sequence-interaction-*sequences + relations

- sequences represents swimlane list - Each swimlane must contain label - children of each swimlane represents node list - Each item under children must be written as an object entry and contain label - Nodes optionally have id, icon, step, desc, value - step is used to indicate time hierarchy; same step is at the same height

  • compare-*compares

- compare-binary-* / compare-hierarchy-left-right-* - The first layer of compares must have exactly two root nodes, representing the two parties being compared - Both root nodes should contain children - The actual comparison items are written under their respective children - Each item under children must be written as an object entry and contain label - Even if each side has only 1 metric, write it as 1 object entry inside children - compare-swot - compares can directly contain multiple root nodes - Each root node optionally has children - compare-quadrant-* - compares directly contains 4 quadrant root nodes

  • hierarchy-structureitems
  • hierarchy-* → single root, recursively nested through children
  • relation-*nodes + relations

- Simple relations can also directly use arrow syntax to express relationships

  • chart-*values

- chart-line-plain-text / chart-bar-plain-text / chart-column-simple all use single ordered values - Each data point uses label for category, uses value for numeric value - Line chart order is expressed by the order of entries in values

  • When structure cannot be clearly determined, use items as fallback

Theme rules:

  • theme is used for custom themes, e.g., palette, base, stylize
  • Use theme.base.text.font-family to specify font, e.g., 851tegakizatsu
  • Use theme.stylize to select built-in styles and pass parameters

- rough: hand-drawn effect - pattern: pattern fill - linear-gradient / radial-gradient: gradient style

  • Only output Infographic syntax itself, do not output JSON, explanatory text, or additional Markdown paragraphs

Template Selection Guidelines

  • Strict sequence, step progression, stage evolution → sequence-*
  • Multi-role or multi-system interaction → sequence-interaction-*
  • Parallel point enumeration → list-row-* / list-column-* / list-grid-*
  • Two-party comparison, plan comparison, before/after comparison → compare-binary-*

- First determine who the two parties are - Then expand children for each party respectively

  • SWOT analysis → compare-swot
  • Quadrant analysis → compare-quadrant-*
  • Hierarchical tree structure → hierarchy-tree-*
  • Statistical trends, single sequence changes → chart-line-plain-text
  • Statistical comparison, single group numeric comparison → chart-bar-plain-text / chart-column-simple
  • Node relationships, process dependencies → relation-*
  • Word frequency theme display → chart-wordcloud
  • Mind map → hierarchy-mindmap-*

Output Format

Only output one plain code block, without any explanatory text:

infographic list-row-horizontal-icon-arrow
data
  title Title
  desc Description
  lists
    - label Item
      value 12.5
      desc Description
      icon document text
theme
  palette #3b82f6 #8b5cf6 #f97316

Generation Workflow

Step 1: Understand User Requirements and Select Suitable Template

Deeply think and understand user requirements, select one appropriate template according to the Template Selection Guidelines above.

Template directory: mindchart/templates/

Step 2: Generate Infographic Syntax File

Generate infographic syntax file according to template syntax and the Specifications above.

  • Syntax file format: {title}.md
  • Ensure the generated infographic displays with white background and black text and icons
  • Ensure the length of desc field is less than 17 tokens

Self-Check Checklist

Before outputting, check the following:

  • Is the first line infographic <template-name>?
  • Is only one main data field matching the template used?
  • Is palette using bare color values without quotes and commas?
  • Are swimlane nodes of sequence-interaction-* all written as children -> - label ...?
  • Do compare-binary-* / compare-hierarchy-left-right-* have only two root nodes, with content on both sides placed under their respective children?
  • Does each item under children explicitly contain label?
  • Does chart-line-plain-text use single ordered values?
  • Is there no JSON, explanatory text, or extra code blocks in the output?

Step 3: Generate SVG File

node mindchart/scripts/ifgc2svg {title}.md {title}.svg

Step 4: Convert to PNG File

node mindchart/scripts/svg2png {title}.svg {title}.png

Step 5: Return PNG/SVG File

  • If user is using openclaw or other bot, send png and svg as images to the user
  • In other cases, save svg and png to the specified directory or project directory

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

75.42%
按下载量换算2,687

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills