Publish content to Nosi and get a shareable URL. Use when the user wants to publish text, markdown, or files to nosi.pub for sharing.
Nosi lets you publish text to the open web and get a permanent, shareable URL.
Use this skill when the user says things like:
Base URL: https://nosi.pub
POST /v1/auth/register Content-Type: application/json
{"email": "[email protected]"}
The API key is sent via email (security requirement).
POST /v1/publish Content-Type: application/json X-API-Key: nosi_xxxxx
{"content": "Text to publish"}
Returns: {"content_url": "https://nosi.pub/123456", "raw_text_url": "..."}