ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified communication Safety 4/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/billhao/nosi
Or

What 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

  1. "I've written a detailed technical guide in this window, can you publish this to Nosi for me?"
  2. "Please share the current conversation summary on nosi.pub and give me the link."
  3. "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

Author@billhao
Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-billhao-nosi": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#publishing#web-sharing#markdown#content-management
Safety Score: 4/5

Flags: network-access, external-api