← 返回 Skills 市场
johnyan2017

smartchart

作者 JohnYan2017 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
97
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install smartchart
功能描述
This skill should be used when the user needs to query data, explore available data tools, or execute data operations using the smartchart CLI. Trigger when...
安全使用建议
This skill is a thin, coherent wrapper around a CLI; it looks safe in itself. Before installing or using it, confirm the provenance of the `smartchart` package you will install (pip install smartchart) and that the CLI is the legitimate tool you expect. The helper script executes whatever `smartchart` binary is on PATH, so installing an untrusted package named `smartchart` could be risky. Also check whether the CLI requires credentials or configuration (the skill doesn't declare any) and provide those only if you trust the service. If uncertain, try the tool in an isolated environment or review the upstream `smartchart` project's source first.
功能分析
Type: OpenClaw Skill Name: smartchart Version: 1.0.0 The skill provides a legitimate interface for interacting with the SmartChart data platform via its CLI. The included Python script (scripts/smartchart_query.py) is a standard wrapper using subprocess.run with safe argument handling, and the instructions in SKILL.md correctly guide the agent through a discovery and query workflow without any signs of malicious intent or data exfiltration.
能力评估
Purpose & Capability
Name/description ask for running smartchart CLI operations and the package contains an instruction-only SKILL.md plus a small helper script that calls the `smartchart run_tool` subcommand — all requested functionality aligns with the stated purpose.
Instruction Scope
SKILL.md only instructs listing tools, fetching help, and running queries via the smartchart CLI; it does not instruct reading unrelated files, exfiltrating data, or accessing environment variables beyond normal CLI usage.
Install Mechanism
There is no install spec in the registry; SKILL.md recommends installing the `smartchart` Python package via pip (a standard instruction). The package itself does not download arbitrary code or include an installer.
Credentials
No environment variables, credentials, or config paths are declared or accessed by the script. The helper only invokes the `smartchart` binary and handles its output — requested privileges are minimal and proportionate.
Persistence & Privilege
Skill is not forced-always and does not request persistent elevated privileges or modify other skills; autonomous invocation is allowed (platform default) but not combined with broad access.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install smartchart
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /smartchart 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
SmartChart skill initial release. - Enables querying and exploring data with the smartchart CLI. - Supports listing available data tools, viewing tool usage, and running data operations. - Guides users to fetch metrics and perform data retrieval tasks via the smartchart platform. - Provides instructions for standard workflows and output formatting.
元数据
Slug smartchart
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

smartchart 是什么?

This skill should be used when the user needs to query data, explore available data tools, or execute data operations using the smartchart CLI. Trigger when... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 97 次。

如何安装 smartchart?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install smartchart」即可一键安装,无需额外配置。

smartchart 是免费的吗?

是的,smartchart 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

smartchart 支持哪些平台?

smartchart 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 smartchart?

由 JohnYan2017(@johnyan2017)开发并维护,当前版本 v1.0.0。

💬 留言讨论