Back to marketplace
Operations / Support

WeChat HTML Adapter

将使用 style 类选择器排版的 HTML 文章转换为微信公众号编辑器可直接粘贴的兼容 HTML。解决微信粘贴后样式全丢、布局塌陷、SVG 变空白、本地图不显示等 22 项典型问题。支持 HTML 文件、Markdown 文件、网页 URL 三种输入。

Public inspection

Adoption decision

Use this listing for public evaluation and replacement comparison only until verification is complete.

Inspect public details
Access planInspection only

Inspection only. Pricing, project use, execution, billing, and financial operations stay unavailable until verified approval.

Best forSupport and operations teams

Use when support queues, knowledge bases, and internal operations need faster triage.

Expected outputTriage result and support answer

Use WeChat HTML Adapter as a reusable agent capability instead of rebuilding the same workflow.

Prepare before useWait for verification

Inspect schema, permissions, publisher, and review state first; do not connect it to production before approval.

Availability
Inspection only. This skill is submitted but not verified yet. You can inspect its manifest, schemas, permissions, publisher, and review state. Project use, execution, subscription, billing, and financial operations stay unavailable until verified approval.
API inspectcurl "https://api.useskillhub.com/v1/skills/wechat-html-adapter"
Availability detailsVersion pin: 1.0.0 / Last reviewed: live registry
Review trustSubmittedInspection only. This listing is not verified yet.
Inspection only

This skill is submitted but not verified yet. You can inspect its manifest, schemas, permissions, publisher, and review state. Project use, execution, subscription, billing, and financial operations stay unavailable until verified approval.

Use cases
Use WeChat HTML Adapter as a reusable agent capability instead of rebuilding the same workflow.
Runtime contract
Input exampleJSON
{
  "type": "object",
  "required": [
    "input",
    "output"
  ],
  "properties": {
    "input": {
      "type": "string",
      "description": "输入文件路径(.html/.md/.markdown)或 HTTP/HTTPS URL"
    },
    "output": {
      "type": "string",
      "description": "输出的微信公众号兼容 HTML 文件路径"
    }
  }
}
Output exampleJSON
{
  "type": "object",
  "required": [
    "success",
    "outputFile"
  ],
  "properties": {
    "error": {
      "type": "string",
      "description": "失败时的错误信息"
    },
    "success": {
      "type": "boolean",
      "description": "转换是否成功"
    },
    "outputFile": {
      "type": "string",
      "description": "生成的微信公众号兼容 HTML 文件的绝对路径"
    }
  }
}
Security review
Skill API statusSubmitted
Permission profileHigh risk
RuntimeLocal
User feedback

Published feedback appears after moderated signed-in evaluations. Submitted skills are not installable until verified.

No rating yetAverage rating
0Published feedback

No published feedback yet.

Report a trust or runtime issue

Trust reports create operator queue items and must be tied to a signed-in SkillHub account.

Sign in to report