← 返回 Skills 市场
foxxc

Daily Tech

作者 foxxc · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ 安全检测通过
165
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install daily-tech
功能描述
每日科技/AI/大模型热榜推送。当用户说"今日科技"、"每日AI"、"科技日报"、"大模型动态"、"AI资讯"、"开启科技推送"时触发。主打AI、大模型、OpenClaw、机器人、GitHubTrending等硬科技,附国际市场动态,来源覆盖中英文。
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install daily-tech
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /daily-tech 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug daily-tech
版本 1.1.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Daily Tech 是什么?

每日科技/AI/大模型热榜推送。当用户说"今日科技"、"每日AI"、"科技日报"、"大模型动态"、"AI资讯"、"开启科技推送"时触发。主打AI、大模型、OpenClaw、机器人、GitHubTrending等硬科技,附国际市场动态,来源覆盖中英文。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 165 次。

如何安装 Daily Tech?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install daily-tech」即可一键安装,无需额外配置。

Daily Tech 是免费的吗?

是的,Daily Tech 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Daily Tech 支持哪些平台?

Daily Tech 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Daily Tech?

由 foxxc(@foxxc)开发并维护,当前版本 v1.1.0。

💬 留言讨论