Note Article Publisher for Openclaw

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

sa9saq
v1.0.0
Feb 11, 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-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-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 automation skill designed to handle content management on the note.com platform. By utilizing the HTTP Browser API, this tool allows AI agents to perform complex web interactions such as logging in, navigating the editor, and executing publishing workflows. It is a powerful addition to the library of Openclaw Skills, enabling creators to focus on content quality while the automation handles the technical steps of platform interaction.

Beyond simple posting, it integrates strategic optimization techniques for 2026-era content standards. It provides templates for both free and paid articles, ensuring that metadata, hashtags, and visual assets are correctly positioned for maximum reach and engagement.

Note Article Publisher Use Cases

  • Automating the creation and saving of article drafts on note.com.
  • Managing publishing workflows for both standard and premium (paid) content.
  • Conducting SEO and algorithm optimization checks before going live.
  • Verifying article appearance via automated screenshots.
  • Scraping dashboard data to monitor performance metrics like PVs and Likes.

How Note Article Publisher Works

  1. The skill establishes a connection to the platform using the HTTP Browser API and secure credentials.
  2. It executes a login sequence to authenticate the user session.
  3. Content is injected into the note.com editor using precise CSS selectors for titles and the ProseMirror body editor.
  4. The agent performs a verification step by taking a screenshot of the drafted content.
  5. Finally, the skill triggers the publication or save action, followed by generating social media promotional text.

Note Article Publisher Setup

To get started with this skill, configure your environment variables and use the Moltbot endpoint:

export MOLTBOT_URL="https://your-worker.workers.dev"
export CDP_SECRET="your-secret"

You can then trigger publishing actions via a POST request to your browser sequence API.

Note Article Publisher Data Schema & Taxonomy

The skill organizes its operations through JSON action sequences and manages article metadata as follows:

Field Description
url The target note.com endpoint (login, new, or dashboard).
actions A list of steps including waitForSelector, type, and click.
selector Specific DOM targets like [data-testid="title-input"] or .ProseMirror.
status Tracking table for ID, Title, Category, Progress, and PV/Likes.

Note Article Publisher Advanced Features

  • Smart SEO Guardrails: Validates title length (under 30 chars) and hashtag density.
  • Social Media Integration: Automatically generates promotional templates for X (formerly Twitter) and Threads.
  • Monetization Strategy: Built-in templates for paid articles with defined pricing tiers based on word count.
  • Dashboard Analytics: Automated scripts to extract performance data directly from the user dashboard using Openclaw Skills architecture.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*