creator-buddy

Routes cross-platform content search and creator analysis requests to specialized sub-skills.

Updated Aug 16, 2026
One-click install
npx skills add https://github.com/chuanyue98/skillhub --skill creator-buddy-chuanyue98
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: creator-buddy
Source: https://github.com/chuanyue98/skillhub/tree/main/vendored/SpaceZephyr/creator-buddy
Command: npx skills add https://github.com/chuanyue98/skillhub --skill creator-buddy-chuanyue98

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Creators researching trends across Xiaohongshu, Bilibili, Douyin, and WeChat Official Accounts must juggle different tools, APIs, and query formats per platform. This Skill acts as an orchestrator that parses the user's platform, target, and task from natural language, then routes the request to the correct branch Skill or script for search, detail, comment, or viral-content analysis. ## Core Features & Use Cases - Intent parsing and routing: Recognizes platform names, aliases, and links (Xiaohongshu notes, Bilibili videos, WeChat articles, Douyin URLs) and dispatches to xhs-hotnotes, global-content-search, gzh-explosive-content-detector, or baokuan-article-analysis. - Multi-platform search: Keyword hot-note search on Xiaohongshu via Redfox API, cross-platform keyword/detail/comment queries via Agent Reach or Guaikei fallback, and WeChat viral article tracking by keyword or sector. - Structured analysis output: Returns result tables with engagement metrics, virality reasoning, title patterns, and next-step topic suggestions, with honest fallback messages when a backend (e.g., Douyin) is not configured. - Use Case: A user asks "what Codex content is trending on Xiaohongshu this week"; the Skill identifies platform and task, runs the hot-notes script, and returns a ranked table with engagement scores and content-style takeaways. ## Quick Start Ask the agent to search Xiaohongshu for trending notes about a keyword like Codex, or paste a Bilibili or WeChat article link and ask for a style and engagement analysis.

Frequently Asked Questions about creator-buddy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search trending Xiaohongshu notes by keyword?▼

Provide a platform name plus keyword in natural language, and the orchestrator runs the xhs-hotnotes script with your keyword and date range. Results return as a ranked table scored on relevance, popularity, and recency, requiring a REDFOX_API_KEY.

What platforms does this content search skill support?▼

It supports Xiaohongshu, Bilibili, WeChat Official Accounts, and Douyin. Douyin is an extension point that only works when a DOUYIN_COMMAND read-only CLI is configured; otherwise the skill states it cannot fetch Douyin data.

Which API keys are required for cross-platform content search?▼

Xiaohongshu hot-note search requires REDFOX_API_KEY. Detail, comment, and blogger queries fall back to Guaikei API with GUAIKEI_API_TOKEN when Agent Reach backends are unavailable. Bilibili uses bili-cli or public APIs without a key.

Can it analyze a specific blogger or article from a link?▼

Yes. Paste a Xiaohongshu note or profile link, Bilibili video, or WeChat article URL, and it routes to detail, comment, or post-listing commands. Xiaohongshu detail pages usually need the full URL containing the xsec_token from search results.

Why does Douyin search return no data?▼

Douyin is not a built-in backend in this skill. It only works if you configure a local read-only CLI via the DOUYIN_COMMAND environment variable; otherwise the skill explicitly reports that Douyin is unconfigured rather than fabricating results.

Does this skill perform account actions like posting or liking?▼

No. It is strictly read-only against public pages, public APIs, and read-only CLIs. It does not post, like, comment, follow, bypass logins or captchas, and credentials are kept in local environment variables.