Qiaomu Markdown Proxy banner
joeseesun joeseesun

Qiaomu Markdown Proxy

AI community

Description

Fetch any URL as clean Markdown via proxy services (r.jina.ai / defuddle.md) or built-in scripts. Works with login-required pages like X/Twitter, WeCh

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

qiaomu-markdown-proxy

Convert any URL to clean Markdown, with built-in support for login-required pages (X/Twitter, WeChat, Feishu/Lark docs, etc.)

将任意 URL 转为干净的 Markdown,支持需要登录的页面(X/Twitter、微信公众号、飞书文档等)。

**[English](#english) | [中文](#中文)**


English

Features

Send any URL to Claude, and it automatically fetches the full content as Markdown. Five content types have dedicated extraction:

URL Type Method Why
WeChat Articles (mp.weixin.qq.com) Built-in Playwright script Anti-scraping protection requires headless browser
Feishu/Lark Docs (feishu.cn, larksuite.com) Built-in Feishu API script Requires API authentication, auto-converts to Markdown
YouTube Dedicated YouTube skill Video content has its own toolchain
PDF (remote or local) Built-in PDF extraction (extract_pdf.sh) Three-method cascade: marker-pdf → pdftotext → pypdf
All other URLs Proxy cascade via fetch.sh: r.jina.ai → defuddle.md → agent-fetch Free, no API key, content validation built-in

Prerequisites

  • Claude Code installed
  • curl (built-in on macOS/Linux)
  • (Optional - WeChat scraping) Python 3.8+ with playwright
    pip install playwright beautifulsoup4 lxml
    playwright install chromium
  • (Optional - PDF extraction) One of:
    • marker-pdf (best quality): pip install marker-pdf
    • pdftotext (fast): brew install poppler
    • pypdf (fallback): pip install pypdf
  • (Optional - Proxy fallback) agent-fetch
    npx agent-fetch --help  # No pre-install needed, npx auto-downloads
  • (Optional - Feishu docs) Environment variables FEISHU_APP_ID and FEISHU_APP_SECRET
    echo $FEISHU_APP_ID  # Verify configured

Installation

npx skills add joeseesun/qiaomu-markdown-proxy

Verify: ```ba