SwanLab Reader

v1.1.2

读取 SwanLab 实验数据。当用户发来 SwanLab run URL 时使用。

0· 72·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description, declared dependencies (swanlab, numpy), and the code all target SwanLab experiment data. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md commands map directly to the Python implementation. Instructions only read/write the skill's config key file (~/.config/swanlab/key) and call SwanLab endpoints or the swanlab library; they do not reference unrelated system files, credentials, or external endpoints.
Install Mechanism
There is no installer that downloads arbitrary code; this is an instruction+source bundle that relies on the listed Python dependencies. The SKILL.md notes using 'uv run' to manage dependencies, which is proportionate to the task.
Credentials
No required environment variables are enforced. The optional SWANLAB_KEY / SWANLAB_API_KEY and a local config file (~/.config/swanlab/key) are appropriate for an API client. No other secrets or unrelated env vars are requested.
Persistence & Privilege
The skill is not marked always:true and does not modify other skills or global agent settings. It stores an API key in its own config directory (~/.config/swanlab), which is expected behavior for a CLI/API client.
Assessment
This skill appears to do what it says: query SwanLab runs and display metrics. Before installing, be aware it will: (1) contact https://swanlab.cn to fetch data; (2) optionally store any API key you set in plaintext at ~/.config/swanlab/key (or you can provide it via SWANLAB_KEY or SWANLAB_API_KEY environment variables); and (3) require the swanlab Python package (review that package if you want to validate its behavior). Do not provide unrelated credentials. If you later suspect misuse, revoke the SwanLab API key and remove the ~/.config/swanlab/key file.

Like a lobster shell, security has layers — review code before you run it.

latestvk97aq7r1rp1mvkemgg8xcfbrex83n2q6

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

Environment variables
SWANLAB_KEYrequired
SWANLAB_API_KEYrequired

Comments