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.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "nosi" with this command: npx skills add billhao/nosi

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": "user@example.com"}

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

  1. Ask if user has a Nosi API key
  2. If no: Ask for email → call register API → tell user to check email → wait for key
  3. If yes: Get the API key from user
  4. Publish content with X-API-Key header
  5. 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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Content Keyword Tracker

An OpenClaw skill for tracking keyword trends and generating structured reports. Uses Tavily API for search and supports webhook notifications for daily repo...

Registry SourceRecently Updated
General

读书每日推荐

微信读书飙升榜每日推荐卡片生成器。从微信读书飙升榜抓取热门书籍数据,生成精美的每日读书推荐卡片(HTML/PNG)。当用户说「读书推荐」「微信读书」「飙升榜」「今日好书」「推荐一本书」「读书卡片」「book recommendation」时触发。也可用于每日定时推送读书推荐场景。

Registry SourceRecently Updated
General

V3.3 系统架构白皮书

V3.3系统架构白皮书 — V19认知治理协议最高级架构版本。三维耦合引擎(空间冗余×时间调度×结构对齐)整合内部自洽、外部控制、注意力均衡为单一状态机驱动执行流。

Registry SourceRecently Updated
General

CORE CONSTITUTION MANIFEST API Spec v1.0.0

CORE CONSTITUTION MANIFEST API规范文档v1.0.0 — V19认知治理协议的外部接入技术规范。包含宪法合规校验、系统启动自检、注意力均衡、审计冗余查询等核心端点。

Registry SourceRecently Updated