← Back to Skills Marketplace
112
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install xhs-scheduler-skill
Description
小红书智能排期发布器 - 帮助内容创作者实现自动化内容排期和定时发布。 Use when: - 用户需要批量管理小红书待发布内容 - 用户需要定时自动发布小红书笔记 - 用户需要智能推荐最佳发布时间 - 用户需要查看发布队列状态和历史记录 - 用户需要接收发布成功/失败通知 NOT for: - 非小红书平台的内...
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: xhs-scheduler-skill
Version: 1.0.0
The xhs-scheduler-skill bundle is a well-structured automation tool for managing Xiaohongshu (XHS) content scheduling. It includes scripts for queue management (queue_manager.py using SQLite), a smart timing algorithm (smart_timing.py), and a publisher (publisher.py) that communicates with a local MCP service (localhost:18060). The notification system (notifier.py) supports Feishu, DingTalk, and Telegram via user-configured webhooks. No evidence of data exfiltration, malicious execution, or prompt injection was found; the code logic is transparent and strictly follows the stated purpose of social media automation.
Capability Assessment
Purpose & 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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install xhs-scheduler-skill - After installation, invoke the skill by name or use
/xhs-scheduler-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
xhs-scheduler-skill v1.0.0
- Initial release of the 小红书智能排期发布器 (Xiaohongshu Smart Scheduler).
- Automates content scheduling, queue management, and timed publishing for Xiaohongshu.
- Supports intelligent posting time recommendations based on audience activity.
- Includes status tracking, historical records, and publishing notifications (Feishu/DingTalk optional).
- Provides command shortcuts for easy operation and queue management.
- Offers tiered plans: Free, Basic, and Professional.
Metadata
Frequently Asked Questions
What is 小红书智能排期发布器?
小红书智能排期发布器 - 帮助内容创作者实现自动化内容排期和定时发布。 Use when: - 用户需要批量管理小红书待发布内容 - 用户需要定时自动发布小红书笔记 - 用户需要智能推荐最佳发布时间 - 用户需要查看发布队列状态和历史记录 - 用户需要接收发布成功/失败通知 NOT for: - 非小红书平台的内... It is an AI Agent Skill for Claude Code / OpenClaw, with 112 downloads so far.
How do I install 小红书智能排期发布器?
Run "/install xhs-scheduler-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 小红书智能排期发布器 free?
Yes, 小红书智能排期发布器 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 小红书智能排期发布器 support?
小红书智能排期发布器 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 小红书智能排期发布器?
It is built and maintained by sxzxlj (@sxzxlj); the current version is v1.0.0.
More Skills