add-molab-badge

Generate molab badge Markdown and insert it into documentation files.

5|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/panicPaul/ember --skill add-molab-badge-panicpaul
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-molab-badge
Source: https://github.com/panicPaul/ember/tree/main/.agents/skills/add-molab-badge
Command: npx skills add https://github.com/panicPaul/ember --skill add-molab-badge-panicpaul

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Add "Open in molab" badge(s) linking to marimo notebooks. Works with READMEs, docs, websites, or any markdown/HTML target.

Core Features & Use Cases

  • Generate and insert standardized molab badge links into Markdown or HTML targets.
  • Discover notebooks in a repository and construct correct molab URLs automatically.
  • Use case: place badges in a README to point to Marimo notebooks for quick experimentation.

Quick Start

Provide notebook URLs or allow discovery to locate notebooks, and insert the Open in molab badge Markdown into your target files.

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 my markdown documentation?

This Skill automates adding Open in molab badges to markdown by discovering notebooks in your repository and constructing the correct molab URLs to insert into README or documentation targets.

How does notebook discovery work for generating molab URLs?

Notebook discovery for molab URLs works by scanning your repository structure to locate notebooks, then constructing the molab URL using the format https://molab.marimo.io/github/{owner}/{repo}/blob/{branch}/{path_to_notebook}.

Can I automatically replace existing marimo.app links with molab badges?

Yes, the Skill can replace existing marimo.app links in your markdown targets with the correct Open in molab badge links during the URL generation process.

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

The molab badge insertion supports both markdown and HTML targets, allowing you to place standardized molab badge links in READMEs, documentation, or websites for quick notebook experimentation.

What do I need to know about my repository structure to construct correct molab URLs?

Constructing correct molab URLs requires knowing your repository owner, repo name, branch, and the path to the notebook. This information is needed to build the https://molab.marimo.io/github/ URL structure.

Can I insert molab badges into multiple markdown files in bulk?

Yes, bulk badge insertion is supported. You can provide direct notebook URLs or allow discovery to locate notebooks across your repository, enabling automated insertion of Open in molab badges into multiple markdown targets.