Rednote Publisher
Skill by 1122525
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/1122525/rednote-publisherWhat This Skill Does
The Rednote Publisher skill is a specialized automation tool designed to streamline the document publishing process on the Xiaohongshu (Little Red Book) creator platform. It transforms the manual, tedious process of navigating the creator studio, drafting, formatting, and publishing long-form notes into a rapid, automated workflow. By leveraging OpenClaw’s browser-automation capabilities, this skill executes a series of precise UI interactions—clicking, typing, and managing the editor interface—reducing the average publishing time from 15 minutes to under 3 minutes per post.
Installation
To install this skill, run the following command in your terminal:
clawhub install openclaw/skills/skills/1122525/rednote-publisher
Ensure your ~/.openclaw/openclaw.json is correctly configured to allow browser host control, as this skill requires persistent interaction with the creator portal browser session. Always verify that your profile is set to 'openclaw' to maintain continuity in session data.
Use Cases
- Content Creators: Automating the upload of daily content logs or long-form opinion pieces to maintain consistent posting schedules.
- Marketing Teams: Batch-uploading professional articles or brand storytelling content from internal document repositories directly to the platform.
- Productivity Enthusiasts: Saving time on mechanical UI tasks by offloading the copy-paste and formatting stages to an agentic workflow.
Example Prompts
- "OpenClaw, launch the Rednote Publisher, navigate to the creator studio, and start a new long-form draft with the title 'My Weekly Tech Roundup' and the content in my clipboard."
- "Please run the Rednote Publisher workflow for the latest draft, apply the 'modern' layout style, and submit it for review."
- "Rednote Publisher: Check my content draft, add the hashtag #productivity, and publish the article using the predefined steps."
Tips & Limitations
- Token Efficiency: Utilize the 'Efficient Mode' for browser interactions. Instead of capturing a snapshot after every single click, group sequential actions together to reduce token consumption by up to 60%.
- Formatting: Ensure your source text is prepared in Markdown for optimal compatibility with the editor.
- Layouts: If you find the default layout doesn't suit your content, specify the preferred style name explicitly in your prompt.
- Limitations: This skill requires an active browser session with the creator platform logged in. It is intended for text-heavy and long-form image-text notes and may not support video-intensive editing features.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-1122525-rednote-publisher": {
"enabled": true,
"auto_update": true
}
}
}