2.5k
GitHub Stars
2
Bundled Files
2 months ago
Catalog Refreshed
3 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill openclaw/skills --skill xiaohongshu-mcporter-publish- _meta.json303 B
- SKILL.md696 B
Overview
This skill automates preparing a Xiaohongshu (Little Red Book) creator post by controlling Chrome via chrome-devtools-mcp while explicitly disabling any browser tool. It locates images on the user's Desktop, uploads them to the publish page, and fills in title and body content. Final publish action is left to the user to complete manually for safety and compliance.
How this skill works
The skill connects to the Xiaohongshu creator publish URL and uses mcporter to drive chrome-devtools-mcp commands, without exposing a browser tool. It inspects the publish form, finds image upload controls, and selects image files from a Desktop folder you name (e.g., ~/Desktop/XX). It auto-fills the title and post body fields, then stops and waits for the user to review and click Publish.
When to use it
- When you want to prepare Xiaohongshu posts quickly but retain final manual approval before publishing.
- When images are stored in a known Desktop folder and need to be uploaded in bulk.
- When you need consistent formatting for title and body across multiple drafts.
- When you want to avoid giving automated tools permission to publish directly.
Best practices
- Place all post images in a clearly named folder on your Desktop (e.g., ~/Desktop/TravelPost) before invoking the skill.
- Verify image filenames and order with a quick ls of the Desktop folder so uploads go in the intended sequence.
- Review and edit auto-filled title and body on the publish page for tone, hashtags, and platform-specific rules.
- Keep the browser window visible while the skill runs so you can confirm uploads and intervene if needed.
Example use cases
- Batch-prepare photo posts for a product launch by uploading images and pre-filling the marketing copy.
- Create draft travel diaries where images are selected from a Desktop folder and text is templated for consistency.
- Assist creators who prefer automation for repetitive steps but require manual final publishing for control.
FAQ
No. The skill uploads images and fills fields but intentionally stops before clicking Publish; you must manually publish.
How do I specify which Desktop folder contains my images?
Tell the skill the folder name on your Desktop (for example: 'TravelPost') and it will use ~/Desktop/TravelPost to list and select images.