Skip to content

Commit c482afc

Browse files
Copilothustcc
andcommitted
Revert README changes and add infographic-icon to marketplace.json
Co-authored-by: hustcc <7856674+hustcc@users.noreply.github.com>
1 parent f8c85e1 commit c482afc

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@
2727
"./skills/infographic-creator"
2828
]
2929
},
30+
{
31+
"name": "infographic-icon",
32+
"description": "Search and retrieve icon SVG strings from AntV's infographic icon library. Returns top 5 matches by default, allowing customization.",
33+
"source": "./",
34+
"strict": false,
35+
"skills": [
36+
"./skills/infographic-icon"
37+
]
38+
},
3039
{
3140
"name": "narrative-text-visualization",
3241
"description": "Generate structured narrative text visualizations from data using T8 schema. Creates data interpretation reports with entity labeling.",

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ npx skills add antvis/chart-visualization-skills
3131

3232
`Infographic Creator` uses AntV Infographic to transform data, information, and knowledge into a perceptible visual language. It combines visual design with data visualization, providing 50+ templates including lists, sequences, hierarchies, comparisons, relations, and charts. It compresses complex information with intuitive symbols to help audiences quickly understand and remember key points.
3333

34-
- 🖼️ **infographic-icon**: Search and retrieve icon SVG strings from AntV's infographic icon library. Returns top 5 matches by default, allowing customization.
34+
- 🖼️ **infographic-icon**: Search and retrieve icon SVG strings from icon library. Returns up to 5 matching icons by default (customizable).
3535

36-
`Infographic Icon` assists in finding and fetching relevant icons for creating high-quality infographics and designs. Users can provide keywords to retrieve matching icons and directly utilize their SVG content.
36+
`Icon Search` helps users find appropriate icons for various use cases including infographics, web development, design, and more. Search by keywords to discover available icons and retrieve their SVG strings directly. Each search returns up to 5 matching icons by default (customizable via topK parameter) with their URLs and complete SVG content.
3737

3838
- 📝 **narrative-text-visualization**: Generate structured narrative text visualizations from data using T8 schema.
3939

0 commit comments

Comments
 (0)