⏳ This skill is pending AI review.

Scores will appear once the review pipeline completes.

v1.0.0

website2markdown

@digidai⭐ 2 stars

Convert web pages to clean Markdown using the Website2Markdown API (md.genedai.me). Use when you need to fetch, read, extract, or analyze web page content — especially when WebFetch fails, returns incomplete content, or the target is JS-heavy/paywalled. Supports 21 platform adapters (WeChat, Zhihu, Feishu, Twitter/X, etc.), batch processing, structured extraction, and deep crawling.

—/10

// RATINGS

⭐GitHub Stars

New / niche

🟢ProSkills Score
—
📍

Not yet listed on ClawHub or SkillsMP

// README

website2markdown-skills

Convert any web page to clean Markdown from your AI agent. One command install, auto-discovered.

License: MIT API Source npm

Quick Install

Pick your agent, run one command:

# Claude Code
git clone https://github.com/Digidai/website2markdown-skills ~/.claude/skills/website2markdown

# OpenAI Codex CLI
git clone https://github.com/Digidai/website2markdown-skills ~/.codex/skills/website2markdown

# Gemini CLI
git clone https://github.com/Digidai/website2markdown-skills ~/.gemini/skills/website2markdown

# OpenClaw (via ClawHub)
npx clawhub@latest install website2markdown

# Cursor / Windsurf / Other agents
git clone https://github.com/Digidai/website2markdown-skills .claude/skills/website2markdown

That's it. Open a new session and the skill is auto-discovered.

Verify

You: Read this article: https://example.com
Agent: [Uses md.genedai.me API → returns clean Markdown]

Update

cd ~/.claude/skills/website2markdown && git pull

What It Does

Teaches your AI agent to convert any URL to clean Markdown — JS-heavy SPAs, paywalled content, anti-bot pages, and 21 Chinese/international platforms.

You: Read this WeChat article: https://mp.weixin.qq.com/s/abc123

Agent: [Calls md.genedai.me with force_browser=true]
       # 深度解析:大模型在企业的落地实践
       > 作者:张三 | 2026-03-25
       ## 核心观点
       1. 大模型的应用场景正在从实验室走向生产环境...
You: Compare these 3 blog posts and summarize the differences

Agent: [Uses batch API to fetch all 3 in one request, then compares]
You: Crawl the Cloudflare docs and save as Markdown files

Agent: [Uses deep crawl API with BFS, saves each page]

Capabilities

APIWhat It Does
GET /<url>?raw=trueConvert one URL to Markdown
POST /api/batchBatch convert up to 10 URLs
POST /api/extractExtract structured data (CSS/XPath/Regex)
POST /api/deepcrawlCrawl a site with BFS or keyword scoring
POST /api/jobsAsync task queue for long-running work

21 Platform Adapters

Chinese PlatformsInternational
WeChat, Zhihu, Feishu/Lark, Yuque, Juejin, CSDN, 36Kr, Toutiao, Weibo, NetEaseTwitter/X, Reddit, Notion, GitHub, Substack, Medium

These platforms have anti-bot protection, login walls, or complex JS rendering. The API handles all of it automatically.

Agent Compatibility

AgentInstall PathCommand
Claude Code~/.claude/skills/git clone ... ~/.claude/skills/website2markdown
Codex CLI~/.codex/skills/git clone ... ~/.codex/skills/website2markdown
Gemini CLI~/.gemini/skills/git clone ... ~/.gemini/skills/website2markdown
OpenClawClawHubnpx clawhub@latest install website2markdown
CursorProject .claude/skills/git clone ... .claude/skills/website2markdown
WindsurfProject .claude/skills/git clone ... .claude/skills/website2markdown

Follows the AgentSkills open standard.

Skills vs MCP Server

Have a terminal? Use Skills (this repo) — faster, richer context. No terminal (Claude Desktop, IDE only)? Use the MCP Server.

SkillsMCP Server
LatencyDirect HTTP (fastest)MCP protocol overhead
ContextFull patterns, error handling, 21 adaptersTool schema only
Installgit clone (one command)npm install -g + JSON config
Updategit pullnpm update -g

Project Structure

website2markdown-skills/
├── SKILL.md                 # Core skill — agent reads this
├── references/
│   ├── advanced-apis.md     # Batch, Extract, DeepCrawl, Jobs docs
│   └── platform-adapters.md # 21 platform adapter details
└── assets/
    └── recipes.md           # Copy-paste curl recipes

Contributing

  1. Fork → edit → test by copying to your agent's skills dir → PR
  2. Keep SKILL.md under 250 lines (it's the hub, not the encyclopedia)
  3. API details go in references/, curl examples in assets/recipes.md

Links

License

MIT

// HOW IT'S BUILT

KEY FILES

SKILL.mdREADME.md

// REPO STATS

2 stars

// ACTIONS

Rate this skill

login to rate

// SCORE

Pending review

// DETAILS

Categoryother
Author@digidai
Versionv1.0.0
PriceFree