소스 정보
- 저장소
- aAAaqwq/AGI-Super-Team
- 최근 소스 활동
- 2026년 3월 31일 05:37
- 감지된 SKILL.md 언어
- 중국어
- 스타
- 86
- 포크
- 22
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/aAAaqwq/AGI-Super-Team --skill telegram-push명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
币安广场合约投机雷达 v5:以最近24小时专业交易帖为主要证据,回源核验帖子, 联合币安公共合约行情、4周期K线、布林带、ATR、量能和RR,生成可审计的本地影子报告。 触发词:币安广场、扫描币安、binance square、合约机会、交易信号雷达、4小时雷达
BTC 5分钟K线实时方向预测。v5.9对抗式审查重构: 13因子收敛到3个有证据信号(half_body延续+volume放量+meanrev回归, 11个47-49%硬币因子清零) + 三层独立信息过滤(多周期4h/1h/15m趋势 + 跨资产ETH/SOL广度 + 真订单流OFI) + 移除bull×0.92惩罚/Platt置信度门控。半K线策略第2分钟执行。黑天鹅防护: ATR spike+FNG<25。Binance端点双向故障切换。
BB 双向套利策略:加密合约 10x 杠杆布林带均值回归。布林带收窄=横盘→在下轨买、上轨卖;三重过滤器(1h趋势/RSI/BB甜区)确认碗平放,轨对轨止盈(RR 2:1~4:1)。含实时WebSocket模拟盘(paper)、历史回测(simulate/backtest_daily)、币安永续实盘CLI(trade_exec)。触发:'bb套利'、'布林带'、'bollinger'、'横盘策略'、'NEAR'、'回测'、'模拟盘'、'paper trading'。
SKILL.md 표시 중
SOC 직업 분류 기준
| name | telegram-push |
| description | 通过独立 Telegram Bot 向群聊或私聊推送消息,适合不依赖 OpenClaw channel 配置的通知场景。 |
| author | Daniel Li |
通过独立的 Telegram Bot 推送消息到群聊或私聊,不依赖 OpenClaw 的 telegram channel 配置。
| Bot | Username | Token路径 | 用途 |
|---|---|---|---|
| NewsRobot | @fkkanfnnfbot | pass show tokens/telegram-newsrobot | DailyNews群信息推送 |
| 主Bot | @DanielLi_smartest_Bot | OpenClaw内置 | 私聊交互 |
| 群/对象 | Chat ID | 推送Bot | 说明 |
|---|---|---|---|
| DailyNews群 | -1003824568687 | NewsRobot | 新闻、skill收集、学习报告等 |
| Daniel私聊 | 8518085684 | 主Bot (message tool) | 告警、私人通知 |
核心原则:DailyNews群的所有推送必须通过 NewsRobot,不要用 message tool。
| Cron任务 | 推送目标 | 推送方式 | 说明 |
|---|---|---|---|
| 科技日报推送 | DailyNews群 | news_push.py(内置NewsRobot) | 8:00/13:00/19:00 |
| 小a skill收集 | DailyNews群 | newsbot_send.py | 每小时 |
| 小a 夜间自我学习 | DailyNews群 + Daniel私聊 | DailyNews用newsbot_send.py,私聊用message tool | 1:00-6:30每30min,06:30推总报告 |
| 小a团队日报总结 | Daniel私聊 | message tool | 23:00 |
| API用量与余额统计 | Daniel私聊 | announce/message tool | 2/8/14/20点 |
| A股基金实时监控 | Daniel私聊 | announce/message tool | 工作日10/13/15点 |
| 医疗企业融资监控 | Daniel私聊 | announce/message tool | 每天9:00 |
通用的NewsRobot推送脚本,所有往DailyNews群的推送都应该用这个:
# 直接传参
python3 ~/clawd/scripts/newsbot_send.py "消息内容"
# 管道传入
echo "消息内容" | python3 ~/clawd/scripts/newsbot_send.py
路径: ~/clawd/scripts/newsbot_send.py
科技新闻专用脚本,内置新闻抓取 + NewsRobot推送:
python3 ~/clawd/scripts/news_push.py
路径: ~/clawd/scripts/news_push.py
# 快速推送到DailyNews群
~/clawd/skills/telegram-push/telegram-push.sh "消息内容"
import subprocess
def push_to_dailynews(text):
subprocess.run(['python3', '/home/aa/clawd/scripts/newsbot_send.py', text])
TOKEN=$(pass show tokens/telegram-newsrobot)
curl -s -X POST "https://api.telegram.org/bot${TOKEN}/sendMessage" \
-H "Content-Type: application/json" \
-d '{"chat_id": -1003824568687, "text": "消息", "parse_mode": "HTML"}'
curl -s -X POST "https://api.telegram.org/bot${TOKEN}/sendPhoto" \
-H "Content-Type: application/json" \
-d '{"chat_id": -1003824568687, "photo": "URL", "caption": "说明"}'
curl -s -X POST "https://api.telegram.org/bot${TOKEN}/sendMessage" \
-H "Content-Type: application/json" \
-d '{
"chat_id": -1003824568687,
"text": "消息",
"reply_markup": {"inline_keyboard": [[{"text": "按钮", "url": "https://..."}]]}
}'
curl -s "https://api.telegram.org/bot$(pass show tokens/telegram-newsrobot)/getUpdates" | python3 -c "import json,sys; d=json.load(sys.stdin); [print(r['message']['chat']) for r in d.get('result',[]) if 'message' in r]"
newsbot_send.py 修改 CHAT_ID-100 开头<b>, <i>, <code>, <pre>, <a href="">pass show tokens/telegram-newsrobot| 错误 | 原因 | 解决方案 |
|---|---|---|
| chat not found | Bot未加入群 | 把bot拉入群 |
| 429 Too Many Requests | 发送太频繁 | 等待retry_after秒后重试 |
| bot was blocked | 用户屏蔽了bot | 需用户解除屏蔽 |
| Unauthorized | Token无效 | 检查 pass show tokens/telegram-newsrobot |