wewrite-stats

Fetches WeChat article read, share, and like metrics and backfills history records with recommendations.

3.2k|513|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/oaker-io/wewrite --skill wewrite-stats
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wewrite-stats
Source: https://github.com/oaker-io/wewrite/tree/main/skills/wewrite-stats
Command: npx skills add https://github.com/oaker-io/wewrite --skill wewrite-stats

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

After publishing WeChat Official Account articles, creators lack a structured way to pull performance data and connect it back to their content decisions. This Skill retrieves article metrics via the WeChat API, backfills them into the local history record, and turns raw numbers into actionable adjustments for future topics, titles, and frameworks.

Core Features & Use Cases

  • Metrics Retrieval: Runs wewrite stats --days 7 to pull reads, shares, likes, and read rates from the WeChat data analysis API.
  • History Backfill: Matches fetched stats to articles in history.yaml and writes the stats fields back for long-term tracking.
  • Performance Analysis: Identifies best and worst performing articles, explains likely causes (title strategy, topic heat, framework type), and recommends adjustments.
  • Feedback Loop: Backfilled stats are read by the topic-selection module so high-performing frameworks and strategies get weighted in future recommendations.
  • Use Case: A week after publishing three articles, ask how they performed; the Skill pulls the data, flags which title strategy won, and suggests what to emphasize in the next piece.

Quick Start

Ask the AI to review how my recent WeChat articles performed over the last 7 days and suggest improvements for my next topics and titles.

Frequently Asked Questions about wewrite-stats

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

FAQPage Schema
How do I check WeChat Official Account article performance data?

Run the stats review flow, which executes `wewrite stats --days 7` to call the WeChat data analysis API. It pulls reads, shares, likes, and read rates for recent articles and matches them to your local history records.

How to analyze which WeChat article titles and topics perform best?

After metrics are backfilled into history.yaml, the Skill compares best and worst performing articles and attributes differences to title strategy, topic heat, or framework type. It then recommends concrete adjustments for future topics, titles, and structures.

Does WeChat article stats retrieval require API credentials?

Yes, fetching live data requires WeChat API credentials configured in config.yaml. Without credentials, the Skill falls back to qualitative analysis based only on existing history.yaml records and tells you so explicitly.

Why can't I see data for an article I just published?

WeChat article metrics need time to accumulate, so newly published articles should be reviewed after about 24 hours. The Skill will advise you to wait rather than report incomplete numbers.

How does article performance data affect future content recommendations?

Backfilled stats are read by the topic-selection module, which weights frameworks and enhancement strategies that historically performed well. This forms a data feedback loop alongside the edit-learning flywheel.