tentacle-markdown2html

Convert Obsidian-flavored markdown to HTML via an enterprise rendering API.

4|1|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/tentacle-pro/skills --skill tentacle-markdown2html
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tentacle-markdown2html
Source: https://github.com/tentacle-pro/skills/tree/main/tentacle-markdown2html
Command: npx skills add https://github.com/tentacle-pro/skills --skill tentacle-markdown2html

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Converts Obsidian-flavored markdown into consistent, publishable HTML by delegating rendering to an enterprise API, removing the need for local rendering tooling and manual template handling.

Core Features & Use Cases

  • Enterprise rendering: Sends markdown plus a templateId to a centralized rendering endpoint and retrieves production-ready HTML.
  • Obsidian-aware preprocessing: Normalizes Obsidian image embeds so downstream image extraction and replacement work reliably.
  • WeChat and publishing workflows: Generates HTML intended for consumption by downstream skills like tentacle-post2wechat to upload images and set article thumbnails.
  • Use Case: Take an Obsidian article, apply a corporate template, and produce the HTML needed for corporate sites or WeChat posts.

Quick Start

Run the script with a markdown file and a template ID to produce a rendered HTML file in the same location.

Frequently Asked Questions about tentacle-markdown2html

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

FAQPage Schema
How do I convert Obsidian markdown to HTML for WeChat publishing?

To convert Obsidian markdown to HTML, send your markdown file and a templateId to an enterprise rendering API. This normalizes Obsidian image embeds and returns production-ready HTML for WeChat distribution or corporate sites.

What's the best way to render Obsidian image embeds into production HTML?

Rendering Obsidian image embeds into production HTML requires preprocessing to normalize the embed syntax before sending it to an API. This ensures downstream image extraction and template-based replacement work reliably for corporate publishing.

Do I need an API key to generate HTML from markdown files?

Yes, generating HTML from markdown via this enterprise rendering API requires configuration. You must set up an API_KEY and a TENTACLE_BASE_URL in your local .agents/skills/.env file before executing the conversion script.

Can I apply a corporate template to markdown before static site rendering?

Yes, you can apply a corporate template to markdown by specifying a templateId when calling the rendering API. The service processes the markdown with your selected template and outputs structured HTML for static site rendering.

Why does my markdown to HTML conversion fail without a templateId?

Markdown to HTML conversion via an enterprise rendering API requires a templateId to apply the correct corporate publishing structures. Without specifying a templateId, the API cannot generate the expected production-ready HTML output for your workflow.