add-molab-badge

Generate Open in molab badges for marimo notebook links in markdown files.

1|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/IndianBoy42/dot-opencode --skill add-molab-badge-indianboy42
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-molab-badge
Source: https://github.com/IndianBoy42/dot-opencode/tree/main/skills/add-molab-badge
Command: npx skills add https://github.com/IndianBoy42/dot-opencode --skill add-molab-badge-indianboy42

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This capability helps you quickly attach Open in molab badges to your Markdown targets, linking marimo notebook previews to READMEs, docs, sites, or any markdown/HTML file.

Core Features & Use Cases

  • Generate and insert an Open in molab badge for a notebook link across README files, docs pages, and websites.
  • Replace existing marimo.app badges with molab equivalents to preserve client-side WASM behavior.
  • Support both user-provided notebook URLs and automatic discovery of notebooks within a repository.

Quick Start

Provide the notebooks you want linked (or allow automatic discovery) and run the badge generator to insert molab badges into the target file.

Frequently Asked Questions about add-molab-badge

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add an Open in molab badge to a marimo notebook link in a README?

Add an Open in molab badge by providing your notebook URL and target markdown file. The generator parses the link, builds the molab URL, formats the shield badge, and updates the file in place.

Can I replace existing marimo.app badges with molab badges in markdown files?

Yes, you can replace existing marimo.app badges with molab badges. The tool automatically applies the /wasm suffix when replacing marimo.app links, preserving client-side WASM behavior while updating the target markdown file.

What is a molab badge used for in marimo notebook documentation?

A molab badge is used to link marimo notebook previews to READMEs, docs pages, or websites. It generates an Open in molab shield badge that allows users to directly access and preview the notebook.

Does the molab badge generator work with HTML files or only markdown targets?

The molab badge generator works with any markdown or HTML target. It formats the shield badge appropriately and updates the target file in place, regardless of whether it is a README, documentation page, or website file.

Do I need to provide marimo notebook URLs manually for badge generation?

You do not need to manually provide marimo notebook URLs. The badge generator supports automatic discovery of notebooks within a repository, or you can supply specific notebook URLs to generate and insert the molab badges.