global-content-search

Search Xiaohongshu, Bilibili, and Douyin content via Agent Reach backends and CLI commands.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Searching public content across Xiaohongshu, Bilibili, and Douyin normally requires separate tools and APIs for each platform. This Skill unifies keyword search, note/video detail retrieval, comment fetching, and creator post monitoring into one set of Node.js CLI commands with automatic backend fallback. ## Core Features & Use Cases - Cross-platform keyword search: Query Xiaohongshu, Bilibili, and Douyin (via a custom CLI adapter) with a single command, choosing backends like OpenCLI, xiaohongshu-mcp, xhs-cli, or bili-cli automatically. - Detail and comment analysis: Fetch full note or video details plus comments from a URL or ID, with Guaikei API as a fallback for Xiaohongshu when Agent Reach backends are unavailable. - Creator monitoring: Retrieve a creator's public posts from a profile URL for competitor tracking and KOL screening. - Use Case: A content marketer runs a keyword search for "camping gear" on Xiaohongshu, pulls the top notes' comments for sentiment review, then monitors a competitor's profile for new posts. ## Quick Start Ask the agent to search Xiaohongshu for a keyword such as "summer outfits" and return the top 10 notes with their engagement metrics.

Frequently Asked Questions about global-content-search

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

FAQPage Schema
How do I search Xiaohongshu notes by keyword from the command line?▼

Run node src/xiaohongshu/search-cli.js with --platform xiaohongshu, --keyword, and --limit options. The tool auto-selects an available Agent Reach backend such as OpenCLI, xiaohongshu-mcp, or xhs-cli, and falls back to the Guaikei API if a token is configured.

How to fetch Xiaohongshu note details and comments?▼

Use detail-cli.js with the full note URL including the xsec_token parameter and a --limit for comment count. The xsec_token is required by backends like xiaohongshu-mcp, so use the complete URL returned by search results.

Does this tool support Bilibili search without extra CLI tools?▼

Yes. If neither bili-cli nor OpenCLI is installed, it falls back to Bilibili's public search and view APIs for keyword search and video details. Creator post retrieval for Bilibili, however, requires bili-cli or OpenCLI.

Can I search Douyin content with this skill?▼

Douyin is supported only through an extension point. Set the DOUYIN_COMMAND environment variable to a local read-only CLI that supports search, detail, and user subcommands, since Agent Reach currently has no built-in Douyin channel.

What happens when no Xiaohongshu backend is available?▼

The tool checks agent-reach doctor output for an active backend. If none exists and GUAIKEI_API_TOKEN is set, it uses the Guaikei API as a fallback; otherwise it returns an error explaining how to configure a backend.

What are the limitations of this content search tool?▼

It is read-only and cannot post, comment, or like. Xiaohongshu detail access depends on xsec_token URLs, Bilibili public API fields may be unstable without bili-cli, and Douyin has no built-in backend.