← Back to Skills Marketplace
lhbzx1984

Paper to Pipeline

by lhbzx1984 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
280
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install paper-to-pipeline
Description
根据机器学习/深度学习论文的实验规划文档自动生成完整的 Python 实验 pipeline。支持数据预处理、模型构建、训练循环、评估指标、结果可视化。Use when user uploads an experiment plan document and wants to generate runnable...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install paper-to-pipeline
  3. After installation, invoke the skill by name or use /paper-to-pipeline
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
初始版本 - 根据机器学习/深度学习实验规划文档自动生成完整 Python 实验 pipeline
Metadata
Slug paper-to-pipeline
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Paper to Pipeline?

根据机器学习/深度学习论文的实验规划文档自动生成完整的 Python 实验 pipeline。支持数据预处理、模型构建、训练循环、评估指标、结果可视化。Use when user uploads an experiment plan document and wants to generate runnable... It is an AI Agent Skill for Claude Code / OpenClaw, with 280 downloads so far.

How do I install Paper to Pipeline?

Run "/install paper-to-pipeline" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Paper to Pipeline free?

Yes, Paper to Pipeline is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Paper to Pipeline support?

Paper to Pipeline is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Paper to Pipeline?

It is built and maintained by lhbzx1984 (@lhbzx1984); the current version is v1.0.0.

💬 Comments