smartchart
v1.0.0This 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...
⭐ 0· 61·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk971zcjn96n2zxsnjfw5aekd498415dn
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
