#Skills
Skills are useful when you want your agent to automatically use curl.md when fetching URLs and follow best practices.
#Quick Start
Install the curl.md skills and CLI, and start curling.
Install skills
npx skills add https://curl.md --yesInstall CLI
Optionally, install the CLI (agents love using it).
curl -fsSL https://curl.md/install.sh | bashIf the CLI is not installed, the skills fallback to using
curl, e.g.curl curl.md/<url>.Start curling
Start your favorite agent and try this out:
Read the curl.md skills docs and summarize how it works. https://curl.md/docs/skillsYour agent should automatically use curl.md to turn URLs you paste, or URLs it decides to fetch on its own, into markdown.
#Install
Install the official curl.md skills with:
npx skills add https://curl.md --yesHosted skills are available at https://curl.md/.well-known/skills/index.json.
#Usage
Once the curl.md skills are installed, there’s nothing more to do. Your coding agent should automatically use curl.md to turn URLs you paste, or URLs it decides to fetch on its own, into markdown.
Important
If your agent is struggling to use curl.md automatically, please open an issue so we can get to the bottom of it.
Last updated: May 5 3:02 PM