AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Website2markdown Skills

mcp-digidai-website2markdown-skills · by Digidai

AI Agent Skills for website2markdown — convert any URL to Markdown. Compatible with Claude Code, OpenClaw, Cursor, and AgentSkills-compatible agents.

No reviews yet
0 installs
30 views
0.0% view→install

Install

$ agentstack add mcp-digidai-website2markdown-skills

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access Used
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-digidai-website2markdown-skills)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
6mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Website2markdown Skills? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

website2markdown-skills

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

[](LICENSE) [](https://md.genedai.me) [](https://github.com/Digidai/website2markdown) [](https://www.npmjs.com/package/@digidai/mcp-website2markdown)

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

| API | What It Does | |-----|-------------| | GET /?raw=true | Convert one URL to Markdown | | POST /api/batch | Batch convert up to 10 URLs | | POST /api/extract | Extract structured data (CSS/XPath/Regex) | | POST /api/deepcrawl | Crawl a site with BFS or keyword scoring | | POST /api/jobs | Async task queue for long-running work |

21 Platform Adapters

| Chinese Platforms | International | |-------------------|---------------| | WeChat, Zhihu, Feishu/Lark, Yuque, Juejin, CSDN, 36Kr, Toutiao, Weibo, NetEase | Twitter/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

| Agent | Install Path | Command | |-------|-------------|---------| | 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 | | OpenClaw | ClawHub | npx clawhub@latest install website2markdown | | Cursor | Project .claude/skills/ | git clone ... .claude/skills/website2markdown | | Windsurf | Project .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.

| | Skills | MCP Server | |---|---|---| | Latency | Direct HTTP (fastest) | MCP protocol overhead | | Context | Full patterns, error handling, 21 adapters | Tool schema only | | Install | git clone (one command) | npm install -g + JSON config | | Update | git pull | npm 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](LICENSE)

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.