Nosi OpenClaw Plugin & Skill | ClawHub
Looking to integrate Nosi into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate notes & pkm tasks instantly, without having to write custom tools from scratch.
What this skill does
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.
Install
openclaw skills install @billhao/nosinpx clawhub@latest install nosiFull SKILL.md
Open original| name | description | user invocable |
|---|---|---|
| nosi | 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. | true |
SKILL.md content below is scrollable.
Nosi Publishing Skill
Nosi lets you publish text to the open web and get a permanent, shareable URL.
When to Use This Skill
Use this skill when the user says things like:
- "Publish this to Nosi"
- "Share this on Nosi"
- "Post this to nosi.pub"
- "Get a shareable link for this"
API Reference
Base URL: https://nosi.pub
Registration (for new users)
POST /v1/auth/register Content-Type: application/json
{"email": "[email protected]"}
The API key is sent via email (security requirement).
Publishing
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": "..."}
Workflow
- Ask if user has a Nosi API key
- If no: Ask for email → call register API → tell user to check email → wait for key
- If yes: Get the API key from user
- Publish content with X-API-Key header
- Return the content_url to user
Error Handling
- 401 Invalid key: Ask user to re-register with same email
- 429 Rate limited: Wait a few minutes
- 413 Content too large: Max 100KB