Jupyter Helper

v1.0.0

Manage and optimize Jupyter notebooks. Use when converting notebooks, extracting code cells, running notebooks headlessly, exporting to PDF/HTML, or debuggin...

0· 68·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for loutai0307-prog/jupyter-helper.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Jupyter Helper" (loutai0307-prog/jupyter-helper) from ClawHub.
Skill page: https://clawhub.ai/loutai0307-prog/jupyter-helper
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install jupyter-helper

ClawHub CLI

Package manager switcher

npx clawhub@latest install jupyter-helper
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill's name/description match the provided scripts: converting, extracting, cleaning, inspecting, and executing notebooks. However, the metadata declares no required binaries while the script clearly requires python3 and the nbconvert module — a documentation/metadata omission (these dependencies are appropriate for the stated purpose, but they are not declared).
Instruction Scope
SKILL.md tells the agent to run scripts/script.sh with specific commands and arguments. The script operates only on local notebook files passed as arguments and does not access unrelated system files, environment variables, or external endpoints. It does perform execution of notebooks (cmd_run), which intentionally runs arbitrary code contained in the notebook — expected for this tool but a security-sensitive operation.
Install Mechanism
No install spec (instruction-only with an included script) — nothing is downloaded or installed automatically by the skill. The risk is low because no external installers or network downloads are performed by the skill package itself.
Credentials
The skill declares no environment variables or credentials and the code does not read any secrets or external credentials. It only reads/writes files specified on the command line (not hidden config or auth files).
Persistence & Privilege
always is false and the skill does not request persistent or elevated placement. It does not modify other skills or system-wide configuration; normal autonomous invocation is permitted (default).
Assessment
This skill appears to do what it says: convert, extract, clean, inspect, and run Jupyter notebooks using a bundled shell script. Before installing or running it, note two things: (1) the package metadata does not list its real runtime dependencies — you need python3 and the nbconvert package (install with pip install nbconvert, plus nbconvert[webpdf] for PDF support); (2) the run command executes notebooks headlessly, which will run any code inside the notebook — do not run untrusted notebooks. Recommended precautions: run the tool inside a controlled environment (virtualenv, container, or sandbox), review notebooks before executing, and install nbconvert from a trusted source. If you need the skill to declare its dependencies, ask the publisher to add python3/nbconvert to the registry metadata.

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

latestvk97drngzqc85rm2g99m8ygsmv9850cp0
68downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

Jupyter Helper

Manage and optimize Jupyter notebooks. Use when converting notebooks, extracting code cells, running notebooks headlessly, exporting to PDF/HTML, or debuggin...

Triggers on

jupyter notebook, convert notebook, ipynb to python, extract code cells, run notebook, clear outputs, notebook info

When to Use

  • Working with jupyter helper and need quick reference
  • Looking up general standards or best practices for jupyter helper
  • Troubleshooting jupyter helper issues
  • Need a checklist or guide for jupyter helper tasks

Commands

intro

scripts/script.sh intro

Overview and background

theory

scripts/script.sh theory

Core theory and principles

methods

scripts/script.sh methods

Methods and techniques

tools

scripts/script.sh tools

Tools and software

standards

scripts/script.sh standards

Standards and protocols

experiments

scripts/script.sh experiments

Practical experiments and labs

glossary

scripts/script.sh glossary

Key terminology

references

scripts/script.sh references

Further reading and references

help

scripts/script.sh help

version

scripts/script.sh version

Powered by BytesAgain | bytesagain.com

Comments

Loading comments...