← 返回 Skills 市场
yangzhe1991

Tech Weekly Briefing

作者 Zhe (Phil) Yang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
347
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install tech-weekly-briefing
功能描述
Generate weekly tech news briefings from 6 major English tech media sources (TechCrunch, The Verge, Wired, Ars Technica, MIT Technology Review, The Informati...
安全使用建议
This skill appears coherent with its stated purpose, but review a few points before enabling: 1) Inspect generate-briefing.py and setup-sources.py locally — they call subprocesses (curl and a 'blogwatcher' CLI) which will execute on your machine. 2) The SKILL.md suggests adding cron jobs; only add them if you want recurring network fetches and file writes in ~/.openclaw and /tmp. 3) setup-sources.py will run 'blogwatcher add' for many feeds — run that only if you trust what 'blogwatcher' does. 4) weekly-cron.sh contains a comment about sending to Telegram but currently only cats the report; if you plan to enable automated distribution, confirm which messaging tool will be used and that it won’t post sensitive local data. 5) Run the scripts manually first (dry run) and verify outputs and network targets before installing cron. If you want, I can highlight the exact lines in the scripts that call external binaries and files to check.
功能分析
Type: OpenClaw Skill Name: tech-weekly-briefing Version: 1.0.0 The tech-weekly-briefing skill is a legitimate RSS aggregator and reporting tool designed to fetch, filter, and summarize tech news from major media outlets. The code in generate-briefing.py and setup-sources.py uses standard libraries and system utilities like curl and blogwatcher in a safe, hardcoded manner to handle RSS feeds. While SKILL.md provides instructions for crontab automation, this is transparently documented for the stated purpose of periodic updates, and there is no evidence of data exfiltration, malicious command execution, or prompt injection.
能力评估
Purpose & Capability
Name/description (weekly tech briefings) match the included scripts and data: generate-briefing.py fetches RSS, filters/deduplicates, categorizes by company, and writes reports; setup-sources.py registers feeds with a local 'blogwatcher' CLI. No unrelated credentials, cloud APIs, or surprising binaries are requested.
Instruction Scope
SKILL.md instructs adding cron entries and running the Python scripts from the skill directory (persisting daily and weekly runs). Scripts operate only on the skill workspace (~/.openclaw/.../data) and /tmp for reports. They execute subprocesses (curl for one feed, and blogwatcher in setup) — expected for an aggregator but worth reviewing because subprocess calls run arbitrary local binaries.
Install Mechanism
There is no remote install/downloader in the registry metadata (instruction-only with included code files). The code does not download or extract arbitrary archives. It does rely on system binaries (curl, python3, blogwatcher) that are not installed by the skill.
Credentials
The skill requests no environment variables or credentials. Network access is required to fetch RSS feeds — appropriate for the purpose. The setup script interacts with a 'blogwatcher' CLI which may modify local blogwatcher state; this is proportional but should be run only if you trust that CLI.
Persistence & Privilege
The skill asks the user to add cron jobs (manual step) for daily/weekly runs; always:false and no autonomous model invocation flags beyond the platform defaults. Cron entries create persistent background activity (periodic network fetches and file writes) — expected for this use case but a persistence decision the user must opt into.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tech-weekly-briefing
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tech-weekly-briefing 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Multi-source tech news aggregation with daily RSS fetching, intelligent deduplication, hot news detection (2+ media coverage), low-quality content filtering, and interactive company navigation.
元数据
Slug tech-weekly-briefing
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Tech Weekly Briefing 是什么?

Generate weekly tech news briefings from 6 major English tech media sources (TechCrunch, The Verge, Wired, Ars Technica, MIT Technology Review, The Informati... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 347 次。

如何安装 Tech Weekly Briefing?

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

Tech Weekly Briefing 是免费的吗?

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

Tech Weekly Briefing 支持哪些平台?

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

谁开发了 Tech Weekly Briefing?

由 Zhe (Phil) Yang(@yangzhe1991)开发并维护,当前版本 v1.0.0。

💬 留言讨论