← 返回 Skills 市场
94
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tech-news-daily33
功能描述
Generates daily tech news HTML reports from IT之家 and 快科技 with iOS liquid glass style, full text, images, and categorized sections.
安全使用建议
This skill is inconsistent: it promises web scraping and automated collection but only includes an HTML generator that reads a local JSON and image directory. Before using it, confirm which behavior you expect: if you need automatic scraping, the scraping/downloading code is missing and must be provided or the SKILL.md should be corrected. Also edit DATA_FILE/IMG_DIR/OUT_FILE to sensible paths for your machine (the script currently points to C:\Users\choksta...). If you run the agent to perform the web fetches described in SKILL.md, be aware the agent would access external sites (IT之家 and 快科技) — verify you trust that network activity. Finally, since the script reads and writes local files, inspect or adjust paths to avoid unintended access to other user data.
功能分析
Type: OpenClaw Skill
Name: tech-news-daily33
Version: 1.0.0
The skill bundle is a legitimate tool for aggregating tech news from IT之家 and 快科技 and generating a styled HTML report. The Python script `scripts/gen_html.py` processes local JSON data and images to produce an HTML file with embedded base64 images and CSS. While the script contains hardcoded absolute Windows file paths (referencing a user 'choksta'), which is a poor practice for portability, there is no evidence of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
Description and SKILL.md state the skill will '抓取' (scrape) IT之家 + 快科技 and produce complete articles, but the shipped script (scripts/gen_html.py) does not perform any network requests or scraping. Instead it loads a local JSON and local images. Expectation mismatch: either scraping code is missing or SKILL.md is inaccurate.
Instruction Scope
SKILL.md instructs fetching RSS and list pages, downloading images, and constructing JSON, but runtime instruction to run python scripts/gen_html.py only builds HTML from an already-prepared JSON and image directory. The instructions ask the agent to access external sites if implemented, but the provided code will only read specific local file paths (hard-coded Windows paths). This is scope creep / inconsistency.
Install Mechanism
No install spec and only a single small Python script and a docs file are included. No remote downloads, package installs, or archive extraction are present — low install risk.
Credentials
The skill declares no required env vars or credentials (ok). However, the script hard-codes absolute Windows paths under C:\Users\choksta (DATA_FILE, IMG_DIR, OUT_FILE). That is unusual and may cause unexpected file reads/writes on a host where those paths exist; it also means the script won't work out-of-the-box elsewhere. No credentials are requested or used in code.
Persistence & Privilege
always is false and there is no install step that modifies agent/system configuration. The skill does not request persistent privileges or attempt to change other skills' settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tech-news-daily33 - 安装完成后,直接呼叫该 Skill 的名称或使用
/tech-news-daily33触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Version 1.0.0
- 简化数据源,专注于 IT之家与快科技内容抓取。
- 移除 Tavily 相关多数据源切换与相关脚本,专为本地 RSS/列表页采集。
- 新增标准化数据格式与详细字段说明(见 references/data_format.md)。
- 全新 HTML 日报生成脚本,采用 iOS 液态玻璃风格,支持图片 base64 内嵌、三栏自适应、正文完整展开。
- 移除原有增强版搜索、API 配置与高级用法说明,聚焦纯内容抓取与美观日报输出。
元数据
常见问题
My 是什么?
Generates daily tech news HTML reports from IT之家 and 快科技 with iOS liquid glass style, full text, images, and categorized sections. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 94 次。
如何安装 My?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tech-news-daily33」即可一键安装,无需额外配置。
My 是免费的吗?
是的,My 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
My 支持哪些平台?
My 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 My?
由 choksta(@choksta)开发并维护,当前版本 v1.0.0。
推荐 Skills