web-to-markdown
Use ONLY when the user explicitly says: 'use the skill web-to-markdown ...' (or 'use a skill web-to-markdown ...'). Converts webpage URLs to clean Markdown by calling the local web2md CLI (Puppeteer + Readability), suitable for JS-rendered pages.
- Score
- Unranked
- Evidence
- No signals yet
- Last commit
- Not known
- Listed
Install
armory install web-to-markdown --cli claudewrites the skill into.claude/skills/web-to-markdown/SKILL.mdListed as compatible
# fetches the source and writes it to:
.claude/skills/web-to-markdown/SKILL.mdNeeds the armory CLI · not on npm yet, build it from cli/ in the repository
What it is
Use ONLY when the user explicitly says: 'use the skill web-to-markdown ...' (or 'use a skill web-to-markdown ...'). Converts webpage URLs to clean Markdown by calling the local web2md CLI (Puppeteer + Readability), suitable for JS-rendered pages.
When to use it
Use ONLY when the user explicitly says: 'use the skill web-to-markdown ...' (or 'use a skill web-to-markdown ...'). Converts webpage URLs to clean Markdown by calling the local web2md CLI (Puppeteer + Readability), suitable for JS-rendered pages.
How to install / invoke
# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/development/web-to-markdown/SKILL.md -o .claude/skills/web-to-markdown/SKILL.md
Notes
Extracted from davila7/claude-code-templates, web-to-markdown category.