← Back to Skills Marketplace
smartchart
by
JohnYan2017
· GitHub ↗
· v1.0.0
· MIT-0
97
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install smartchart
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install smartchart - After installation, invoke the skill by name or use
/smartchart - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 97 downloads so far.
How do I install smartchart?
Run "/install smartchart" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is smartchart free?
Yes, smartchart is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does smartchart support?
smartchart is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created smartchart?
It is built and maintained by JohnYan2017 (@johnyan2017); the current version is v1.0.0.
More Skills