Skip to content

Overview

#Installation

Install curl.md in the environment you use most. Start with the CLI if you want the broadest support or install curl.md first-party agent plugins.

Pick one install path

You only need one primary install path to get value from curl.md and can always add more integrations later.

#Plugins

Integrate curl.md into your favorite coding agent.

Learn more about plugins in the Plugins Guide.

#CLI

Install the CLI via curl, npm, or bun.

curl -fsSL https://curl.md/install.sh | bash

Using curl.md with an agent

Install the CLI first. Then, if your agent supports skills and you have Node, install the hosted skills with npx skills add https://curl.md --yes. If you don’t have Node, run curl.md skills add to sync curl.md’s local CLI skills into your agent.

Learn more about the CLI in the CLI Guide.

#SDK

Install curl.md with your favorite package manager:

npm i curl.md

Learn more about the SDK in the API & SDK Guide.

#No Code

Don’t want to install anything? Respect. You can use curl.md directly with curl:

curl curl.md/example.com

or in your browser by prefixing any URL with curl.md.

open https://curl.md/example.com