AgentSkillsCN

Markdown Fetcher

获取URL,转换为Markdown,并保存到fetched.md。

SKILL.md
--- frontmatter
description: Fetch a URL, convert to Markdown, and save to fetched.md.

Markdown Fetcher

This skill fetches a web page and saves it to a file.

Procedure

  1. Fetch: Use the WebFetch tool with the URL to fetch the page content.
  2. Save: Use the Write tool to save the fetched content to a file named fetched.md in the current working directory (path: ./fetched.md).

Important

You MUST use the Write tool to create the fetched.md file with the content from WebFetch. Do not just return the content - actually write it to the file.