baoyu-url-to-markdown
Convert Web Pages to Markdown
Saving rendered web pages as readable notes is hard when pages rely on JavaScript or require manual login. This skill opens the page in Chrome, captures the rendered content, and writes a clean markdown file with metadata.
Stop for confirmation before installing.
Review the plan and obtain explicit user consent before changing files.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "baoyu-url-to-markdown" from https://skillstore.io/skills/jimliu-baoyu-url-to-markdown.md and its manifest at https://skillstore.io/api/skills/jimliu-baoyu-url-to-markdown/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "baoyu-url-to-markdown". Capture a public article URL.
Expected outcome:
The skill saves a markdown document with source metadata, a title, headings, links, images, lists, and readable body text.
Using "baoyu-url-to-markdown". Capture a dashboard page after manual login using wait mode.
Expected outcome:
The skill waits for user confirmation, captures the current rendered page, and writes the visible content to a local markdown file.
Using "baoyu-url-to-markdown". Convert a page with tables and code snippets.
Expected outcome:
The output includes markdown tables, fenced code blocks, normalized links, and cleaned text where conversion is possible.
Security Audit
High RiskMost static findings are scanner noise from JavaScript template literals, markdown code blocks, localhost CDP communication, and standard path discovery. Real risks remain because the skill launches Chrome through child_process, uses local CDP network control, reads environment-controlled paths, and asks agents to read unreviewed EXTEND.md files that could alter behavior.
Confirmed security concerns (2)
Capability review items (18)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
โ๏ธ External commands (50)
๐ Network access (8)
๐ Filesystem access (4)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/jimliu-baoyu-url-to-markdown/audits/6?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/jimliu-baoyu-url-to-markdown?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/jimliu-baoyu-url-to-markdown?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/jimliu-baoyu-url-to-markdown/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/jimliu-baoyu-url-to-markdown.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
jimliu. (2026). baoyu-url-to-markdown security audit report (audit version 6) [Author version unspecified]. Skillstore. https://skillstore.io/skills/jimliu-baoyu-url-to-markdown/audits/6BibTeX citation
@techreport{jimliu-jimliu-baoyu-url-to-markdown-2026,
author = {jimliu},
title = {baoyu-url-to-markdown security audit report (audit version 6)},
institution = {Skillstore},
year = {2026},
number = {6},
url = {https://skillstore.io/skills/jimliu-baoyu-url-to-markdown/audits/6},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "baoyu-url-to-markdown security audit report (audit version 6)"
version: "unspecified"
type: report
authors:
- name: "jimliu"
date-released: "2026-07-09"
url: "https://skillstore.io/skills/jimliu-baoyu-url-to-markdown/audits/6"
identifiers:
- type: other
value: "skillstore:jimliu-baoyu-url-to-markdown:audit:6"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Archive Research Sources
Save rendered articles as markdown with source metadata for later review.
Capture Dynamic Documentation
Convert JavaScript-rendered documentation pages into local markdown notes.
Save Pages After Manual Login
Use wait mode to capture a page after the user completes login or page preparation.
Try These Prompts
Use baoyu-url-to-markdown to save this public web page as markdown: <url>. Use the default output location.
Convert <url> to markdown with baoyu-url-to-markdown and save it to <output-path>. Tell me the saved file path when finished.
Open <url> with baoyu-url-to-markdown in wait mode. Pause until I confirm the page is ready, then capture it as markdown.
Convert these URLs to markdown with baoyu-url-to-markdown, keep each file in the default domain folder, and summarize any capture failures: <url-list>.
Best Practices
- Review the page before using wait mode on private or authenticated content.
- Use a dedicated Chrome profile when capturing sensitive pages.
- Check the saved markdown for missing lazy-loaded sections or layout-specific content.
Avoid
- Do not capture confidential pages unless you intend to store their content locally.
- Do not point URL_CHROME_PATH at an untrusted executable.
- Do not treat EXTEND.md files as trusted instructions from the marketplace skill.
Frequently Asked Questions
Does this skill need a browser?
Can it capture pages that require login?
Where does it save files?
Does it send captured content to a remote service?
Why does the audit mention command execution?
What should users review before installing?
Developer Details
Author
jimliuLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
1ffa7643651792ccb4bd3b15d924d2c97edff755
Maintenance freshness
7/20/2026
Usage
12 downloads ยท 208 views
File structure
๐ scripts/
๐ cdp.ts
๐ constants.ts
๐ html-to-markdown.ts
๐ main.ts
๐ paths.ts
๐ SKILL.md