Marimo Batch

🌐Community
by marimo-team · vlatest · Repository

Marimo Batch efficiently processes multiple images for tasks like object detection and segmentation, accelerating workflows and saving valuable time.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add marimo-batch npx -- -y @trustedskills/marimo-batch
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "marimo-batch": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/marimo-batch"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The marimo-batch skill enables you to execute multiple Marimo notebooks sequentially within an AI agent workflow. This allows for complex, multi-step data processing and analysis where the output of one notebook serves as input for another. It facilitates automated pipelines and reduces manual intervention in repetitive tasks.

When to use it

  • Automating a series of data cleaning and transformation steps using multiple Marimo notebooks.
  • Building a pipeline that generates visualizations from data processed by several sequential notebooks.
  • Running different stages of a machine learning project, such as training, evaluation, and deployment, each encapsulated in a separate notebook.
  • Creating reproducible research workflows involving multiple analysis or modeling notebooks.

Key capabilities

  • Sequential execution of Marimo notebooks.
  • Passing output from one notebook to the next.
  • Automated workflow creation using a list of notebook paths.

Example prompts

  • "Run notebook1.marn then notebook2.marn."
  • "Execute the following notebooks in order: /path/to/notebook_a.marn, /path/to/notebook_b.marn, /path/to/notebook_c.marn."
  • "Process data using data_prep.marn and then visualize it with visualization.marn."

Tips & gotchas

Ensure that the notebooks you are batching are designed to accept input from previous steps, or define clear input mechanisms for each notebook within your workflow. Dependencies between notebooks must be clearly defined for proper execution order.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
marimo-team
Installs
0

🌐 Community

Passed automated security scans.