Markdown Fetcher
This skill fetches a web page and saves it to a file.
Procedure
- •Fetch: Use the
WebFetchtool with the URL to fetch the page content. - •Save: Use the
Writetool to save the fetched content to a file namedfetched.mdin 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.