Xiaohongshu Post
在小红书创作服务平台发布图文帖子。包括: (1) 从本地桌面跨权限上传图片到小红书, (2) 填写标题和正文, (3) 发布帖子。当用户要求发布小红书帖子、上传图片到小红书、或需要在小红书发图文时使用此skill。
New
Join 0+ developers using this skill
skill
Browser Automation
intermediate
在小红书创作服务平台发布图文帖子。包括: (1) 从本地桌面跨权限上传图片到小红书, (2) 填写标题和正文, (3) 发布帖子。当用户要求发布小红书帖子、上传图片到小红书、或需要在小红书发图文时使用此skill。
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
确保用户已登录小红书创作服务平台 (https://creator.xiaohongshu.com)。
URL: https://creator.xiaohongshu.com/publish/publish?source=official
浏览器无法直接访问用户桌面文件,需要中转:
Get-ChildItem -Path $env:USERPROFILE\Desktop | Select-Object Name
# 假设图片名为 xxx.png New-Item -ItemType Directory -Path '\tmp\openclaw\uploads' -Force Copy-Item -Path (Join-Path $env:USERPROFILE 'Desktop\xxx.png') -Destination '\tmp\openclaw\uploads\' -Force
上传到小红书(关键步骤)
流程A: 首次上传
{ "action": "upload", "paths": ["C:\\tmp\\openclaw\\uploads\\xxx.png"] "profile": "chrome" }
流程B: 继续上传多张图片
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.