Webpage capture markdown
Skill yangshu2087/Codex/.agents/skills/webpage-capture-markdown
Capture an external webpage into a reusable local markdown note. Use when the user wants a rendered page saved locally, preserved for later reference, or turned into a markdown source artifact rather than only summarized in chat.From its SKILL.md
npx -y skills add yangshu2087/Codex --skill webpage-capture-markdownAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.6 KB, 306 tokens by cl100k_base, as published. Nobody here has run it
Webpage Capture Markdown
Use this skill when a webpage should become a local working artifact, not just a one-off answer.
Workflow
- Decide whether capture is necessary:
- if the user only needs a factual answer, use normal web research
- if the user wants a reusable file, local note, or preserved source snapshot, continue
- Choose the lightest capture method that will work:
- simple public page: use web tools first
- JavaScript-heavy or interaction-heavy page: use
playwright - authenticated or manually prepared page: ask the user before attempting interactive capture
- Save output as markdown with minimal frontmatter:
urltitlecaptured_at- optional
source_method
- Default output location, unless the user specifies another path:
web-captures/<domain>/<slug>.md
- Preserve the important content, headings, links, and any notes about capture limitations.
- Do not auto-download images or media unless the user explicitly asks.
- In the final report, include:
- saved file path
- capture method used
- anything that could not be captured cleanly
Team fit
- This skill is the current Codex-workspace adaptation of a useful workflow seen in
baoyu-url-to-markdown. - Keep it toolchain-native to this workspace; do not assume
bunor Claude-specific plugin behavior.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.