AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Wechat Article Ingest

skill-chubbyguan-chubbyskills-wechat-article-ingest · by chubbyguan

>

No reviews yet
0 installs
4 views
0.0% view→install

Install

$ agentstack add skill-chubbyguan-chubbyskills-wechat-article-ingest

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-chubbyguan-chubbyskills-wechat-article-ingest)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Wechat Article Ingest? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

微信公众号文章处理 Skill

将微信公众号文章转换为 Markdown,生成 A 层观点提取 + B 层问题链,存入知识库。

两种模式

模式 1:直接链接抓取(推荐)

python scripts/fetch_article.py "https://mp.weixin.qq.com/s/xxxxx"

公众号文章 URL 是公开的,不需要登录,直接抓取即可。

模式 2:PDF 提取

python scripts/extract.py "path/to/article.pdf"

适用于通过「笔记同步助手」等工具导出的 PDF。

环境要求

# Python 3.10+
pip install beautifulsoup4 markitdown pymupdf

# 或者用 uv
uv pip install beautifulsoup4 markitdown pymupdf

使用方法

单篇处理(链接)

python scripts/fetch_article.py "https://mp.weixin.qq.com/s/xxxxx" --output ./output

单篇处理(PDF)

python scripts/extract.py "path/to/article.pdf" --output ./output

A+B 处理(需要 Agent)

帮我处理这篇文章:https://mp.weixin.qq.com/s/xxxxx
提取观点 + 问题链

核心流程

公众号链接/PDF → 提取内容 → A层观点提取 + B层问题链 → 存入知识库

A层:观点提取

生成 观点提取-{作者}-{主题}.md

  • 🔴 支柱观点(P1-P6):文章最核心的论点
  • 🟡 支撑观点(S1-S8):支撑支柱的论据
  • 🟢 延伸观点(E1-E4):可以延伸思考的方向
  • Takeaway:每条含核心观点 + 行动指向

B层:问题链

生成 问题链-{作者}-{主题}.md

  • 3-5 条问题链,每条对应一个核心主题
  • 每条链分 L1(安全区)→ L2(边缘区)→ L3(核心区)
  • 每条链 6 道问题
  • 终局种子:一个带回家的问题

知识库目录结构

知识库/
├── 素材库/
│   └── 公众号文章/
│       └── {公众号名}/
│           └── article.md
└── wiki/
    └── 外部输入/
        └── 公众号/
            └── {公众号名}/
                └── {主题}/
                    ├── 观点提取.md
                    └── 问题链.md

已知限制

  • 部分公众号文章有防盗链,可能抓取失败
  • 纯图片文章无法提取文字
  • MarkItDown 需要 Python ≥ 3.10
  • 长文档拆分需要 Agent 判断

参考项目

⚖️ 合规声明

仅供个人学习与研究使用。请遵守目标平台的服务条款(ToS)与 robots 规则,控制请求频率,不要用于批量抓取、商用爬取或侵犯他人权益的场景。下载内容的版权归原作者所有。

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.