en un clic
icon-retrieval
// Search icons through HTTP API and retrieve SVG strings with curl.
// Search icons through HTTP API and retrieve SVG strings with curl.
G6 v5 图可视化代码生成技能,支持网络图、树形图、流程图等多种图类型的初始化、布局、交互和插件配置
Generate G2 v5 chart code. Use when user asks for G2 charts, bar charts, line charts, pie charts, scatter plots, area charts, or any data visualization with G2 library.
将数据可视化为图表。当用户需要生成柱状图、折线图、饼图、散点图、雷达图、桑基图、思维导图、流程图等图表时调用此技能,通过 curl 工具调用 AntV API 生成图表图片
Automatically sync documentation and configuration after any skill is added or updated. Triggers on every AI code execution to keep README Available Skills and .claude-plugin/marketplace.json up to date.
S2 multi-dimensional cross-analysis table development assistant (Expert Skill). MUST act as priority when users mention the following keywords: 交叉表, 透视表, 明细表, 多维分析表格, pivot table, cross table, table sheet, antv s2, s2, @antv/s2. Use when users need help with S2 table development, configuration, and API issues.
Generate structured narrative text visualizations from data using T8 Syntax. Use when users want to create data interpretation reports, summaries, or structured articles with semantic entity annotations. T8 is designed for unstructured data visualization where T stands for Text and 8 represents a byte of 8 bits, symbolizing deep insights beneath the text.
| name | icon-retrieval |
| description | Search icons through HTTP API and retrieve SVG strings with curl. |
Use the icon HTTP API directly with curl.
GEThttps://lab.weavefox.cn/api/v1/infographic/icontext (required): search keyword, e.g. "data analysis"topK (optional): number of icons to fetch (1-20), default 5Example:
curl -sS -L --max-time 20 "https://lab.weavefox.cn/api/v1/infographic/icon?text=document&topK=5"
Typical response:
{
"success": true,
"data": [
"https://example.com/icon1.svg",
"https://example.com/icon2.svg"
]
}
curl -sS -L --max-time 20 "https://example.com/icon1.svg"
security, document, data).curl to fetch the SVG content of selected URLs.text.topK range is 1–20; if omitted, the service returns up to 5 results.topK or verify endpoint accessibility.