AI Coding Assistants
Give your coding agent working knowledge of html-to-markdown so it writes correct convert() calls, picks the right options, and reaches for the right binding — without you pasting docs into the chat.
What this plugin does
Section titled “What this plugin does”The plugin packages html-to-markdown’s usage patterns, options, and per-language APIs as agent skills. Once installed, your assistant can answer html-to-markdown questions and generate accurate code straight from your editor or terminal. It installs from the xberg-io/plugins marketplace and works with every major coding agent — pick yours below.
Installing
Section titled “Installing”Claude Code
/plugin marketplace add xberg-io/plugins/plugin install html-to-markdown@xberg-ioCodex CLI
/plugins add https://github.com/xberg-io/pluginsThen search for html-to-markdown and select Install Plugin.
Cursor
Settings → Plugins → Add from URL → https://github.com/xberg-io/plugins, then select html-to-markdown.
Gemini CLI
gemini extensions install https://github.com/xberg-io/pluginsFactory Droid
droid plugin marketplace add https://github.com/xberg-io/pluginsdroid plugin install html-to-markdown@xberg-ioGitHub Copilot CLI
copilot plugin marketplace add https://github.com/xberg-io/pluginscopilot plugin install html-to-markdown@xberg-ioopencode
Add the package to opencode.json:
{ "$schema": "https://opencode.ai/config.json", "plugin": ["@xberg-io/opencode-html-to-markdown"]}