| name | xhs-publisher-mcp-workflow |
| description | Use when publishing a Xiaohongshu note through the local Xiaohongshu MCP, checking login status, preparing MCP publish arguments, or recording sanitized publish results. Does not store credentials or login state. |
XHS Publisher MCP Workflow
Use this skill only when the user explicitly asks to publish, check login, or prepare MCP publishing.
Required sequence
- Run MCP login/status check if the MCP tool is available.
- Confirm title, content, image paths, tags, originality, and visibility are ready.
- Publish only after the user has explicitly requested publishing.
- Capture sanitized MCP result: status, PostID if returned, error summary if any.
- Hand off to
xhs-publication-ledger to record the note.
MCP argument shape
title: short Xiaohongshu title.
content: note body without hashtags embedded.
tags: topic list.
images: local absolute image paths that exist on the publishing machine.
is_original: true for original generated assets/copy.
visibility: usually public unless user says otherwise.
Safety
Never save MCP cookies, account files, browser profiles, raw API payloads with secrets, or login state in this repository.