← 返回 Skills 市场
154
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install vecml-automl
功能描述
VecML AutoML — Drop a CSV, train an ML model, get predictions. One command. Use when the user asks to: train a model, upload data, run predictions, classify,...
安全使用建议
This skill legitimately uploads CSV files to an external VecML API to train models — that is its purpose. Before installing, consider: 1) Do not upload sensitive or regulated data (PII, PHI, secrets) unless you trust VecML and have an appropriate contract/controls. 2) Create an API key scoped/minimized for this use and rotate it if shared. 3) The script may be run by the agent autonomously; if you want manual confirmation before uploads, require the agent to ask you first. 4) If you need the service endpoint to differ, VECML_API_URL is supported as an env override (not listed in metadata). 5) Review the VecML homepage/API docs and ensure the service's privacy/retention policies meet your needs. If any of these are unacceptable, do not install or only run on synthetic/non-sensitive datasets for testing.
功能分析
Type: OpenClaw Skill
Name: vecml-automl
Version: 1.1.0
The skill bundle provides a legitimate interface for the VecML AutoML service, allowing users to train and query machine learning models using CSV data. The Python script (vecml-pipeline.py) uses standard libraries to process data and communicate with the official API endpoint (aidb.vecml.com), with no evidence of malicious execution, obfuscation, or unauthorized data exfiltration beyond the intended service functionality.
能力评估
Purpose & Capability
Name/description (AutoML: upload CSV, train, predict) match the actual behavior. The script posts base64-encoded CSVs, creates projects, triggers training, and fetches metrics from the VecML API at aidb.vecml.com by default. The single required env var (VECML_API_KEY) is appropriate for a hosted ML API.
Instruction Scope
SKILL.md and vecml-pipeline.py explicitly read local CSV files, sample headers, and base64-encode & upload the data to the VecML API. This is expected for the stated purpose, but it means user data (potentially sensitive) is transmitted off-host. SKILL.md also instructs running the included script from the workspace path and using shell commands like head -1 to show headers — those are within scope. If users expect data to remain local, that expectation would be violated.
Install Mechanism
No install spec; the skill is instruction-only with a bundled Python script. It relies only on standard Python stdlib (urllib, csv, base64) and requires no external downloads or package installs. This is low-risk from an install mechanism perspective.
Credentials
Declared required env var is VECML_API_KEY, which is proportional. The code also reads optional env vars VECML_API_URL and VECML_PROJECT (defaults provided) — these are not listed in metadata but are harmless optional overrides. No other credentials or system paths are requested.
Persistence & Privilege
always is false and the skill does not request permanent or elevated privileges. It does not modify other skills or system-wide configs. The skill will run autonomously if the agent decides to invoke it (platform default), which is expected for skills.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install vecml-automl - 安装完成后,直接呼叫该 Skill 的名称或使用
/vecml-automl触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
v1.1: One-command pipeline script, auto-detects columns, drops IDs/free-text, proper CSV handling, visual output with metrics and feature bars
v1.0.0
Initial release — full ML pipeline: upload, train, predict, feature importance via VecML API
元数据
常见问题
VecML AutoML 是什么?
VecML AutoML — Drop a CSV, train an ML model, get predictions. One command. Use when the user asks to: train a model, upload data, run predictions, classify,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 154 次。
如何安装 VecML AutoML?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install vecml-automl」即可一键安装,无需额外配置。
VecML AutoML 是免费的吗?
是的,VecML AutoML 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
VecML AutoML 支持哪些平台?
VecML AutoML 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 VecML AutoML?
由 Tin Le(@tinle2)开发并维护,当前版本 v1.1.0。
推荐 Skills