An automated workflow tool to publish markdown content directly to note.com with full support for images and metadata.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install note-article-publisher
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install note-article-publisher using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Note Article Publisher is a specialized tool within the Openclaw Skills ecosystem designed to bridge the gap between local markdown editing and the note.com publishing platform. It utilizes Playwright-based browser automation to simulate a user's interaction with the note.com interface, allowing for the seamless upload of text and media. By using this Openclaw Skills integration, developers and writers can maintain their content in version control while automating the tedious manual steps of web-based CMS entry.
To set up this skill, ensure you have Node.js 18+ installed, then run the following commands in the skill directory:
npm install
npx playwright install chromium
Configure your security credentials using environment variables. It is highly recommended to use a session cookie for better security within Openclaw Skills:
export NOTE_SESSION="your_session_cookie"
The skill expects markdown files to follow a specific metadata taxonomy in the frontmatter to ensure correct publishing by Openclaw Skills:
| Field | Type | Description |
|---|---|---|
| title | String | The headline of the note.com article. |
| tags | Array | A list of tags (e.g., [AI, Automation]) for discovery. |
| cover | Path | The relative file path to the article's cover image. |
| images | Inline | Standard markdown image syntax  is automatically processed. |
Loading
A sophisticated behavioral skill that removes robotic AI patterns to facilitate natural, warm, and human-like communication.

A comprehensive multi-layer security framework designed to protect autonomous AI agents from prompt injection, sensitive data leaks, and unauthorized operations.

An advanced strategy and algorithm skill designed to dominate the Moltbook marketplace through competitive analysis and ranking optimization.

An autonomous AI negotiation agent designed to handle job requests, pricing, and contract terms in the Moltbook marketplace.

A sophisticated browser automation tool for managing the end-to-end lifecycle of note.com articles, from draft creation to optimized publishing.

A comprehensive automation skill for drafting, illustrating, and publishing SEO-optimized articles on Note.com.








































