CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. davila7
  4. /
  5. claude-code-templates
  6. /
  7. Web To Markdown

Web To Markdown

Editor's Note

When you need to scrape JavaScript-heavy sites or deal with login walls, this skill wraps the web2md CLI tool, which runs Puppeteer with Readability and Turndown under the hood. It converts web pages to clean Markdown by spinning up a real Chrome instance, so it handles content that won't load without JavaScript. The interactive mode is the standout feature: it pauses the browser so you can manually solve CAPTCHAs or log in before extraction continues. One catch is the explicit trigger requirement, you have to say "use the skill web-to-markdown" or it won't fire, which feels artificial but keeps it from colliding with simpler fetch-based approaches. Good for archiving documentation or research where you need the actual rendered content.

Install

npx skills add https://github.com/davila7/claude-code-templates --skill web-to-markdown
Votes
0
Installs322
GitHub Stars27.7k
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment