Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

定时早报生成

v1.0.0

每天定时生成综合、财经、科技等主题的个性化早报,自动推送到飞书并支持手动触发查看。

0· 74·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for jpengcheng523-netizen/dingbao-zoubao.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "定时早报生成" (jpengcheng523-netizen/dingbao-zoubao) from ClawHub.
Skill page: https://clawhub.ai/jpengcheng523-netizen/dingbao-zoubao
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install dingbao-zoubao

ClawHub CLI

Package manager switcher

npx clawhub@latest install dingbao-zoubao
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
!
Purpose & Capability
The skill claims to push to Feishu and aggregate news. The code does try to send to Feishu, but metadata declares no dependencies, no required env vars, and no config paths while the code reads a local ../config.json for feishu_chat_id. That mismatch (undocumented config file and missing dependency declaration) is incoherent with the stated purpose.
!
Instruction Scope
SKILL.md describes news aggregation, de-duplication, and timed scheduling. The handler.js calls generateBriefing(topic, config) but there is no generateBriefing implementation in the included code, and there is no code implementing news fetching, de-duplication, or scheduling. The runtime instructions promise behaviors that the shipped code does not implement.
!
Install Mechanism
There is no install spec, yet the handler requires the 'openart' module. No package.json or declared dependency list is present. That creates uncertainty at install/runtime (the skill may fail or rely on implicit platform packages), and the source of the 'openart' module is not documented.
!
Credentials
The skill declares no required env vars or primary credential, but it reads ../config.json which likely contains feishu_chat_id and potentially credentials. Feishu/auth requirements are not documented. Reading a local config file without declaring it is a privacy/credential concern — secrets could be read from the agent environment unexpectedly.
Persistence & Privilege
The skill is not marked always:true and does not request persistent system-wide changes. It reads a local config file and sends messages via a library, but it does not modify other skills or system settings in the provided code.
What to consider before installing
Do not install or enable this skill until the author clarifies and fixes several issues: (1) provide or declare dependencies (package.json or documented modules) — especially the 'openart' library and its provenance; (2) declare the exact config path and what keys it contains, or switch to explicit environment variables for credentials; (3) implement or include the missing generateBriefing/news-fetch and de-duplication code, or make SKILL.md match the actual implementation; (4) confirm how Feishu authentication is handled and ensure no unexpected secrets are read (the handler currently reads ../config.json which may contain sensitive data). If you must test it, run in an isolated environment and inspect any config files and network calls (or prefer a vetted implementation that documents required credentials and dependencies).

Like a lobster shell, security has layers — review code before you run it.

latestvk97cr2awv691wx7ztzmcj93nnn85b221
74downloads
0stars
1versions
Updated 6d ago
v1.0.0
MIT-0

定时早报生成 Skill

每天定时生成个性化早报,推送到飞书。结合新闻聚合能力,支持综合/财经/科技/AI等多场景。

功能特性

  • 多场景早报:综合、财经、科技、AI深度、股市五大主题
  • 定时推送:每天自定义时间自动生成并推送(如 08:00)
  • 飞书直达:直接推送到飞书,包含摘要 + 精选内容 + emoji分类
  • 手动触发:支持随时说"今天早报"立即生成
  • 去重机制:自动过滤30天内已推送的重复内容

触发词

今天早报
生成早报
今日资讯
早间简报
财经早报
科技早报

使用方法

手动生成

今天早报
综合早报
给我一份科技早报

查看帮助

早报帮助
设置早报时间

定时配置

设置每天推送时间:

设置早报时间 08:00
每天早上8点推早报

查看当前配置:

早报配置
早报状态

输出示例

📰 综合早报 | 2026-04-22
━━━━━━━━━━━━━━━━━━━━
🔴 重要 | OpenAI 发布 GPT-5,震惊业界
   摘要:GPT-5 在推理测试中得分首次超过人类...
   [查看全文]

🔵 科技 | Anthropic 发布 Claude 4
   摘要:上下文窗口扩展至 100 万 tokens...
   [查看全文]

🟢 创投 | Figure AI 完成新一轮融资
   摘要:估值达 26 亿美元,...
   [查看全文]
━━━━━━━━━━━━━━━━━━━━
📊 共抓取 48 条 | 去重后 12 条 | 耗时 3.2s

技术实现

  • 新闻来源:优先调用全网新闻聚合助手(如已安装)
  • 生成引擎:AI 总结 + 关键词分类 + emoji 标注
  • 定时调度:OpenClaw cron(需配置推送时间)
  • 推送通道:飞书 IM 消息(富文本 post 格式)

定价参考

版本价格说明
免费版¥0每天1次,手动触发
付费版¥29-99/月定时自动推送,多场景

依赖

  • OpenClaw 框架
  • 飞书 IM 消息工具
  • 可选:全网新闻聚合助手(增强信源)

Comments

Loading comments...