io.github.datoushiwo/wechat-writer-mcp
NPM · WECHAT-WRITER-MCP · SCANNED AUG 17
面向技术博主的 AI 内容加工流水线 MCP —— 从原始素材到公众号草稿箱
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 33 of 108 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 2 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability82
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 477 tokens (~119/item across 4 items; 4 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · wechat-writer-mcp
claude mcp add datoushiwo-wechat-writer-mcp -- npx -y wechat-writer-mcp
codex mcp add datoushiwo-wechat-writer-mcp -- npx -y wechat-writer-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"datoushiwo-wechat-writer-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"wechat-writer-mcp"
],
"enabled": true
}
}
} openclaw mcp add datoushiwo-wechat-writer-mcp --command npx --arg -y --arg wechat-writer-mcp
mcp_servers:
datoushiwo-wechat-writer-mcp:
command: "npx"
args: ["-y", "wechat-writer-mcp"] {
"mcpServers": {
"datoushiwo-wechat-writer-mcp": {
"command": "npx",
"args": [
"-y",
"wechat-writer-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 14 Aug 26 70
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 17 Aug 2026 · Analysed npm/wechat-writer-mcp@0.1.1
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Dependencies 108 packages
| Packages resolved | 108 |
|---|---|
| Stale | 33 |
| Tree resolution | Complete |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
estimate_originality ~84
对内容做原创度自评,辅助决策是否点"原创"标记。基于用户自己的历史草稿做比对,不能替代微信官方查重。
| Name | Type | Req | Description |
|---|---|---|---|
| check_against_history | boolean | – | 是否与草稿箱历史内容比对 |
| content | string | yes | 待检查的文章内容(markdown 或纯文本) |
No output schema declared.
No examples provided.
import_source ~95
导入原始内容(本地 markdown 文件或 URL 网页),准备进行公众号加工。返回 raw_markdown 和元数据。
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | – | 本地文件路径(source_type=file 时必填) |
| source_type | string | yes | 来源类型:file 读取本地文件,url 抓取网页正文 |
| url | string | – | 网页 URL(source_type=url 时必填) |
No output schema declared.
No examples provided.
save_to_wechat_draft ~204
将加工好的内容存入公众号草稿箱。永远只存草稿,不会自动群发/发布。存入后需手动到公众号后台发布。
| Name | Type | Req | Description |
|---|---|---|---|
| author | string | – | 作者名(默认使用环境变量配置) |
| content_source_url | string | – | 原文链接(可选) |
| cover_path | string | – | 封面图片路径(cover_strategy=specified 时使用) |
| cover_strategy | string | – | 封面策略:random_from_folder 从目录随机选、specified 指定路径、none 不设封面 |
| digest | string | – | 摘要(不超过 120 字) |
| html_content | string | yes | 文章 HTML 正文(transform_for_wechat 的输出) |
| need_open_comment | boolean | – | 是否打开评论 |
| only_fans_can_comment | boolean | – | 是否仅粉丝可评论 |
| title | string | yes | 文章标题 |
No output schema declared.
No examples provided.
transform_for_wechat ~94
将 markdown 内容转换为公众号适配的 HTML 格式。自动段落切分、代码块处理、超链接转脚注、添加头尾模板,并生成 3 个标题候选。
| Name | Type | Req | Description |
|---|---|---|---|
| apply_template | boolean | – | 是否应用头尾模板 |
| raw_markdown | string | yes | 原始 markdown 内容 |
| title | string | – | 文章原标题(用于生成标题候选) |
No output schema declared.
No examples provided.