wecom-article-archive

Analyzes articles and writes structured Chinese Markdown notes into new WeCom documents.

Updated Aug 12, 2026
One-click install
npx skills add https://github.com/stalwarthuang/my-configurations --skill wecom-article-archive-stalwarthuang
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: wecom-article-archive
Source: https://github.com/stalwarthuang/my-configurations/tree/main/skills/wecom-article-archive
Command: npx skills add https://github.com/stalwarthuang/my-configurations --skill wecom-article-archive-stalwarthuang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @wecom/cli.

What problem does it solve? It turns a raw article link into a verified, well-structured Chinese Markdown knowledge note and archives it as a new WeCom (企业微信) document, eliminating manual reading, summarizing, and document formatting work. ## Core Features & Use Cases - Source-Verified Article Analysis: Opens the original URL, cross-checks recent research or news against official sources, and clearly separates original claims, supplementary material, and inference. - Structured Markdown Notes: Produces documents with core conclusions, detailed interpretation, insights, further thinking, and action suggestions, following user-specified naming rules. - End-to-End WeCom Archiving: Creates a new plain document via wecom-cli (doc_type 3), writes the full Markdown, and polls get_doc_content to verify the content landed correctly. - Use Case: You find a deep-dive engineering blog post and say "企微文章收纳,命名以'架构笔记'打头" — the Skill reads the article, verifies the source, and delivers a linked WeCom doc with conclusions and insights. ## Quick Start Use the wecom-article-archive skill to analyze this article URL and save a structured Chinese note as a new WeCom document with the title prefixed by 技术收纳.

Frequently Asked Questions about wecom-article-archive

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I archive an article into a WeCom document automatically?▼

Provide the article URL plus a naming rule such as a title prefix or full title. The Skill reads and verifies the source, builds a structured Chinese Markdown note, creates a new WeCom plain document via wecom-cli, and writes the content with read-back verification.

How to create a WeCom doc using wecom-cli?▼

Run wecom-cli doc create_doc with a JSON payload containing doc_type 3 and the doc_name, then write content with doc edit_doc_content using the returned docid. Always serialize parameters as JSON rather than hand-escaping strings.

What happens if wecom-cli is not installed or unauthorized?▼

The Skill stops before writing and reports the issue. It checks the CLI with command -v and auth status, and if unauthorized it runs wecom-cli init in non-interactive mode, showing a QR code for the user to scan before continuing.

Can this Skill update an existing WeCom document instead of creating a new one?▼

It can overwrite an existing document only after reading its full content and confirming the target with the user. The edit_doc_content API is a full overwrite with no versioning or atomic append, so concurrent edits risk being lost.

What are the limitations of archiving articles to WeCom documents?▼

There is no knowledge base or folder targeting, no local image upload pipeline, and no version control or rollback. Documents are plain Markdown only, and doc tool availability depends on the enterprise's bot permissions.