Inspection only. Pricing, project use, execution, billing, and financial operations stay unavailable until verified approval.
WeChat HTML Adapter
将使用 style 类选择器排版的 HTML 文章转换为微信公众号编辑器可直接粘贴的兼容 HTML。解决微信粘贴后样式全丢、布局塌陷、SVG 变空白、本地图不显示等 22 项典型问题。支持 HTML 文件、Markdown 文件、网页 URL 三种输入。
Adoption decision
Use this listing for public evaluation and replacement comparison only until verification is complete.
Use when support queues, knowledge bases, and internal operations need faster triage.
Use WeChat HTML Adapter as a reusable agent capability instead of rebuilding the same workflow.
Inspect schema, permissions, publisher, and review state first; do not connect it to production before approval.
curl "https://api.useskillhub.com/v1/skills/wechat-html-adapter"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.
{
"type": "object",
"required": [
"input",
"output"
],
"properties": {
"input": {
"type": "string",
"description": "输入文件路径(.html/.md/.markdown)或 HTTP/HTTPS URL"
},
"output": {
"type": "string",
"description": "输出的微信公众号兼容 HTML 文件路径"
}
}
}{
"type": "object",
"required": [
"success",
"outputFile"
],
"properties": {
"error": {
"type": "string",
"description": "失败时的错误信息"
},
"success": {
"type": "boolean",
"description": "转换是否成功"
},
"outputFile": {
"type": "string",
"description": "生成的微信公众号兼容 HTML 文件的绝对路径"
}
}
}Published feedback appears after moderated signed-in evaluations. Submitted skills are not installable until verified.
No published feedback yet.
Feedback enters moderation and must be tied to a signed-in SkillHub account before it can become public trust evidence.
Sign in to submitTrust reports create operator queue items and must be tied to a signed-in SkillHub account.
Sign in to report