xiaohongshu_publish
Publish content to Xiaohongshu (Little Red Book) with text and images using browser automation for social media management.
Instructions
发布小红书内容
Args: title: 标题(必填,不超过40个字符) content: 正文内容(必填) image_paths: 图片路径列表(必填,支持jpg/jpeg/png/gif/webp格式) headless: 是否使用无头模式,默认False(建议使用有界面模式观察发布过程) chrome_path: Chrome浏览器可执行文件路径,可选
Returns: 发布结果消息
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chrome_path | No | ||
content | Yes | ||
headless | No | ||
image_paths | Yes | ||
title | Yes |