Note Article Publisher for Openclaw

An automated workflow tool to publish markdown content directly to note.com with full support for images and metadata.

sa9saq
v1.1.0
Feb 8, 2026
0
0
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install note-article-publisher

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Note Article Publisher?

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.

Note Article Publisher Use Cases

  • Automating a technical blog pipeline where local markdown files are synced to note.com.
  • Managing multiple article drafts and previewing them programmatically via Openclaw Skills.
  • Rapidly uploading image-heavy articles without manual drag-and-drop operations.
  • Integrating note.com publishing into a larger CI/CD content distribution workflow.

How Note Article Publisher Works

  1. The skill reads a local markdown file and parses the YAML frontmatter for metadata like titles, tags, and cover images.
  2. It initializes a Playwright instance to log into note.com using either session cookies or credentials.
  3. The automation engine processes the markdown body, identifies local image paths, and uploads them to the note.com media library.
  4. A draft is created on the platform, mapping the markdown elements to the note.com editor structure.
  5. The Openclaw Skills pipeline can then preview the draft or proceed to final publication with the defined tags.

Note Article Publisher Setup

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"

Note Article Publisher Data Schema & Taxonomy

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 ![](./path.png) is automatically processed.

Note Article Publisher Advanced Features

  • Comprehensive pipeline command that handles the entire flow from markdown parsing to live publication.
  • Secure session cookie rotation support to avoid storing plaintext passwords in your Openclaw Skills configuration.
  • Smart image handling that supports local relative paths and automatic cloud uploading.
  • Headless and headed mode support for debugging automation triggers in different environments.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*