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.
搜索英文社交平台:Reddit 帖子、Twitter/X 推文、YouTube 视频。用于获取英文社区讨论和视频内容。
搜索 Reddit、Twitter/X、YouTube 三个英文社交平台。
运行脚本前先安装本 skill 的 Python 依赖:
python3 -m pip install -r skills/sn-search-social-en/requirements.txt
如果项目使用 uv 环境:
uv pip install -r skills/sn-search-social-en/requirements.txt
| 脚本 | 平台 | 用途 | API key |
|---|---|---|---|
reddit_search.py | 帖子和讨论搜索 | 无需 | |
twitter_search.py | Twitter/X | 推文搜索 | 需 TIKHUB_TOKEN |
youtube_search.py | YouTube | 视频搜索 | 需 YOUTUBE_API_KEY |
python3 scripts/reddit_search.py <query> [选项]
| 参数 | 说明 | 默认值 |
|---|---|---|
query | 搜索关键词(必填) | — |
--limit, -n | 返回结果数量 | 10 |
--subreddit, -r | 限定子版块(如 python, machinelearning) | — |
--sort | 排序方式:relevance, hot, top, new, comments | relevance |
--time, -t | 时间范围:hour, day, week, month, year, all | all |
python3 scripts/reddit_search.py "machine learning projects" --limit 5
python3 scripts/reddit_search.py "async python" --subreddit python --sort top --time month --limit 5
npx skills add OpenSenseNova/SenseNova-Skills --skill sn-search-social-enHow 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.