Install
$ agentstack add skill-puppyfront-web-social-publish-skills-xiaohongshu-upload ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
小红书上传 Skill
Agent 执行规则(重要)
- 默认由 Agent 在仓库根目录直接执行命令,不要让用户手动复制粘贴命令。
- 只有在必须人工完成的步骤(扫码、短信验证码、账号确认、终端按 Enter)才请求用户介入。
- 若缺少
dist/cli.js或依赖未安装,Agent 先自动执行npm install、npx playwright install chromium、npm run build,再继续业务命令。
执行入口(本仓库)
在 social-publish-skills 根目录:
node dist/cli.js xiaohongshu check --account
node dist/cli.js xiaohongshu login --account
node dist/cli.js xiaohongshu upload-video \
--account \
--file \
--title "..."
node dist/cli.js xiaohongshu upload-note \
--account \
--images \
--title "..."
参数约定
视频
--file:视频绝对路径,必填--title:标题,必填--desc:描述,可选,默认同标题--tags:逗号分隔话题,可选--schedule:定时发布,格式YYYY-MM-DD HH:mm
图文
--images:图片绝对路径列表,至少 1 张--title:标题,必填--note:正文,可选,默认同标题--tags:逗号分隔话题,可选--schedule:定时发布,格式YYYY-MM-DD HH:mm
cookie 持久化
- 默认目录:
$SOCIAL_PUBLISH_DATA_DIR/cookies/xiaohongshu/.json - 发布前后引擎会读写 Playwright
storageState
平台边界
- 支持小红书创作者平台视频和图文笔记。
- 当前实现参考抖音适配器,使用 Playwright 直接操作
creator.xiaohongshu.com。 - 首次验收建议设置
SOCIAL_PUBLISH_HEADLESS=0观察扫码、上传控件和安全验证。
进度可视化
引擎在控制台输出 ⏳/✅/❌ [step/total] STAGE - message;agent 应同步转述给用户。
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: puppyfront-web
- Source: puppyfront-web/social-publish-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.