wespy-fetcher

Fetch WeChat articles or web pages and convert them to Markdown.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/2670044605/agent-skills-hub --skill wespy-fetcher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wespy-fetcher
Source: https://github.com/2670044605/agent-skills-hub/tree/main/skills/registry/upstream/wlzh-skills/wespy-fetcher
Command: npx skills add https://github.com/2670044605/agent-skills-hub --skill wespy-fetcher

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill wraps the WeSpy CLI to fetch WeChat/public web articles and convert them into Markdown, enabling easy capture, storage, and downstream processing.

Core Features & Use Cases

  • Single article fetch: fetch a WeChat article or a generic web page and output it as Markdown by default.
  • Album/batch support: retrieve album lists and batch-download articles via upstream WeSpy capabilities.
  • Multi-format outputs: Markdown by default, with optional HTML/JSON/all formats, and an interactive mode when URL is not provided.
  • Easy integration: automatically clone upstream WeSpy if missing and delegate execution to wespy.main.main.

Quick Start

Run the wespy-fetcher to fetch a WeChat article and convert it to Markdown.

Frequently Asked Questions about wespy-fetcher

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

FAQPage Schema
How do I convert a WeChat article to Markdown?

To convert a WeChat article to Markdown, you can use this skill to fetch the article URL and output it directly as a Markdown file, streamlining content capture and archiving for downstream processing.

Can I batch download WeChat articles from an album list?

Yes, you can batch download WeChat articles by retrieving album-based lists. The skill leverages upstream WeSpy CLI capabilities to fetch multiple articles from an album and convert them into Markdown.

Does the article fetcher support output formats other than Markdown?

Yes, the article fetcher supports multiple output formats. While Markdown is the default, you can optionally export fetched WeChat articles or web pages as HTML, JSON, or all formats combined.

Do I need to manually install the WeSpy CLI to fetch web pages?

No, you do not need to manually install the WeSpy CLI. If the local upstream WeSpy wrapper is missing, the skill automatically clones it and delegates execution to handle the web page fetching.

What happens if I run the fetcher without providing a URL?

If you run the article fetcher without providing a URL, it launches an interactive mode. This allows you to manually input or select the WeChat articles or generic web pages you want to fetch and convert.