Skip to content

Commit 58057b8

Browse files
Copilothustcc
andcommitted
Rename infographic-icon to icon-retrieval
Co-authored-by: hustcc <7856674+hustcc@users.noreply.github.com>
1 parent ca84e01 commit 58057b8

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
]
2929
},
3030
{
31-
"name": "infographic-icon",
31+
"name": "icon-retrieval",
3232
"description": "Search and retrieve icon SVG strings from AntV's infographic icon library. Returns top 5 matches by default, allowing customization.",
3333
"source": "./",
3434
"strict": false,
3535
"skills": [
36-
"./skills/infographic-icon"
36+
"./skills/icon-retrieval"
3737
]
3838
},
3939
{

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ 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 icon library. Returns up to 5 matching icons by default (customizable).
34+
- 🖼️ **icon-retrieval**: Search and retrieve icon SVG strings from icon library. Returns up to 5 matching icons by default (customizable).
3535

3636
`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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: infographic-icon
2+
name: icon-retrieval
33
description: Search and retrieve icon SVG strings from icon library. Returns up to 5 matching icons by default, customizable via topK parameter.
44
dependency:
55
python: python>=3.6

0 commit comments

Comments
 (0)