finance-wechat-article

Generates publish-ready WeChat finance articles through author, editor, and reader agent collaboration.

Updated Aug 10, 2026
One-click install
npx skills add https://github.com/Choi-Keith/skill-arsenal-ultra --skill finance-wechat-article-choi-keith
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: finance-wechat-article
Source: https://github.com/Choi-Keith/skill-arsenal-ultra/tree/main/plugins/finance-skills/finance-writing/skills/finance-wechat-article
Command: npx skills add https://github.com/Choi-Keith/skill-arsenal-ultra --skill finance-wechat-article-choi-keith

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Writing in-depth finance or tech articles for WeChat Official Accounts often suffers from a single-author blind spot: the writer understands the content but readers drop off midway. This Skill enforces an external review loop by coordinating three agents—author, editor, and reader—to produce articles that are deep, readable, and actually understandable to the target audience. ## Core Features & Use Cases - Three-Agent Workflow: An author agent drafts the article, an editor agent refines structure and expression, and a reader agent reviews from the target audience's perspective, with feedback merged into a final draft. - Parallel Research Phase: Launches 2-3 research agents to gather core content, industry background, and competitive comparisons before writing begins. - Figure Extraction from PDFs: For paper-interpretation articles, renders PDF pages at 900+ DPI with pdftoppm and crops figures with PIL, inserting real high-resolution images instead of placeholders. - Use Case: Ask it to write a WeChat article interpreting a new LLM technical report; it researches the paper and industry context, drafts a 3000-4000 word article with LaTeX formulas and extracted figures, then iterates based on editor and reader feedback. ## Quick Start Ask the agent to write a WeChat Official Account article on a finance or tech topic, such as "write a WeChat article explaining why Buffett avoids tech stocks".

Frequently Asked Questions about finance-wechat-article

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

FAQPage Schema
How do I write a WeChat Official Account article with AI?

Provide a topic such as a paper interpretation or investment question, and the skill runs research agents, drafts the article with an author agent, then refines it through editor and reader agent reviews. The output is a Markdown file ready for publishing.

How does the author-editor-reader agent workflow improve article quality?

The author agent ensures depth, the editor agent fixes structure and pacing, and the reader agent flags confusing passages from the target audience's perspective. Feedback from all three is merged in a final revision pass, prioritizing issues raised by multiple agents.

Can it extract figures from research paper PDFs for articles?

Yes. It renders PDF pages at 900 DPI or higher using pdftoppm, locates figure coordinates, and crops them with PIL into PNG files of at least 500KB. Images are stored in an assets directory and embedded directly in the article.

What topics are suitable for this WeChat article skill?

It targets finance and technology topics such as paper interpretations, technical report explainers, and investment analysis. It is not designed for non-finance subjects or internal memos, as stated in its scope definition.

What writing rules does the skill enforce for WeChat articles?

It prohibits fabricated data, AI-sounding cliches, and placeholder images. Formulas must use LaTeX with plain-language explanations, paragraphs stay under four lines, and the ending must be a shareable one-sentence judgment.