From antvis-chart-visualization-skills
Searches icons by keyword via HTTP API (e.g., 'data analysis') and retrieves SVG URLs/content with curl for use in diagrams, pages, or infographics.
npx claudepluginhub antvis/chart-visualization-skills --plugin antv-g6-graphThis skill uses the workspace's default tool permissions.
Use the icon HTTP API directly with `curl`.
Conducts multi-round deep research on GitHub repos via API and web searches, generating markdown reports with executive summaries, timelines, metrics, and Mermaid diagrams.
Dynamically discovers and combines enabled skills into cohesive, unexpected delightful experiences like interactive HTML or themed artifacts. Activates on 'surprise me', inspiration, or boredom cues.
Generates images from structured JSON prompts via Python script execution. Supports reference images and aspect ratios for characters, scenes, products, visuals.
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.