AI Agents Marketplace

Showing 19 of 19 results

Development ClawHub

Mapbox Data Visualization Patterns

Skill

Patterns for visualizing data on maps including choropleth maps, heat maps, 3D visualizations, data-driven styling, and animated data. Covers layer types, co...

Development ClawHub

Visualization

Skill

AI-driven professional data visualization for financial analysis. Create stock charts, portfolio dashboards, and industry comparisons via natural language.

Development ClawHub

Lightweight charting skill: powerful styling & direct PNG export

Skill

Default skill for structured-data visualization, chart generation, and dashboard-style reporting. Use when the user asks to create charts, graphs, plots, das...

Development ClawHub

Data Visualization

Skill

Data visualization with chart selection, color theory, and annotation best practices. Covers chart types (bar, line, scatter, heatmap), axes rules, and story...

Development ClawHub

System Data Intelligence — File · Analysis · Visualization

Agent

专为文件操作、数据分析、可视化、数据库连接、API 接入和敏感数据处理设计的系统级 Agent Skill。 【强制触发场景】: - 用户提及任何文件操作:Excel / WPS / Word / TXT / Markdown / RTZ / CSV / JSON - 「分析」「读取」「提取」「处理」「建模」「预...

Development ClawHub

Data Visualization Studio

Skill

Create interactive and static data visualizations from datasets. Supports charts, graphs, dashboards, and statistical plots with multiple output formats (PNG...

Development ClawHub

Chief Data & Insight Officer

Skill

首席数据智能官 — 多维数据分析与可视化洞察。当用户提供任何形式的业务数据(截图、表格、文本、聊天记录、碎片化信息)并希望获得深度数据分析、业务诊断、象限定位、ROI归因、决策建议时触发。

Development ClawHub

Scientific Visualization

Skill

Meta-skill for publication-ready figures. Use when creating journal submission figures requiring multi-panel layouts, significance annotations, error bars, c...

Development ClawHub

Intelligent Data Analysis Assistant

Skill

LLM-powered intelligent data analysis assistant supporting natural language queries, SQL generation, visualization, and multi-turn conversation. Suitable for...

Development ClawHub

D3.js — A JavaScript library for data visualization.

Skill

D3.js (Data-Driven Documents) — A JavaScript library for data visualization. Covers installation, selections, data binding, scales, shapes, transitions, 30+...

Development ClawHub

d3-visualization

Skill

Build deterministic, verifiable data visualizations with D3.js (v6). Generate standalone HTML/SVG (and optional PNG) from local data files without external n...

Development ClawHub

chart-visualization

Skill

请根据用户输入的内容,将数据可视化为图表。 ## 步骤 1. 分析用户数据和需求,选择最合适的图表类型 2. 构造符合规范的 JSON 请求体 3. 使用 curl 工具调用 API 生成图表图片 4. 将返回的图片 URL 以 Markdown 图片格式输出 ## 图表选择指南 根据用户的数据特征和需求,选择最合适的图表类型: - **时间序列**:用 `line`(趋势)或 `area`(累计趋势);两个不同量纲用 `dual-axes` - **比较类**:用 `bar`(横向分类对比)或 `column`(纵向分类对比);频率分布用 `histogram` - **占比类**:用 `pie`(比例构成)或 `treemap`(层级占比) - **关系与流程**:用 `scatter`(相关性)、`sankey`(流向)或 `venn`(集合重叠) - **层级与树形**:用 `organization-chart` 或 `mind-map` - **专用类型**: - `radar`:多维度对比 - `funnel`:流程阶段转化 - `liquid`:百分比/进度 - `word-cloud`:文本

Development ClawHub

data-visualization

Skill

# Data Visualization Skill Chart selection guidance, Python visualization code patterns, design principles, and accessibility considerations for creating effective data visualizations. ## Chart Selection Guide ### Choose by Data Relationship | What You're Showing | Best Chart | Alternatives | |---|---|---| | **Trend over time** | Line chart | Area chart (if showing cumulative or composition) | | **Comparison across categories** | Vertical bar chart | Horizontal bar (many categories), lollipop chart | | **Ra

Development ClawHub

interior-design-visualization

Skill

# Interior Design Visualization Transform and visualize interior spaces using each::sense. This skill takes photos of existing rooms and generates redesigned versions with different styles, furniture, colors, and layouts. ## Features - **Room Redesign**: Transform existing rooms into completely new designs - **Style Transformation**: Apply modern, minimalist, bohemian, industrial, and other styles - **Furniture Visualization**: See how new furniture would look in your space - **Color Scheme Changes**: Previ

Development ClawHub

antv-skills-maintainer

Skill

# AntV Skills Maintainer This skill ensures that all documentation and configuration files remain in sync whenever a skill is added or updated in this repository. ## Important The `antv-skills-maintainer` skill is **internal-only** — it is used solely for this repository's iteration workflow. Do **not** add it to `README.md` "Available Skills" or `.claude-plugin/marketplace.json`. Only user-facing skills should appear in those files. ## When to Apply Apply this skill automatically after **every code change*

Development ClawHub

icon-retrieval

Skill

# Icon Search Use the icon HTTP API directly with `curl`. ## API ### Search Endpoint - **Method**: `GET` - **URL**: `https://lab.weavefox.cn/api/v1/infographic/icon` - **Query params**: - `text` (required): search keyword, e.g. `"data analysis"` - `topK` (optional): number of icons to fetch (1-20), default `5` Example: ```bash curl -sS -L --max-time 20 "https://lab.weavefox.cn/api/v1/infographic/icon?text=document&topK=5" ``` Typical response: ```json { "success": true, "data": [ "https://example.com/icon1.

Development ClawHub

narrative-text-visualization

Skill

# Narrative Text Visualization Skill This skill provides a workflow for transforming data into structured narrative text visualizations using **T8 Syntax** - a declarative Markdown-like language for creating data narratives with semantic entity annotations. ## What is T8 T8 is a text visualization solution under the AntV technology stack designed specifically for insight-based narrative text display. Instead of manually constructing DOM elements, you write simple, human-readable syntax that describes your d

Development ClawHub

infographic-creator

Skill

Infographics convert data, information, and knowledge into perceptible visual language. They combine visual design with data visualization, compressing complex information with intuitive symbols to help audiences quickly understand and remember key points. `Infographic = Information Structure + Visual Expression` This task uses [AntV Infographic](https://infographic.antv.vision/) to create visual infographics. Before starting the task, you need to understand the AntV Infographic syntax specifications, inclu