← 返回
效率工具

Chart

Local-first chart generation engine for trends, comparisons, distributions, and quick visual explanations. Use whenever the user wants to visualize data, com...
本地优先的图表生成引擎,支持趋势、比较、分布及快速可视化说明。适用于用户需要可视化数据的场景。
projectsnowwork
效率工具 clawhub v1.0.0 1 版本 99891.2 Key: 无需
★ 0
Stars
📥 1,836
下载
💾 47
安装
1
版本
#latest

概述

Chart

Turn numbers into clear visuals.

Core Philosophy

  1. Prefer clarity over chart variety.
  2. Choose the simplest chart that makes the comparison obvious.
  3. Use local generation only.
  4. Make outputs reusable for reports, slides, and quick decision-making.

Runtime Requirements

  • Python 3 must be available as python3
  • matplotlib must be installed
  • No network access required

Storage

All data is stored locally only under:

  • ~/.openclaw/workspace/memory/chart/charts.json
  • ~/.openclaw/workspace/memory/chart/output/

No cloud sync. No third-party chart APIs.

Supported Chart Types

  • bar: category comparison
  • line: trend over time
  • pie: simple part-to-whole
  • scatter: relationship between two variables

Key Workflows

  • Suggest: suggest_chart.py --labels ... --values ...
  • Generate: make_chart.py --type bar --title "..." --labels "A,B,C" --values "10,20,15"
  • History: list_charts.py
  • Initialize: init_storage.py

Scripts

ScriptPurpose
------
init_storage.pyInitialize local chart storage
make_chart.pyGenerate a chart image from inline data
suggest_chart.pyRecommend the best chart type
list_charts.pyShow previously generated charts

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 06:38 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 444 📥 226,096

memU: Persistent Memory for 24/7 Agents

projectsnowwork
面向7×24小时智能体的持久化记忆基础设施,采用三层架构(资源→记忆项→记忆类别)替代平面文件存储。
★ 2 📥 961
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 274 📥 114,716