Summary
当 agent 需要通过已安装的 `sau` CLI 完成小红书登录、cookie 校验、视频上传或图文发布时使用这个 skill。该 skill 适用于已经安装 `social-auto-upload` 且可调用 `sau` 命令的环境。优先使用这个 skill 进行稳定的命令式小红书工作流,而不是一开始就阅读…
dreammis/social-auto-upload
当 agent 需要通过已安? `social-auto-upload` 且可调用 `sau` 命令的环境。优?
npx skills add dreammis/social-auto-upload --skill xiaohongshu-upload
当 agent 需要通过已安装的 `sau` CLI 完成小红书登录、cookie 校验、视频上传或图文发布时使用这个 skill。该 skill 适用于已经安装 `social-auto-upload` 且可调用 `sau` 命令的环境。优先使用这个 skill 进行稳定的命令式小红书工作流,而不是一开始就阅读…
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Helps users discover and install agent skills when they ask questions like "how do I do X", "fi…
3.3M installsBrowser automation CLI for AI agents. Use when the user needs to interact with websites, includ…
810.4K installsReview UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "chec…
617.3K installsBuild, deploy, evaluate, optimize, fine-tune, and manage Microsoft Foundry agents, models, and …
576.5K installsPrepare azd-based Azure projects for deployment: generates azure.yaml, infrastructure (Bicep/Te…
568.3K installsOther skills from dreammis/social-auto-upload.
npx skills add dreammis/social-auto-upload
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
main
Files included with this skill beyond the listing page.
SKILL.md
2,880 B
SUMMARY.md
368 B
优先把 sau 作为主接口。
不要假设当前环境一定能读取仓库源码。 不要一开始就去读 uploader/。 只有在命令不可用或 CLI 执行失败时,才回退到故障排查说明。
| 功能 | 命令入口 | 说明 |
|---|---|---|
| 小红书登录 | sau xiaohongshu login --account <name> |
生成或刷新指定账号的 cookie |
| cookie 校验 | sau xiaohongshu check --account <name> |
检查指定账号 cookie 是否有效 |
| 视频上传 | sau xiaohongshu upload-video ... |
上传并发布小红书视频 |
| 图文上传 | sau xiaohongshu upload-note ... |
上传并发布小红书图文 |
元数据约定:
title + desc + tagstitle + note + tagsreferences/runtime-requirements.md 里的运行前提。references/cli-contract.md 里的命令契约。sau xiaohongshu ... 命令。references/troubleshooting.md。sau xiaohongshu login --account <name> 登录小红书sau xiaohongshu check --account <name> 校验 cookie 是否有效sau xiaohongshu upload-video ... 上传小红书视频sau xiaohongshu upload-note ... 上传小红书图文logincheckupload-videoupload-notesausau 不可用,按 references/runtime-requirements.md 里的回退方式处理--headless 或 --headed--schedule当你需要稳定的命令模板时,使用 scripts/examples/ 下的文件:
xiaohongshu_commands.ps1xiaohongshu_commands.shxiaohongshuclitemplate.pyreferences/runtime-requirements.mdreferences/cli-contract.mdreferences/troubleshooting.md