skills/.trash/news-daily/news-daily/SKILL.md
Daily AI and tech news aggregator that fetches summarizes and pushes news from authoritative tech sites. Sources include 机器之心 36氪 TechCrunch The Verge and MIT Technology Review. Use when user asks for daily tech/AI news or scheduled news delivery is needed or news aggregation and summarization from multiple sources is required or setting up automated news push notifications to Telegram/WhatsApp.
npx skillsauth add aaaaqwq/agi-super-skills news-dailyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
自动化每日新闻聚合和推送系统,专注于 AI 和前沿科技新闻。从权威来源抓取文章,生成 AI 摘要,通过 Telegram/WhatsApp 定时推送。
核心特性:
| 来源 | URL | 特点 | |------|-----|------| | 机器之心 | https://www.jiqizhixin.com | AI 深度报道 | | 36氪 | https://36kr.com | 科技创投 | | 量子位 | https://www.qbitai.com | AI 快讯 | | 新智元 | https://www.xinzhiyuan.com | AI 前沿 |
| 来源 | URL | 特点 | |------|-----|------| | TechCrunch | https://techcrunch.com | 全球科技 | | The Verge | https://www.theverge.com | 消费科技 | | MIT Tech Review | https://www.technologyreview.com | 前沿技术 | | Hacker News | https://news.ycombinator.com | 技术社区 | | Ars Technica | https://arstechnica.com | 深度技术 |
使用 web_fetch 工具从各个来源抓取:
1. 访问新闻网站首页或 RSS
2. 提取文章标题、摘要、链接、时间
3. 按 AI/科技 关键词过滤
4. 去重并按时间排序
1. 选择最重要的 3-5 条新闻
2. 生成简洁中文摘要
3. 保留原文链接和来源
4. 格式化输出
使用 telegram-push skill 推送到群聊(推荐):
# 使用独立的 newsrebot 推送,不影响 OpenClaw 主 bot
/home/aa/clawd/skills/telegram-push/telegram-push.sh "新闻内容"
# 或直接 curl
curl -s -X POST "https://api.telegram.org/bot$(pass tokens/telegram-newsrobot)/sendMessage" \
-H "Content-Type: application/json" \
-d '{
"chat_id": -1003824568687,
"text": "新闻内容",
"parse_mode": "HTML"
}'
推送目标:
-1003824568687pass tokens/telegram-newsrobot详见 /home/aa/clawd/skills/telegram-push/SKILL.md
| 任务 | 时间 | Cron 表达式 |
|------|------|-------------|
| 早报 | 08:00 | 0 8 * * * |
| 午报 | 13:00 | 0 13 * * * |
| 晚报 | 18:00 | 0 18 * * * |
请抓取今日科技新闻并推送到 Telegram。
📰 **抓取步骤**:
1. 使用 web_fetch 访问以下网站:
- https://www.jiqizhixin.com (机器之心)
- https://36kr.com/newsflashes (36氪快讯)
- https://techcrunch.com (TechCrunch)
2. 从每个来源提取 2-3 条最新 AI/科技新闻
3. 筛选标准:
- 24小时内发布
- AI、大模型、科技相关
- 有实质内容(非广告)
4. 生成摘要并推送
📋 **输出格式**:
📰 科技早报 | YYYY-MM-DD
━━━━━━━━━━━━━━━━━━━━━━━━
🤖 [标题]
来源:[网站名] | [时间]
[链接]
摘要:[50-100字摘要]
━━━━━━━━━━━━━━━━━━━━━━━━
[重复 3-5 条]
📊 今日共精选 X 条重点新闻
❌ 不要:
✅ 要:
# 检查网站是否可访问
curl -I https://www.jiqizhixin.com
# 检查 web_fetch 工具
# 在 OpenClaw 中测试
# 检查 Telegram 配置
openclaw status | grep Telegram
# 检查 message 工具
openclaw channels status
# 查看任务状态
openclaw cron list
# 手动触发测试
openclaw cron run <job_id>
使用 telegram-push skill 推送到 DailyNews 群:
-1003824568687pass tokens/telegram-newsrobot详见 /home/aa/clawd/skills/telegram-push/SKILL.md
在任务 prompt 中修改网站列表即可。
由小a维护 - 确保每日新闻真实可信
testing
AI驱动的智能浏览器自动化工具。使用LLM理解页面并自动执行任务,比传统Playwright更智能、更省token。适用于复杂交互、动态页面、需要智能决策的浏览器操作。Chrome浏览器优先。
tools
网页登录态管理。使用 fast-browser-use (fbu) 管理各平台登录状态,定期检查可用性,新平台授权时自动保存 profile。
development
Monitor and report on API provider quotas, balances, and usage. Query official providers (Moonshot, DeepSeek, xAI, Google AI Studio) and relay/proxy providers (Xingjiabiapi, Aixn, WoW) via their billing APIs. Also checks subscription services (Brave Search, OpenRouter). Generates quota reports. Triggers on "查额度", "API余额", "quota check", "billing report", "api balance", "供应商额度", "中转站余额", "费用报告", "check balance", "how much credit".
development
# A股基金监控 Skill A股基金净值监控,支持实时估值和盘后净值,自动判断交易日/节假日。 ## 用法 ### 快速监控(命令行) ```bash # 默认配置,输出到控制台 bash ~/clawd/skills/a-fund-monitor/scripts/monitor.sh # 推送到群(使用--push参数) bash ~/clawd/skills/a-fund-monitor/scripts/monitor.sh --push # 监控指定基金 bash ~/clawd/skills/a-fund-monitor/scripts/monitor.sh --codes "000979 002943" ``` ### Agent调用 ``` 执行A股基金监控任务。 1. 读取配置文件: ~/clawd/skills/a-fund-monitor/config.json 2. 获取实时净值数据 3. 非交易日自动切换为简短报告 配置文件格式: { "funds": [ {"code": "000979", "name": "景顺长城沪港深精选股票