Publish Markdown from Cursor
Cursor's agent mode generates documentation, specs, and notes as Markdown. OpenDocs turns those .md files into clean, shareable URLs right from the integrated terminal.
# In Cursor's agent mode...
> Write an API reference for the checkout endpoints and publish it to OpenDocs
# Cursor writes the doc, then publishes via the terminal
➜ opendocs publish checkout-api-reference.md
✔ Uploading content...
✔ URL generated: opendocs.cc/yourteam/checkout-api-reference
Three steps. That's it.
Step 1
Install the CLI
Install OpenDocs globally. It works in Cursor's integrated terminal.
npm install -g @opendocs.cc/cliStep 2
Authenticate
Log in once in the terminal. Cursor's agent can now publish for you.
opendocs loginStep 3
Ask Cursor to publish
Use agent mode to write a doc and publish it. Cursor runs the CLI command for you.
Skip the manual setup? Point your agent to the SKILL.md and it will handle installation, auth, and publishing for you.
Cursor writes it. OpenDocs ships it.
Publish any Markdown file Cursor creates without leaving your editor. One command, one URL, zero friction.
Start publishing with CursorFree to get started. No credit card required.