3434 <a href =" https://infographic.antv.vision/gallery " >
3535 <img src="https://img.shields.io/badge/Gallery-13C2C2?style=for-the-badge" alt="Gallery" />
3636 </a >
37- <a href =" https://github.com/antvis/Infographic/tree/main/. skills " >
37+ <a href =" https://github.com/antvis/Infographic/tree/main/skills " >
3838 <img src="https://img.shields.io/badge/Skills-FA8C16?style=for-the-badge" alt="Skills" />
3939 </a >
4040 <a href =" https://infographic.antv.vision/ai " >
@@ -121,12 +121,19 @@ AntV Infographic provides skills to integrate with AI agents:
121121
122122### Claude Code
123123
124- > We don't have a Claude marketplace entry yet, so install manually.
124+ > Claude marketplace is now available. You can install from marketplace, or keep using manual install.
125+
126+ ``` bash
127+ /plugin marketplace add https://github.com/antvis/Infographic.git
128+ /plugin install antv-infographic-skills@antv-infographic
129+ ```
130+
131+ Manual install:
125132
126133``` bash
127134set -e
128135
129- VERSION=0.2.4 # Replace with the latest tag, e.g. 0.2.4
136+ VERSION=0.2.4 # Replace with the latest tag, e.g. 0.2.14
130137BASE_URL=https://github.com/antvis/Infographic/releases/download
131138mkdir -p .claude/skills
132139
@@ -141,8 +148,8 @@ rm -f skills.zip
141148
142149``` codex
143150# Replace <SKILL> with the skill name, e.g. infographic-creator
144- # https://github.com/antvis/Infographic/tree/main/. skills/<SKILL>
145- $skill-installer install https://github.com/antvis/Infographic/tree/main/. skills/infographic-creator
151+ # https://github.com/antvis/Infographic/tree/main/skills/<SKILL>
152+ $skill-installer install https://github.com/antvis/Infographic/tree/main/skills/infographic-creator
146153```
147154
148155## 💬 Community & Communication
0 commit comments