agentsclimarketplace

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

Install
npx -y skills add yangshu2087/Codex --skill webpage-capture-markdown

Assembled 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

  1. 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
  2. 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
  3. Save output as markdown with minimal frontmatter:
    • url
    • title
    • captured_at
    • optional source_method
  4. Default output location, unless the user specifies another path:
    • web-captures/<domain>/<slug>.md
  5. Preserve the important content, headings, links, and any notes about capture limitations.
  6. Do not auto-download images or media unless the user explicitly asks.
  7. 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 bun or Claude-specific plugin behavior.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,506. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.