Xhs Publisher MCP Workflow

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.

harzva Updated

File contents

XHS Publisher MCP Workflow

Use this skill only when the user explicitly asks to publish, check login, or prepare MCP publishing.

Required sequence

  1. Run MCP login/status check if the MCP tool is available.
  2. Confirm title, content, image paths, tags, originality, and visibility are ready.
  3. Publish only after the user has explicitly requested publishing.
  4. Capture sanitized MCP result: status, PostID if returned, error summary if any.
  5. 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.

harzva/xhs-skill-suite/tree/main/skills/xhs-publisher-mcp-workflow commit fcda355b64

Frequently asked questions

npx skillmds@latest add harzva/xhs-publisher-mcp-workflow