Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问clear审计未展示

lime-echart石灰图表

Agent Skill

lime-echart 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

436

周安装

18

GitHub Stars

公开资料未说明

下载量

143
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:lime-echart(石灰图表)
来源仓库:https://github.com/teachingai/agent-skills
仓库路径:skills/lime-echart
安装命令:
npx skills add teachingai/agent-skills --skill "lime-echart"
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

AgentSkills.tonpx skills
npx skills add teachingai/agent-skills --skill "lime-echart"

简介

Lime Echart 技能用于发现并安装 AI 代理可用的图表可视化相关能力。

  • 适用于数据分析、报表生成或交互式界面开发中的图表渲染需求。
  • 通过 npx skills add 命令从 teachingai/agent-skills 仓库安装。
  • 使用前应评估图表类型覆盖范围与前端兼容性,避免样式错乱。
  • 建议配合具体数据集测试输出效果,确保符合展示要求。

SKILL.md

When to use this skill

Use this skill whenever the user wants to:

  • Create ECharts charts in UniApp or UniAppX projects
  • Display data visualizations (line charts, bar charts, pie charts, etc.) in H5, mini-programs, or App
  • Configure and customize ECharts charts for cross-platform compatibility
  • Integrate ECharts into UniApp/UniAppX applications
  • Handle chart events and interactions in UniApp/UniAppX
  • Optimize chart performance in mobile environments
  • Use advanced ECharts features in UniApp/UniAppX

How to use this skill

To use lime-echart in UniApp/UniAppX projects:

  1. Install and configure lime-echart:

- Load examples/getting-started/installation.md for installation instructions - Load examples/getting-started/basic-usage.md for basic setup and configuration - Load examples/getting-started/configuration.md for detailed configuration options

  1. Choose the chart type based on the user's requirements:

- Line chart/折线图 → examples/charts/line-chart.md - Bar chart/柱状图 → examples/charts/bar-chart.md - Pie chart/饼图 → examples/charts/pie-chart.md - Scatter chart/散点图 → examples/charts/scatter-chart.md - Radar chart/雷达图 → examples/charts/radar-chart.md - Gauge chart/仪表盘 → examples/charts/gauge-chart.md - Funnel chart/漏斗图 → examples/charts/funnel-chart.md - Heatmap/热力图 → examples/charts/heatmap.md - Tree chart/树图 → examples/charts/tree-chart.md - Map chart/地图 → examples/charts/map-chart.md - Candlestick chart/K线图 → examples/charts/candlestick-chart.md - Boxplot chart/箱线图 → examples/charts/boxplot-chart.md

  1. Load the appropriate example file from the examples/ directory:

- examples/getting-started/installation.md - Installation and setup - examples/getting-started/basic-usage.md - Basic usage examples - examples/getting-started/configuration.md - Configuration options - examples/charts/line-chart.md - Line chart examples - examples/charts/bar-chart.md - Bar chart examples - examples/charts/pie-chart.md - Pie chart examples - examples/charts/scatter-chart.md - Scatter chart examples - examples/charts/radar-chart.md - Radar chart examples - examples/charts/gauge-chart.md - Gauge chart examples - examples/charts/funnel-chart.md - Funnel chart examples - examples/charts/heatmap.md - Heatmap examples - examples/charts/tree-chart.md - Tree chart examples - examples/charts/map-chart.md - Map chart examples - examples/charts/candlestick-chart.md - Candlestick chart examples - examples/charts/boxplot-chart.md - Boxplot chart examples - examples/advanced/dynamic-data.md - Dynamic data updates - examples/advanced/event-handling.md - Chart event handling - examples/advanced/custom-theme.md - Custom theme configuration - examples/advanced/multiple-charts.md - Multiple charts on one page - examples/advanced/responsive-charts.md - Responsive chart design - examples/advanced/performance-optimization.md - Performance optimization

  1. Follow the specific instructions in that example file for syntax, structure, and best practices
  2. Reference the API documentation when needed:

- api/component-api.md - Component API reference - api/methods-api.md - Methods API reference - api/events-api.md - Events API reference - api/options-api.md - Options API reference

  1. Use templates for quick start:

- templates/basic-chart.md - Basic chart template - templates/advanced-chart.md - Advanced chart template - templates/chart-with-data.md - Chart with data binding template

Doc mapping (one-to-one with official documentation)

Examples and Templates

This skill includes detailed examples organized to match the official documentation structure. All examples are in the examples/ directory (see mapping above).

To use examples:

  • Identify the topic from the user's request
  • Load the appropriate example file from the mapping above
  • Follow the instructions, syntax, and best practices in that file
  • Adapt the code examples to your specific use case

To use templates:

  • Reference templates in templates/ directory for common scaffolding
  • Adapt templates to your specific needs and coding style

API Reference

  • Component API: api/component-api.md - lime-echart component properties and attributes
  • Methods API: api/methods-api.md - Available methods for chart manipulation
  • Events API: api/events-api.md - Chart events and event handling
  • Options API: api/options-api.md - ECharts options configuration reference

Best Practices

  1. Platform Compatibility: Test charts on all target platforms (H5, mini-programs, App)
  2. Performance: Use lazy loading for charts and optimize data volume
  3. Responsive Design: Ensure charts adapt to different screen sizes
  4. Data Format: Validate and format data before passing to charts
  5. Error Handling: Implement proper error handling for chart initialization and data loading
  6. Memory Management: Dispose charts properly when components are destroyed
  7. Theme Consistency: Use consistent themes across your application
  8. Accessibility: Consider accessibility when designing charts

Resources

Keywords

lime-echart, echart, echarts, uniapp, uniappx, chart, visualization, line chart, bar chart, pie chart, scatter chart, radar chart, gauge chart, funnel chart, heatmap, tree chart, map chart, candlestick chart, boxplot chart, 图表, 折线图, 柱状图, 饼图, 散点图, 雷达图, 仪表盘, 漏斗图, 热力图, 树图, 地图, K线图, 箱线图

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

29.32%
按下载量换算42

OpenCode

22.19%
按下载量换算32

Antigravity

16.69%
按下载量换算24

Codex

12.16%
按下载量换算17

windsurf

7.09%
按下载量换算10

Gemini CLI

3.67%
按下载量换算5

安全审计

暂无安全审计结果可展示。

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills