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

- Skill: `harzva/xhs-publisher-mcp-workflow` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add harzva/xhs-publisher-mcp-workflow`
- Raw SKILL.md: https://api.skillmd.com/api/skills/harzva/xhs-publisher-mcp-workflow/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: harzva (https://skillmd.com/u/harzva)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/harzva/xhs-publisher-mcp-workflow

---


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

