community-automations/url-to-markdown

DevOps&コード

PublicClaude サブエージェント

URL → Markdown変換

ノートやナレッジベース用に Web ページを保存すると、メニュー、バナー、トラッキング用の余計な要素まで付いてきます。このコンバーターは記事本体だけを抽出し、クリーンな Markdown で返します。

sonnet2日以内PythonReadabilityTurndownS3
ClaudeClaude
ROI for
README.md

このサブエージェントを選ぶ理由

ノートやナレッジベース用に Web ページを保存すると、メニュー、バナー、トラッキング用の余計な要素まで付いてきます。このコンバーターは記事本体だけを抽出し、クリーンな Markdown で返します。

定型部分を除去し、見出しやリストをそのまま維持し、相対リンクを絶対リンクに書き換えるため、ファイルを移動してもリンクが壊れません。出力にはタイトルと正規 URL が front matter として含まれるため、手動のクリーンアップなしで、そのままノートやドキュメントに追加できます

動作の流れ

    • Read

      Used at step 01 to kick off the pipeline.

    • Write

      Used at step 01 to kick off the pipeline.

    • WebFetch

      Used at step 01 to kick off the pipeline.

    • WebSearch

      Used at step 01 to kick off the pipeline.

出力サンプル

json
// Sample output
// (generated when the pipeline finishes)

Given a URL, extract the main content and return clean Markdown with title and canonical URL as front matter and absolute links.

Unlock the rest

The full agent definition, install snippet, and starter task are gated for community members.

Members get the full `.md` agent file, the npm / pnpm install one-liners, a starter prompt that we've tuned against real runs, and the open-source repo when this automation ships there. One email, magic link, done.