← Back to Skills Marketplace
94
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tech-news-daily33
Description
Generates daily tech news HTML reports from IT之家 and 快科技 with iOS liquid glass style, full text, images, and categorized sections.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tech-news-daily33 - After installation, invoke the skill by name or use
/tech-news-daily33 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Version 1.0.0
- 简化数据源,专注于 IT之家与快科技内容抓取。
- 移除 Tavily 相关多数据源切换与相关脚本,专为本地 RSS/列表页采集。
- 新增标准化数据格式与详细字段说明(见 references/data_format.md)。
- 全新 HTML 日报生成脚本,采用 iOS 液态玻璃风格,支持图片 base64 内嵌、三栏自适应、正文完整展开。
- 移除原有增强版搜索、API 配置与高级用法说明,聚焦纯内容抓取与美观日报输出。
Metadata
Frequently Asked Questions
What is My?
Generates daily tech news HTML reports from IT之家 and 快科技 with iOS liquid glass style, full text, images, and categorized sections. It is an AI Agent Skill for Claude Code / OpenClaw, with 94 downloads so far.
How do I install My?
Run "/install tech-news-daily33" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is My free?
Yes, My is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does My support?
My is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created My?
It is built and maintained by choksta (@choksta); the current version is v1.0.0.
More Skills