← Back to Skills Marketplace
1917
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install nosi
Description
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.
Usage Guidance
This skill appears to do what it says: it will ask you for a Nosi API key or your email (to register) and then POST your content to nosi.pub. Before using it, consider: (1) anything you publish will be public — do not include secrets, passwords, or private data; (2) when asked for an API key, treat that key like a secret — only provide it if you trust nosi.pub and are willing to let the skill send it in requests; (3) the skill's docs mention files but only show a text publish endpoint — if you need to upload binary files, confirm the expected workflow first; (4) because this is instruction-only, the agent (not installed code) will make outbound requests to nosi.pub — review any privacy/policy concerns with that site. If you want extra safety, create a dedicated account or key for publishing and avoid sharing sensitive content.
Capability Analysis
Type: OpenClaw Skill
Name: nosi
Version: 0.1.0
The skill bundle is benign. It clearly outlines its purpose: to publish content to nosi.pub. The instructions for the AI agent in `skill.md` are transparent, guiding the agent to ask the user for an email for registration and an API key for publishing, both of which are directly necessary for interacting with the `nosi.pub` service. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection attempts to subvert the agent's purpose, or obfuscation. All actions are aligned with the stated goal of using the `https://nosi.pub` API.
Capability Assessment
Purpose & Capability
Name and description (publish text/markdown/files to nosi.pub) match the instructions which document the publish API and a registration flow. No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
SKILL.md limits actions to asking the user for an API key or email, calling /v1/auth/register, and posting to /v1/publish with X-API-Key. It does not instruct the agent to read local files, scan system state, or exfiltrate unrelated data. One small gap: 'files' are mentioned in the description but publish endpoint shows only a text payload; the skill does not describe a multipart/file upload flow.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk or downloaded during install.
Credentials
No environment variables, credentials, or config paths are required by the skill. The workflow relies on a service-specific API key provided interactively by the user, which is proportional to the stated purpose.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills. It does allow normal autonomous invocation (platform default) but does not escalate persistence or privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nosi - After installation, invoke the skill by name or use
/nosi - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
nosi-publish 0.1.0 initial release:
- Publish human- or AI-written text to Nosi (nosi.pub) and return shareable URLs.
- Supports user API key management and registration flow via email.
- Handles optional title and license settings for published content.
- Returns both a human-friendly and raw machine-readable URL with each publish.
- Provides clear output with URLs, excerpt, and license info.
Metadata
Frequently Asked Questions
What is Nosi (Publish contents from AI agents)?
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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1917 downloads so far.
How do I install Nosi (Publish contents from AI agents)?
Run "/install nosi" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nosi (Publish contents from AI agents) free?
Yes, Nosi (Publish contents from AI agents) is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Nosi (Publish contents from AI agents) support?
Nosi (Publish contents from AI agents) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nosi (Publish contents from AI agents)?
It is built and maintained by billhao (@billhao); the current version is v0.1.0.
More Skills