Skip to content

Releases: Digidai/website2markdown

v1.0.0 — Open Source Launch

26 Mar 12:01

Choose a tag to compare

Website2Markdown v1.0.0

Convert any URL to clean Markdown. Open source under Apache-2.0.

Highlights

  • 14 site adapters: WeChat, Zhihu, Feishu, Twitter/X, Reddit, Notion, and more
  • 5-layer fallback pipeline: Native → Readability → Browser → CF REST → Jina
  • MCP Server: npm install -g @digidai/mcp-website2markdown (npm)
  • Agent Skills: website2markdown-skills for Claude Code, OpenClaw
  • llms.txt: AI discoverability at md.genedai.me/llms.txt
  • 568 tests, TypeScript strict mode, edge-deployed on Cloudflare Workers

Quick Start

# Convert any URL to Markdown
curl -H "Accept: text/markdown" https://md.genedai.me/https://example.com

# AI Agent integration (Claude Code)
git clone https://github.com/Digidai/website2markdown-skills ~/.claude/skills/website2markdown

Links

See CHANGELOG.md for full details.