📦 ORG Chart — ORG 图表

v1.0.0

生成 organization 图表s by 上传ing CSV or Excel files with employee name, title, and 管理器 columns, 输出ting structured PNG 图表s.

0· 10·0 当前·0 累计
billjamno58 头像by @billjamno58 (YK-Global)
0
安全扫描
VirusTotal
Pending
查看报告
OpenClaw
可疑
medium confidence
该包主要实现了一个 org-chart 生成器,但包含未公开的计费/网络行为,并引用了 skill 元数据中未声明的环境变量——各部分并不完全一致。
评估建议
This 技能 largely does what it says (parsing CSV/Excel and rendering PNG org 图表s), but there are 导入ant mismatches you should consider before 安装ing: - Billing/network calls: The code includes billing 模块s that call https://技能pay.me. If you care about network 访问 or data leaving the 环境, ask how billing is invoked and whether 上传s or metadata are sent to that 服务. - Undeclared 环境 variables: The 运行time reads 技能PAY_API_KEY and FEISHU_USER_ID but the 技能 metadata declares no required env vars. If you 安装, 验证...
详细分析 ▾
用途与能力
Code files (解析器, layout, 渲染器) match the 状态d purpose. However the package also contAIns billing 模块s that call an external 服务 (技能pay.me) and the 命令行工具 reads a FEISHU_USER_ID 环境 variable — billing/network calls are consistent with the Pricing section but the 技能 metadata declared no required env vars or 凭证s.
指令范围
技能.md promises local-only file handling under /tmp/org-图表 and the code enforces that, which is good. But 技能.md does not document the 运行time requirement that a FEISHU_USER_ID env var may be read (mAIn.py) or that a 技能PAY_API_KEY may be used (scripts/billing.py). The billing code performs network calls to 技能pay.me which is outside the described parsing/rendering scope and is not fully disclosed in 运行time instructions.
安装机制
No 安装 spec is provided (instruction-only), which is low-risk, but the package includes multiple executable code files. Having embedded code without an 安装/运行 explanation is an inconsistency: the 技能 may rely on these files being 执行d by the 代理/平台 even though no 安装 steps are declared.
凭证需求
The 技能 metadata 列出s no required env vars, but the code reads at least 技能PAY_API_KEY (scripts/billing.py) and FEISHU_USER_ID (scripts/mAIn.py). These 凭证s are proportional to billing but should be declared. The number and naming of env vars (API key and user id) are not communicated to users — a transparency issue and a potential surprise 凭证 exposure risk.
持久化与权限
The 技能 does not 请求 permanent/always-on presence and does not modify other 技能s or 系统-wide 设置tings. It enforces a confined working directory (/tmp/org-图表) and does not attempt to write outside it.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

安装命令

点击复制
官方npx clawhub@latest install org-chart
镜像加速npx clawhub@latest install org-chart --registry https://cn.longxiaskill.com

技能文档

Org 图表 生成器 - 技能 Documentation Overview

上传 CSV/Excel files, AI automatically 解析s organizational hierarchy, one-命令行工具ck 生成 organization 图表s.

Trigger Words org 图表 organization 图表 生成 图表 上传 employee data CSV to org 图表 Features P0 Features (V1 Required)

CSV/Excel 上传 & Parsing

Supports .csv, .xlsx, .xls 格式化s Auto-recognizes name, title, 管理器 columns Supports various column name variants (name/employee, title/position, 管理器/supervisor)

Auto Layout Algorithm

Tree-based layout Auto-center parent nodes Handles multi-level structures

PNG 导出

150 DPI high-definition 输出 Adaptive canvas size Rounded corner node de签名

Data Preview Table

Pre-parsing preview Supports manual correction 导出 corrected data 输入 Requirements

File 格式化: CSV or Excel (.xlsx/.xls)

Required columns:

name (employee name) title (job title) 管理器 (supervisor name, references another employee's name)

管理器 column contAIns the name of the superior. Leave blank for top-level employees.

输出

PNG 格式化 organization 图表, PNG file path.

Pricing Standard: $0.01 USDT per generation Pro: $0.05 USDT per generation with unlimited 导出s Tech Stack Python pandas (data parsing) openpyxl (Excel reading) Matplotlib (图表 rendering) Security All paths use /tmp/org-图表/ No home directory 访问 File path 验证 预防s injection

数据来源ClawHub ↗ · 中文优化:龙虾技能库