sn-search-social-cn

Search Bilibili, Zhihu, and Douyin for videos, answers, and articles.

2|Updated May 19, 2026
One-click install
npx skills add https://github.com/aiyinluya/SenseNova-Skills-Studio --skill sn-search-social-cn-aiyinluya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sn-search-social-cn
Source: https://github.com/aiyinluya/SenseNova-Skills-Studio/tree/main/skills/sn-search-social-cn
Command: npx skills add https://github.com/aiyinluya/SenseNova-Skills-Studio --skill sn-search-social-cn-aiyinluya

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires httpx, and includes scripts (resource) components.

What problem does it solve?

你需要快速在中文社交平台(B站、知乎、抖音)里找到与你的关键词相关的视频、问答或文章,但这些平台缺少统一稳定的公开搜索接口,导致信息检索费时且结果质量不稳定。

Core Features & Use Cases

  • B站内容检索(视频/专栏/文章类):通过 Bilibili Web API 按关键词返回结构化条目,可选 cookie 以提升结果质量。
  • 知乎内容检索(回答/问题/文章类):通过知乎内部接口在需要登录态的情况下抓取并解析标题、摘要、正文截断内容与互动信息。
  • 抖音视频检索:在需要 cookie 的情况下返回结构化视频条目(稳定性相对较低,依赖更频繁的 cookie 更新)。

Use Case:你在做产品调研,需要用关键词同时搜集“机器学习教程/大模型/编程学习”等相关资料,快速汇总来自三个平台的候选内容链接与摘要,用于后续深度研究或内容选题。

Quick Start

Install dependencies from this skill folder, set any required cookies (ZHIHU_COOKIE / DOUYIN_COOKIE / optional BILIBILI_COOKIE), then run the appropriate provider script with your query to receive standardized JSON search results.

Frequently Asked Questions about sn-search-social-cn

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

FAQPage Schema
How do I search multiple Chinese social platforms like Bilibili and Zhihu at the same time?

You can search Bilibili, Zhihu, and Douyin simultaneously by running provider scripts with your query to receive a standardized JSON schema containing links, snippets, and interaction metadata.

Do I need cookie authentication to retrieve content from Zhihu and Douyin?

Cookie authentication is required for Zhihu and Douyin content retrieval to maintain login state, while an optional Bilibili cookie can be set to improve search result quality.

What format are the search results returned in when scraping Chinese social media?

Search results are returned in a standardized JSON schema containing success status, provider name, item list with links and snippets, and error messages for downstream processing.

Why does my Douyin video search return unstable results or errors?

Douyin video search stability is relatively low and depends on frequent cookie updates, meaning expired authentication credentials will cause retrieval failures or incomplete JSON item lists.

Can I use httpx to monitor industry trends across Bilibili, Zhihu, and Douyin?

You can use httpx to query Bilibili, Zhihu, and Douyin for competitive and industry monitoring workflows, aggregating candidate content links and summaries into a structured JSON schema.

What are the limitations of searching Chinese social platforms without official APIs?

Searching without official APIs relies on internal interfaces and mandatory cookie authentication, causing variable stability across providers and requiring frequent manual cookie updates to maintain access.