FeaturedDocument Ops#Skills#Python#HTML#Markdown#Document Ops#Agent

HTML Table to Markdown (Agent Skill)

An agent runs a bundled Python skill that converts HTML tables into clean Markdown tables using only the standard library.

Workflow at a glance

The full canvas, before you import it

Click any node to see its config.

#Skills#Python#HTML#Markdown#Document Ops#Agent

Click a node to select it — same as the Heym editor; the panel shows its settings.

3 nodes · Free & source-available

HTML Table to Markdown (Agent Skill)

A Heym Agent Skill that does a fiddly job reliably. Paste HTML that contains one or more tables and the agent calls a bundled Python skill that parses the markup and returns clean Markdown tables.

What this workflow does

  1. htmlInput holds the HTML to convert
  2. tableConverterAgent calls the bundled html_table_to_markdown skill
  3. The skill parses every table with the standard-library HTML parser and emits Markdown
  4. markdownResult returns the converted tables

Why a skill

Parsing HTML in pure Python is exact and avoids the model mangling rows or columns. No external dependencies or keys.

Setup

Open tableConverterAgent, pick an LLM credential, paste your HTML, and run. Multiple tables are returned separated by blank lines.

How to import this template

  1. 1Click Import → Copy JSON on this page.
  2. 2Open your Heym and navigate to a workflow canvas.
  3. 3PressCmd+V/Ctrl+V— nodes appear instantly.
  4. 4Add your API keys in the node config panels and click Run.
More workflow templates
View all templates
Heym
incident analysis · production AI
Observed across 100s of AI rollouts

AI workflows don't fail because of prompts.
They fail because of orchestration.

symptom · glue code01
5 tools
Scripts, vector DB, approval bot, tracing, browser runner — none of them talk.
symptom · visibility02
~0%
Observable behavior across the stack. Debugging is guesswork.
with heym · one runtime
1 canvas
Agents, RAG, HITL, MCP, traces & evals. Self-hosted. Observable.
AI-Native RuntimeProduction-Grade
github.com/heymrun/heym