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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/billhao/nosiWhat This Skill Does
The Nosi skill for OpenClaw provides a seamless interface for publishing text, markdown content, or files directly to the decentralized web via Nosi (nosi.pub). It acts as a bridge between your local AI workflow and the public internet, allowing you to convert your drafts, code snippets, or notes into permanent, web-accessible URLs instantly. By handling the authentication handshake and API communication internally, the skill removes the manual friction of copy-pasting content into browsers to share your work.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/billhao/nosi
Ensure that your OpenClaw agent has the necessary network permissions enabled, as the skill interacts directly with the Nosi API endpoints to register users and propagate content.
Use Cases
- Developer Documentation: Quickly share technical notes or code walkthroughs with colleagues.
- Content Creation: Publish markdown-formatted drafts to the public web without needing a full-fledged blogging platform.
- Quick Sharing: Generate a permanent link for temporary snippets, logs, or reports that need to be viewed outside of your local chat interface.
- Archiving: Use Nosi as a simple storage layer for text content you want to keep accessible via a static URL.
Example Prompts
- "I've written a detailed technical guide in this window, can you publish this to Nosi for me?"
- "Please share the current conversation summary on nosi.pub and give me the link."
- "I have some notes here; use my API key to post them to Nosi and let me know when it's live."
Tips & Limitations
- Authentication: You must have a registered API key. If you are a first-time user, provide your email to the agent to trigger the registration flow; your key will arrive via email.
- Size Constraints: Nosi limits individual posts to a maximum of 100KB. Ensure your content is condensed if you encounter a 413 error.
- Rate Limiting: The service is subject to rate limits. If you receive a 429 error, please wait a few minutes before attempting to publish again.
- Security: Treat your Nosi API key like a password. Do not share your key in plain text conversations unless your OpenClaw session is encrypted and secure.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-billhao-nosi": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api