Fire Rabbit Matrix
Paste the following prompt into your AI chat to install this skill:
Please install @user_064832a0/ht-publish according to https://skillhub.cn/install/skillhub.md.
About this skill
Problem
Multi-platform content distribution often breaks down on account selection, platform-specific rules, asset paths, scheduling limits, and duplicate publish tracking. Fire Rabbit Matrix wraps the local client’s HTTP surface into a small API set that scripts, agents, or automation pipelines can call: use loadAccounts to find eligible accounts, publish image or video posts according to platform rules, and optionally pull unpublished cloud works, start nurturing tasks, or generate copy.
How It Works
The skill assumes the Fire Rabbit Matrix client is running and logged in. Endpoints are POST requests where the JSON body is passed directly as the method parameters. The main capabilities are:
- Account discovery: returns accounts and groups; callers usually filter by platform, offline, and partitionId.
- Content publishing: supports image and video, uses half-width # for hashtags, requires absolute asset paths, and allows up to 9 images per post.
- Cloud publishing: pulls unpublished works from the remote workspace, marks them published after completion, and supports keyword filtering, image-to-video conversion, and BGM paths.
- Nurturing tasks: performs browsing, liking, and bookmarking on Xiaohongshu, Douyin, and Kuaishou, with configurable browse counts, dwell times, and like rates.
- AI copy: generates posting copy when an AI Key has been configured.
Boundaries
Publishing is a long-running operation, typically 20 to 90 seconds, so HTTP clients should set timeout ≥ 180s. Do not issue concurrent publish calls for the same account, and do not start multiple nurturing tasks at once. The service is bound to 127.0.0.1 without authentication; cross-machine access requires a reverse proxy and auth layer. Platform constraints matter: Xiaolüshu supports images only, nurturing is limited to Xiaohongshu, Douyin, and Kuaishou, and scheduling support varies by platform.
Use Cases
- Publish the same image post to Xiaohongshu, Douyin, and Kuaishou while respecting title and hashtag limits.
- Pull unpublished cloud works by keyword and publish them to a selected Xiaohongshu account with automatic status marking.
- Start an account-nurturing task for Xiaohongshu, Douyin, or Kuaishou, then check progress or stop it when needed.
- Generate platform-ready copy with the configured AI Key before calling the publishing API for an image post.
Best For
- Multi-platform content operators who need to publish the same image post to Xiaohongshu, Douyin, and Kuaishou with platform rules.
- Automation engineers who need to call the local Fire Rabbit Matrix HTTP APIs from scripts or agent workflows.
- Social media service teams who need to batch-publish unpublished cloud works without duplicates.
- AI application developers who need to generate platform-ready copy before publishing image posts.
Related Skills
Rewrites MD, PDF, or TXT material into a mobile-friendly WeChat article with title candidates, outline, and self-check.
A conversational workbench for Chinese long-form novel writing, supporting setup, characters, worldbuilding, chapter planning, drafting, and continuity tracking.
Creates 10,000-30,000-word Tomato Novel short stories with trend research, topic selection, outlines, segmented writing, pacing control, and UTF-8 txt export.
An AI editorial master skill that manages the full content creation process from vague ideas to publishable drafts, covering topic selection, writing, review, and publication adaptation.