小红书智能排期发布器
v1.0.0小红书智能排期发布器 - 帮助内容创作者实现自动化内容排期和定时发布。 Use when: - 用户需要批量管理小红书待发布内容 - 用户需要定时自动发布小红书笔记 - 用户需要智能推荐最佳发布时间 - 用户需要查看发布队列状态和历史记录 - 用户需要接收发布成功/失败通知 NOT for: - 非小红书平台的内...
⭐ 0· 70·0 current·0 all-time
by@sxzxlj
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description describe an automated scheduler for 小红书 and the code implements queue management, scheduling, publishing (via a local MCP service) and notifications. Required resources (local MCP at localhost:18060, local DB, optional webhook URLs) align with that purpose; nothing requires unrelated cloud credentials or unrelated system accesses.
Instruction Scope
SKILL.md restricts scope to Xiaohongshu and local MCP; instructions and scripts operate against the local MCP REST API and local data files. The code will read image/video file paths supplied by the user (resolving relative paths to absolute) and write a local SQLite DB and logs — this is expected, but users should be aware that providing arbitrary filesystem paths gives the skill access to those files and their contents.
Install Mechanism
This is an instruction-and-code bundle with no install spec. No remote download/install steps are present; only standard Python packages (requests, pyyaml, python-dateutil) listed in requirements.txt. No suspicious download URLs or archive extraction are used.
Credentials
The skill does not request environment variables or platform credentials. It uses a local config.yaml for webhook URLs and tokens (Feishu/DingTalk/Telegram) provided by the user. Those webhook/token fields can send data externally if configured — this is expected for notification functionality but users should only enter trusted webhook endpoints.
Persistence & Privilege
always:false and no changes to other skills or system-wide settings. The skill persists its own data under its data/ directory (queue.db, logs, images) which is normal for a scheduler. It does not request permanent elevated privileges.
Assessment
This package appears coherent for automating 小红书 publishing using a local MCP service. Before installing: 1) Verify you run the trusted xiaohongshu-mcp service on localhost as the skill calls it for login and publishing. 2) Only configure notification webhooks (Feishu/DingTalk/Telegram) that you trust — those endpoints will receive message content and links. 3) Be cautious when adding image/video paths: the skill will resolve and read any file paths you supply. 4) The skill stores cookies, tasks and logs locally (data/queue.db, data/logs); ensure that storage location and retention meet your privacy requirements. 5) Review and run in an isolated environment if you are unsure (sandbox or test account) and respect 小红书 platform rules to avoid account risk.Like a lobster shell, security has layers — review code before you run it.
latestvk97ds8skha0s3yr0j7fpnp341d83vqrk
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
