What problem does it solve? Managing multiple social media platforms requires different tools and workflows for each one. This Skill acts as a parent router that directs X/Twitter operations (posting, search, DMs) to the xurl CLI sub-skill and Xiaohongshu (XHS) content generation to the xhs-content sub-skill, so requests reach the right executor automatically. ## Core Features & Use Cases - Request Routing: Automatically routes X/Twitter tasks (post, reply, search, like, DM, media upload) to the xurl sub-skill and Xiaohongshu content generation to the xhs-content sub-skill via the Hermes skill loading mechanism. - X/Twitter API Operations: Through xurl, supports posting, replying, quoting, searching, timelines, likes, reposts, bookmarks, follows, DMs, and media uploads with strict credential safety rules. - Xiaohongshu Content Bundles: Generates XHS post packages containing body text, hashtags, cover copy suggestions, and layout recommendations; publishing is done manually or via browser automation since no official API exists. - Use Case: A user asks to publish a product announcement on Twitter and draft a matching Xiaohongshu post. The router sends the Twitter task to xurl for direct API posting and the XHS task to xhs-content for a formatted content bundle the user pastes manually. ## Quick Start Ask the assistant to post a message on X/Twitter or generate a Xiaohongshu post on a given topic, and the request will be routed to the appropriate sub-skill automatically.