← 返回 Skills 市场
lhbzx1984

Paper to Pipeline

作者 lhbzx1984 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
280
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install paper-to-pipeline
功能描述
根据机器学习/深度学习论文的实验规划文档自动生成完整的 Python 实验 pipeline。支持数据预处理、模型构建、训练循环、评估指标、结果可视化。Use when user uploads an experiment plan document and wants to generate runnable...
安全使用建议
This skill is plausible but inconsistent and may not deliver fully runnable experiments out of the box. Before installing or running: 1) Note missing files: SKILL.md references several templates and a training-best-practices doc that are not in the package — expect gaps. 2) Inspect scripts/generate_pipeline.py and any generated files before executing: look for network calls (e.g., transformers.from_pretrained, model weight downloads) and any filesystem/network operations you did not expect. 3) Run generated code in an isolated/sandbox environment (no sensitive data, limited network) to confirm behavior. 4) Be prepared to manually fill template TODOs (DataLoader, dataset paths, dependency list). 5) If you want higher assurance, provide the full generate_pipeline.py (complete file) and any missing templates so a deeper review can confirm there is no hidden I/O or unexpected external endpoints.
功能分析
Type: OpenClaw Skill Name: paper-to-pipeline Version: 1.0.0 The 'paper-to-pipeline' skill bundle is a legitimate tool designed to automate the generation of machine learning experiment pipelines from structured markdown plans. The core logic in 'scripts/generate_pipeline.py' uses regex to parse user-provided text and writes standard PyTorch/Transformers boilerplate code to a specified directory. No evidence of data exfiltration, malicious execution, or prompt injection was found; the templates and scripts follow standard ML development practices.
能力评估
Purpose & Capability
The skill claims to generate complete, runnable Python experiment pipelines and includes a generator script (scripts/generate_pipeline.py), an image template, and reference docs — which is coherent with the described purpose. However, SKILL.md references many template files (text_classification.py, regression.py, clustering.py, and references/training-best-practices.md) that are not present in the file manifest; only assets/templates/image_classification.py is included. That mismatch means the skill cannot actually cover all the task types the description promises without missing assets.
Instruction Scope
SKILL.md instructs the agent to read a user-uploaded experiment plan and generate code files; it does not instruct reading unrelated system files or env vars. However the README/description repeatedly asserts the generated code will be 'directly runnable.' The provided templates contain TODOs/placeholders (e.g., an incomplete DataLoader in image template), so generated output may require manual edits. Also, generated code will likely call libraries that download pretrained weights (torchvision / transformers.from_pretrained) and may perform network I/O at runtime — SKILL.md does not explicitly warn about that.
Install Mechanism
There is no install spec; the skill is instruction-only with bundled code files. No external installers, downloads, or package managers are referenced by the skill bundle itself, which minimizes installer risk.
Credentials
The skill does not declare or require any environment variables, credentials, or config paths. Bundled code does not reference secrets in the files shown. Note: runtime behavior of the generated code may require network access (to pip install dependencies or download pretrained model weights) but that is a normal expectation for ML code and not requested by the skill package itself.
Persistence & Privilege
The skill is not marked always:true and does not request persistent elevated privileges. It does write generated files (the generator creates an output directory) which is expected for a code generator and limited in scope to its output path.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install paper-to-pipeline
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /paper-to-pipeline 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始版本 - 根据机器学习/深度学习实验规划文档自动生成完整 Python 实验 pipeline
元数据
Slug paper-to-pipeline
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Paper to Pipeline 是什么?

根据机器学习/深度学习论文的实验规划文档自动生成完整的 Python 实验 pipeline。支持数据预处理、模型构建、训练循环、评估指标、结果可视化。Use when user uploads an experiment plan document and wants to generate runnable... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 280 次。

如何安装 Paper to Pipeline?

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

Paper to Pipeline 是免费的吗?

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

Paper to Pipeline 支持哪些平台?

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

谁开发了 Paper to Pipeline?

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

💬 留言讨论