Skip to content

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.

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.

Claude Code
/plugin marketplace add xberg-io/plugins
/plugin install html-to-markdown@xberg-io
Codex CLI
/plugins add https://github.com/xberg-io/plugins

Then 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/plugins
Factory Droid
droid plugin marketplace add https://github.com/xberg-io/plugins
droid plugin install html-to-markdown@xberg-io
GitHub Copilot CLI
copilot plugin marketplace add https://github.com/xberg-io/plugins
copilot plugin install html-to-markdown@xberg-io
opencode

Add the package to opencode.json:

{
"$schema": "https://opencode.ai/config.json",
"plugin": ["@xberg-io/opencode-html-to-markdown"]
}