observable-framework-convert
Installation
SKILL.md
Converting Notebooks
Observable Framework documentation: Converting Notebooks Source: https://observablehq.com/framework/convert
Framework’s built-in convert command helps you convert an Observable notebook to standard Markdown for use with Observable Framework. To convert a notebook, you need its URL; pass it to the convert command like so:
npm run observable convert <notebook-url>
The above command assumes you’re running convert within an existing project. Outside of a project, you can use npx: