Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Creates a markdown paste on gomarkdown.online and returns the shareable URL. Use when the user wants to share markdown content via a link, create a paste of markdown, publish markdown online, or generate a shareable markdown document URL.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-05 | ✗→✓ | ▲ Improved | -46% | 0% |
| case-14 | ✗→✓ | ▲ Improved | -53% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -53% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -42% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -53% | 0% |
Create a markdown paste on gomarkdown.online and return the shareable URL.
Send a POST request to the GoMarkdown API:
bashcurl -s https://gomarkdown.online/api/paste \ --request POST \ --header 'Content-Type: application/json' \ --data '{"markdown": "<MARKDOWN_CONTENT>"}'
The response is JSON:
json{ "id": "abc1234567", "url": "/paste/abc1234567" }
The shareable URL is https://gomarkdown.online + the url field from the response.
Example: If the response url is /paste/abc1234567, the full URL is https://gomarkdown.online/paste/abc1234567.
markdown field in the request body is required and must be a string\n, quotes as \", backslashes as \\)Always return the full shareable URL to the user: https://gomarkdown.online/paste/<id>
Other measured skills in the registry, with their headline benchmark lift.