webpage-to-markdown — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited webpage-to-markdown (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
name: webpage-to-markdown description: Convert web pages to clean Markdown format, extracting main content while preserving structure. This skill should be used when users need to convert web pages to markdown, extract content from websites, save web articles as markdown, convert HTML to markdown, archive web content, or process online documentation. Keywords: 网页转markdown, 网页转换, HTML转markdown, 提取网页内容, 保存网页为markdown, convert webpage to markdown, extract web content, save article as markdown, HTML to markdown conversion, web scraping to markdown, 网页内容提取, 在线文档转换 inputs:
outputs:
instructions: |
This skill fetches web pages and converts them to clean, readable Markdown format. It uses readability algorithms to extract the main content while preserving the document structure and formatting.
Use this skill when you need to:
The options parameter can include:
include_images: Whether to include images (default: true)preserve_links: Whether to keep all links (default: true)extract_metadata: Whether to extract page metadata (default: true)content_selector: CSS selector for specific content extractionexclude_selectors: CSS selectors for elements to excludeReturns an object containing:
{
"markdown_content": "# Article Title\n\nArticle content in Markdown format...",
"metadata": {
"title": "Original Page Title",
"author": "Article Author",
"publish_date": "2024-01-15",
"url": "https://example.com/article",
"word_count": 1250,
"reading_time": 5,
"extraction_success": true
}
}The converter preserves:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.