Wechat Article Fetcher

🌐Community
by ppx123-web · vlatest · Repository

This skill fetches articles from WeChat public accounts, streamlining content curation and saving you time on manual collection.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add wechat-article-fetcher npx -- -y @trustedskills/wechat-article-fetcher
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "wechat-article-fetcher": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/wechat-article-fetcher"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

wechat-article-fetcher

What it does

This skill retrieves and processes articles from WeChat, enabling AI agents to access content within the WeChat ecosystem. It bridges the gap between external AI models and specific WeChat article data.

When to use it

  • You need to summarize or analyze news published on WeChat Official Accounts.
  • Your agent requires context from a specific WeChat article URL to answer user questions.
  • You are building a workflow that aggregates information from Chinese social media platforms.

Key capabilities

  • Fetches content directly from WeChat articles via provided URLs.
  • Extracts text and metadata for downstream AI processing.
  • Integrates specifically with the WeChat platform environment.

Example prompts

  • "Fetch this WeChat article: [URL] and summarize the main points."
  • "Extract the author's argument from this WeChat post and compare it to the previous one."
  • "Get the full text of this WeChat Official Account update for my report."

Tips & gotchas

  • Ensure the provided URL is a valid, public WeChat article link; private or deleted content may fail.
  • This skill relies on specific API access or scraping methods compatible with WeChat's current structure, so availability may fluctuate with platform updates.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
ppx123-web
Installs
83

🌐 Community

Passed automated security scans.