Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
搜索中文社交平台:B站视频、知乎问答、抖音视频。部分平台需要 cookie 认证,稳定性因平台而异。
搜索 B站、知乎、抖音三个中文社交平台。
中文社交平台没有稳定的公开搜索 API,所有脚本依赖内部 API 或第三方库,可能因平台更新而失效。
运行脚本前先安装本 skill 的 Python 依赖:
python3 -m pip install -r skills/sn-search-social-cn/requirements.txt
如果项目使用 uv 环境:
uv pip install -r skills/sn-search-social-cn/requirements.txt
| 脚本 | 平台 | 稳定性 | 认证方式 |
|---|---|---|---|
bilibili_search.py | B站 | 较高 | 无需(可选 cookie 提高质量) |
zhihu_search.py | 知乎 | 中等 | 需 ZHIHU_COOKIE |
douyin_search.py | 抖音 | 较低 | 需 DOUYIN_COOKIE |
Cookie 字段python3 scripts/bilibili_search.py <query> [选项]
| 参数 | 说明 | 默认值 |
|---|---|---|
query | 搜索关键词(必填) | — |
--limit, -n | 返回结果数量 | 10 |
--cookie | B站 Cookie(也可通过 BILIBILI_COOKIE 环境变量设置,可选,提高结果质量) | — |
--order | 排序:空=综合, totalrank=最佳匹配, click=播放, pubdate=最新, dm=弹幕, stow=收藏 | 综合 |
python3 scripts/bilibili_search.py "机器学习教程" --limit 5
python3 scripts/bilibili_search.py "Python" --order click --limit 10
npx skills add OpenSenseNova/SenseNova-Skills --skill sn-search-social-cnHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.