Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:20
forks:7
updated:March 31, 2026 at 03:57
File Explorer
SKILL.md
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | telegram-bobo |
| description | 获取 Telegram 勃勃投资群聊天记录并用 AI 总结。支持时间范围和话题过滤。 |
获取 Telegram "勃勃的美股投资日报会员群" 的聊天记录,并使用 AI 总结。
当用户想要获取勃勃投资群消息时:
pip install telethon pytz requests
python3 ~/.claude/skills/telegram-bobo/scripts/login.py
输入收到的验证码完成登录,之后 session 会保存下来。
python3 ~/.claude/skills/telegram-bobo/scripts/fetch_and_summarize.py
# 最近 2 小时
python3 ~/.claude/skills/telegram-bobo/scripts/fetch_and_summarize.py --hours 2
# 最近 24 小时
python3 ~/.claude/skills/telegram-bobo/scripts/fetch_and_summarize.py --hours 24
python3 ~/.claude/skills/telegram-bobo/scripts/fetch_and_summarize.py --list-topics
python3 ~/.claude/skills/telegram-bobo/scripts/fetch_and_summarize.py --topic "美股"
~/Downloads/telegram_bobo/bobo_YYYYMMDD_HHMM.txt~/Downloads/telegram_bobo/bobo_YYYYMMDD_HHMM_summary.md每小时自动获取,添加 crontab:
crontab -e
添加:
0 * * * * /usr/bin/python3 ~/.claude/skills/telegram-bobo/scripts/fetch_and_summarize.py >> ~/Downloads/telegram_bobo/cron.log 2>&1
Telegram API 凭证已内置:
Session 文件位置: ~/.claude/skills/telegram-bobo/session/
首次运行会自动从 ~/usr/projects/broker/session_name.session 复制现有 session。