← Back to Skills Marketplace
165
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install daily-tech
Description
每日科技/AI/大模型热榜推送。当用户说"今日科技"、"每日AI"、"科技日报"、"大模型动态"、"AI资讯"、"开启科技推送"时触发。主打AI、大模型、OpenClaw、机器人、GitHubTrending等硬科技,附国际市场动态,来源覆盖中英文。
README (SKILL.md)
daily-tech
每日科技热榜推送——AI、大模型、OpenClaw、硬科技领域每日精华。
两种模式
手动查询
触发词:今日科技 / 每日AI / 科技日报
定时推送
触发词:开启科技推送
每天07:00(北京)自动推送到飞书。
数据来源
板块一:AI与大模型(核心)
| 平台 | 路径 | 语言 | 说明 |
|---|---|---|---|
| 掘金·AI本周最热 | /n/rYqoXz8dOD |
中文 | AI工具、OpenClaw、GitHub开源 |
| 量子位·每日最新 | /n/MZd7azPorO |
中文 | 大模型、机器人、AI前沿 |
| 产品经理AI学习库 | /n/DOvnyGpoEB |
中文 | AI行业洞察、论文解读 |
| MIT Technology Review | /n/7GdabqLeQy |
英文 | AI政策、深度技术报道 |
板块二:科技综合
| 平台 | 路径 | 语言 | 说明 |
|---|---|---|---|
| 36氪·24小时热榜 | /n/Q1Vd5Ko85R |
中文 | 科技与商业交叉 |
| 知乎日报 | /n/KMZd7VOvrO |
中文 | 深度技术讨论 |
| 哔哩哔哩全站日榜 | /n/74KvxwokxM |
中文 | 视频技术内容 |
| 微信公众号24h热文 | /n/WnBe01o371 |
中文 | 微信科技大号精选 |
板块三:国际市场(英文)
| 平台 | 语言 | 说明 |
|---|---|---|
| The Verge | 英文 | 科技文化、大公司动态、深度评论 |
| Ars Technica | 英文 | 深度技术分析、安全、科学 |
| TechCrunch | 英文 | 创业、VC、AI产品发布 |
| MIT Tech Review | 英文 | AI研究、政策、深度报告 |
板块四:OpenClaw生态
| 平台 | 说明 |
|---|---|
| OpenClaw GitHub | 最新版本发布、功能更新 |
| OpenClaw Skills (clawhub) | 新上线skill、社区动态 |
| 掘金AI(OpenClaw相关) | OpenClaw实操经验、技巧 |
获取方式
// 掘金AI
web_fetch("https://tophub.today/n/rYqoXz8dOD", { maxChars: 3000 })
// 量子位
web_fetch("https://tophub.today/n/MZd7azPorO", { maxChars: 3000 })
// 产品经理AI
web_fetch("https://tophub.today/n/DOvnyGpoEB", { maxChars: 3000 })
// MIT Tech Review
web_fetch("https://tophub.today/n/7GdabqLeQy", { maxChars: 3000 })
// 36氪
web_fetch("https://tophub.today/n/Q1Vd5Ko85R", { maxChars: 3000 })
// 知乎日报
web_fetch("https://tophub.today/n/KMZd7VOvrO", { maxChars: 3000 })
// 英文平台用web_fetch直接抓RSS
web_fetch("https://www.theverge.com/rss/index.xml", { maxChars: 3000 })
web_fetch("https://techcrunch.com/feed/", { maxChars: 3000 })
筛选标准
保留
- AI、大模型、LLM相关重大进展(产品、论文、开源)
- OpenClaw更新、插件、技巧
- 机器人、自动驾驶、硬件突破
- GitHub开源项目重大更新
- 科技公司产品发布、财报
- AI安全、政策、监管动态
- 英文优质内容的核心摘要
排除
- 纯娱乐/游戏内容
- 广告软文
- 与AI/科技无关的民生新闻
- 情绪化标题
输出格式
🤖 科技日报 | X月X日
【AI与大模型】
1. [标题] — [核心信息,1-2句]
...
【OpenClaw生态】
1. [标题] — [核心信息]
...
【硬科技/机器人】
1. [标题] — [核心信息]
...
【国际市场】
1. [The Verge/Ars/TC - 标题]
...
#来源:掘金AI · 量子位 · 36氪 · MIT · The Verge · TechCrunch
总条数5-10条,每条简洁有信息量。分割线用"======"代替"---"。
定时推送设置
当用户说"开启科技推送"时,执行:
openclaw cron add \
--name "每日科技推送" \
--agent main \
--message "今日科技" \
--cron "0 7 * * *" \
--tz "Asia/Shanghai" \
--channel feishu
Usage Guidance
This skill is instruction-only and appears to do exactly what it says: fetch public tech/RSS pages, summarize them, and optionally schedule a daily push to a Feishu channel. Before enabling the scheduled push, confirm that your agent has a Feishu channel configured and that you want a recurring automated message (check permissions or review scheduled cron entries). Because it performs web_fetch, it will contact external sites listed in the SKILL.md — verify those sources are acceptable. If you prefer to review outputs first, invoke the manual trigger (e.g., say '今日科技') and only run the cron-add command after confirming the behavior.
Capability Analysis
Type: OpenClaw Skill
Name: daily-tech
Version: 1.1.0
The 'daily-tech' skill is designed to aggregate and push AI and technology news from sources like Tophub, The Verge, and TechCrunch. It uses standard 'web_fetch' calls to retrieve content and includes a legitimate 'openclaw cron' command in SKILL.md to schedule daily updates as advertised, with no evidence of malicious intent or unauthorized data access.
Capability Assessment
Purpose & Capability
The name/description (daily AI/tech push) matches the SKILL.md: it fetches public news/RSS and produces a concise daily digest. Required capabilities (web_fetch and scheduling via openclaw cron) are appropriate for this purpose; there are no unrelated env vars, binaries, or unusual config paths requested.
Instruction Scope
Instructions only call web_fetch on publicly listed news/RSS URLs and specify output formatting. The only side-effect outside summarization is using openclaw cron add to schedule a daily message to a Feishu channel—this is consistent with the 'timed push' feature. The instructions do not ask to read local files, environment variables, or other agent credentials.
Install Mechanism
No install spec or code is present (instruction-only), so nothing is written to disk or downloaded during install. This minimizes install-time risk.
Credentials
The skill declares no required env vars or credentials. It will rely on the agent/platform having a configured Feishu channel and the agent's web_fetch capability. This is reasonable, but users should verify that the agent's Feishu integration and scheduling permissions are scoped as intended (the skill does not itself request or store Feishu tokens).
Persistence & Privilege
always:false and user-invocable:true (default) — the skill does not force inclusion. However, the provided openclaw cron add command will create a persistent scheduled job that causes the agent to send daily messages; this is expected for a push-schedule skill but is an ongoing action the user should explicitly approve before enabling.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install daily-tech - After installation, invoke the skill by name or use
/daily-tech - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
v1.1.0: 新增4个板块-中文AI(掘金/量子位/MIT/36氪/知乎)、英文国际(The Verge/Ars/TechCrunch)、OpenClaw生态、微信公众号。
v1.0.0
Initial release: AI/大模型/OpenClaw/硬科技每日热榜. Sources: 掘金AI, 量子位, 产品经理AI, 36氪, MIT Tech Review
Metadata
Frequently Asked Questions
What is Daily Tech?
每日科技/AI/大模型热榜推送。当用户说"今日科技"、"每日AI"、"科技日报"、"大模型动态"、"AI资讯"、"开启科技推送"时触发。主打AI、大模型、OpenClaw、机器人、GitHubTrending等硬科技,附国际市场动态,来源覆盖中英文。 It is an AI Agent Skill for Claude Code / OpenClaw, with 165 downloads so far.
How do I install Daily Tech?
Run "/install daily-tech" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Daily Tech free?
Yes, Daily Tech is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Daily Tech support?
Daily Tech is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Daily Tech?
It is built and maintained by foxxc (@foxxc); the current version is v1.1.0.
More Skills