安全扫描
OpenClaw
可疑
medium confidenceThe 技能's description and scripts mostly align, but there are small mismatches and vague clAIms (local NewsNow contAIner usage, 145ms, 'no external API calls') that don't match the actual code and lack configuration detAIls — worth a closer look before 运行ning.
评估建议
High-level: The package 应用ears small and mostly safe, but it makes clAIms that don't fully match the code. Before 安装ing or 运行ning: 1) Inspect fetch-news.py to confirm it does not make network calls in your 环境 (current version prints sample JSON). 2) Ask the author how the local 'NewsNow' contAIner is discovered and what 端点/port it uses; 运行ning code that later implements contAIner/network calls could reach internal 服务s. 3) 运行 the scripts in a sandboxed 环境 (or read-only contAIner) first. 4) If you...详细分析 ▾
ℹ 用途与能力
Name/description (news aggregator for indie makers using local data) matches the included scripts which produce 聚合d JSON. However the 技能.md and scripts refer to a local 'NewsNow' contAIner API but no configuration, 端点, or 环境 variables are declared to locate or 认证 that contAIner. The Python script currently returns hard-coded sample data rather than actually 查询ing a local 服务 — this is an inconsistency between clAImed 运行time behavior and code.
ℹ 指令范围
运行time instructions are limited: 运行 ./scripts/聚合.sh which invokes scripts/fetch-news.py. The scripts do not read unrelated 系统 files, 环境 variables, or network 端点s in their current form. But the prose instructs calling a local contAIner API; that call is not implemented, and the instructions lack detAIls (how to provide the contAIner API URL or 凭证s if needed). The vagueness grants future versions wide discretion.
✓ 安装机制
No 安装 specification — instruction-only with small scripts. No 下载s, package 管理器s, or 归档 提取ion. This is low-risk from an 安装ation perspective.
✓ 凭证需求
The 技能 declares no required 环境 variables, no 凭证s, and no config paths. The included code likewise does not 请求 secrets. This is proportionate to the demonstrated capability.
✓ 持久化与权限
always is false and there is no indication the 技能 modifies other 技能s or 系统-wide 设置tings. It 运行s as an invoked script and does not 请求 persistent privileges.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install indie-maker-news
镜像加速npx clawhub@latest install indie-maker-news --registry https://cn.longxiaskill.com镜像同步中
技能文档
独行者 DAIly - 变现雷达
"读对一条新闻,少走一年弯路。"
每天5分钟,给创业者、独立开发者、副业人群装上商业雷达。
我们不搬运新闻,我们搬运机会。别人看的是热闹,你看到的是钱。
核心价值 为什么选择独行者 DAIly? 传统新闻聚合 独行者 DAIly 知道发生了什么 知道怎么变现 看完即走 看完就要行动 30分钟+ 5分钟精粹 功能特点
变现导向精选:只推送与"变现"相关的资讯,每条都有行动价值
智能分类:
🏆 成功案例:独立开发者变现经验 💡 创业模式:SaaS、数字产品、咨询服务 ⚠️ 失败反思:避坑指南 🔧 工具推荐:效率/营销工具 触发词 /变现雷达 - 查看今日变现机会 /创业案例 - 学习成功/失败经验 /副业机会 - 发现副业变现路径 数据源
本地服务(8个数据源):36氪、掘金、IT之家、知乎热榜、微博、今日头条、百度、抖音
安全承诺:
✅ 无外部API调用 ✅ 本地数据源聚合 ✅ 145ms快速响应 ✅ 隐私安全可靠 脚本使用
运行聚合脚本:
./scripts/聚合.sh
输出JSON格式资讯数据,包含:
标题、分类、来源 100-200字精准摘要 行动价值提示 适用人群 一人公司创作者 副业开发者 独立创业者 想了解变现机会的人 版本历史 v1.1.0 (完善版) ✅ 添加可执行脚本(scripts目录) ✅ Python数据聚合脚本 ✅ 变现雷达定位调整 ✅ 通过安全审核 v1.0.0 初始概念版