url-to-markdown
URL to Markdown Converter
Fetches web pages and converts them to clean markdown files, removing ads and web clutter.
Usage
# Auto-generate filename from URL
scripts/url_to_md.sh <url>
# Specify output filename
scripts/url_to_md.sh <url> <output.md>
Examples
# Fetch an article
scripts/url_to_md.sh https://example.com/article-about-ai
More from ash-ishh/skills
coda
Export Coda document pages to local Markdown files. Use when a user wants to export, download, or extract content from Coda docs, list pages in a Coda document, or convert Coda page trees into Markdown. Triggers on tasks involving Coda API, Coda docs, or Coda page export.
9uv
Use `uv` instead of pip/python/venv. Run scripts with `uv run script.py`, add deps with `uv add`, use inline script metadata for standalone scripts.
6vercel-deployment
Deploy and troubleshoot projects on Vercel in a repo-agnostic way. Use when setting up Vercel projects, connecting Git repos, configuring framework/root directory/build settings, syncing environment variables, adding domains, triggering deployments, or debugging Vercel build/runtime failures.
1