← Back to Skills Marketplace
dereklu515

Tech Radar Daily

by dereklu515 · GitHub ↗ · v1.0.9 · MIT-0
cross-platform ⚠ suspicious
196
Downloads
0
Stars
0
Active Installs
10
Versions
Install in OpenClaw
/install tech-radar-daily
Description
每日技术情报雷达 - 自动发现有趣工具、技术趋势、赚钱项目。扫描 GitHub Trending、Product Hunt、Hacker News、Awesome Lists,智能评分筛选高价值项目,每日推送 7-9 条精选情报到飞书。
Usage Guidance
这项技能看起来与其描述一致, 但请在安装前注意: - 使用专用的飞书 webhook(FEISHU_WEBHOOK_URL),不要在生产/敏感群组使用未经审查的 webhook — 任何写入该 webhook 的程序都能向对应飞书接收端发送内容。 - npm install 会拉取第三方包并运行安装脚本,建议先在隔离环境(容器或沙箱)执行 npm install 并检视 package-lock.json;如果你不信任全部第三方依赖,可手动审查或限制网络访问。 - 先用测试模式运行(node scripts/run-cycle.js --test)以确认输出并避免意外推送;SKILL.md 与脚本都支持 --test 跳过推送。 - 注意 SKILL.md 提到的每日 Cron 需要你自己在主机上配置(安装脚本不会自动添加系统级定时任务)。 - 如果不希望技能在本地长期保存历史数据,删除或监控 data/ 和 logs/ 目录(seen_repos.json, stats 和 archives 会写入这些位置)。 总体来说:功能一致且合理,但遵循上面几条最低限度的操作与审查步骤再启用自动推送。
Capability Analysis
Type: OpenClaw Skill Name: tech-radar-daily Version: 1.0.9 The skill bundle is a legitimate tool for monitoring technical trends and tools from sources like GitHub, Product Hunt, and Hacker News. The code logic is transparent, well-structured, and strictly follows the stated purpose of collecting, scoring, and reporting data to a user-configured Feishu webhook. While it includes a helper script (test-feishu-chat.js) for advanced Feishu API integration and uses proxy-agent for network requests, there is no evidence of malicious intent, data exfiltration, or unauthorized persistence mechanisms.
Capability Assessment
Purpose & Capability
技能名与描述(扫描 GitHub/PH/HN/Awesome、筛选并推送飞书)与代码实现一致。所需二进制(node)与所做工作匹配,唯一必需的环境变量是 FEISHU_WEBHOOK_URL,用于向飞书发送消息。
Instruction Scope
SKILL.md 指示运行 node scripts/run-cycle.js 或 --test。运行逻辑在脚本中清楚列出:抓取公开页面、过滤/评分、生成摘要、保存到本地日志并可发送到用户提供的飞书 webhook。唯一不完全匹配的地方是文档提到“已配置每天 09:00 Cron”,但安装脚本不会自动注册系统 cron(lifecycle.onInstall 仅创建目录和初始化文件)。
Install Mechanism
安装通过 npm(package.json + package-lock.json),依赖来自 npm 官方 registry(cheerio, node-fetch, proxy-agent 等)。通过 npm 安装是常见做法,但 npm install 会拉取并运行第三方包(增加攻击面);没有发现从不明个人服务器直接下载或执行二进制的行为。
Credentials
仅要求 FEISHU_WEBHOOK_URL(必需)。GITHUB_TOKEN 和 https_proxy/HTTP_PROXY 被标注为可选/推荐,用途明确(提高 GitHub API 限额与代理访问)。没有发现请求与功能不相关的凭据或秘密。
Persistence & Privilege
技能不会要求 'always: true',也不修改其他技能或系统配置 beyond its own workspace. 它会在技能目录下创建/写入数据文件(logs/, data/seen_repos.json, data/stats/),这是功能所需且与描述一致。
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tech-radar-daily
  3. After installation, invoke the skill by name or use /tech-radar-daily
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.9
Fix: Add proxy-agent support for GitHub access, Add npm install config
v1.0.8
Fix: remove nested skills/ directory that contained old github_api.py
v1.0.7
Fix: remove unused execSync import from summarizer.js - no shell execution in codebase
v1.0.6
Fix: replace execSync+curl with node-fetch to eliminate shell injection risk; remove unused github_api.py; exclude runtime data (data/, logs/)
v1.0.5
Fix: replace execSync+curl with node-fetch to eliminate shell injection risk; remove unused github_api.py
v1.0.4
Fix: exclude runtime data (data/, logs/) from release - comply with Clawhub/Workspace separation rules
v1.0.3
Update: clarify proxy usage - uses system proxy by default, no hardcoded proxy
v1.0.2
Fix: remove hardcoded proxy, require explicit HTTP_PROXY env var. Remove local debug docs.
v1.0.1
Fix: publish correct skill files (not workspace root)
v1.0.0
Initial release: daily tech radar with GitHub Trending, Product Hunt, Hacker News, Awesome Lists scanning
Metadata
Slug tech-radar-daily
Version 1.0.9
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 10
Frequently Asked Questions

What is Tech Radar Daily?

每日技术情报雷达 - 自动发现有趣工具、技术趋势、赚钱项目。扫描 GitHub Trending、Product Hunt、Hacker News、Awesome Lists,智能评分筛选高价值项目,每日推送 7-9 条精选情报到飞书。 It is an AI Agent Skill for Claude Code / OpenClaw, with 196 downloads so far.

How do I install Tech Radar Daily?

Run "/install tech-radar-daily" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Tech Radar Daily free?

Yes, Tech Radar Daily is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Tech Radar Daily support?

Tech Radar Daily is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Tech Radar Daily?

It is built and maintained by dereklu515 (@dereklu515); the current version is v1.0.9.

💬 Comments