给孩子的AI思辨日报

v1.0.0

每天早晨9点推送精选适合孩子的新闻摘要,含标题、摘要、思考问题、辩论话题及可点击详情链接。

0· 84·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 shujip/kidsnews.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "给孩子的AI思辨日报" (shujip/kidsnews) from ClawHub.
Skill page: https://clawhub.ai/shujip/kidsnews
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 kidsnews

ClawHub CLI

Package manager switcher

npx clawhub@latest install kidsnews
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the instructions: the skill calls the KidsNews API (https://www.kidsnews.app/api/kidsnews/daily-report) and formats a short daily brief. It does not request unrelated credentials, binaries, or config paths.
Instruction Scope
Instructions are limited to GETting the specified API, filtering items, and producing a Chinese morning message. They do not ask to read local files or unrelated env vars. The instructions are somewhat vague about the delivery mechanism ('发送给用户') — that could involve external channels (email, messaging) which are not specified here.
Install Mechanism
No install spec and no code files — instruction-only skill, so nothing is written to disk or downloaded during install.
Credentials
The skill requires no environment variables, credentials, or config paths. This is proportionate to the described behavior (fetching a public API and composing a message).
Persistence & Privilege
always is false and the skill does not request persistent/privileged presence or modification of other skills or system settings.
Assessment
This skill appears coherent and does what it claims: fetch a KidsNews endpoint and create a short morning brief in Chinese. Before installing, verify that the domain https://www.kidsnews.app is a legitimate trusted source you want your agent to call. Clarify how '发送给用户' will be implemented (which channel will deliver the brief and what permissions that channel needs). Because the skill is instruction-only and needs no credentials, it cannot exfiltrate secrets on its own, but it will present external links to users — ensure you trust the destination site and be mindful of privacy for any delivery channel (email, chat, etc.). If you need stricter controls, require explicit confirmation before the agent sends messages or restrict delivery to known channels.

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

latestvk97e1z29sv9r3m2669aayb53z584bnvd
84downloads
0stars
1versions
Updated 3w ago
v1.0.0
MIT-0

KidsNews Daily Brief Skill (简体中文)

目标

  • 每天早上 9:00 自动获取 KidsNews 新闻摘要并发送给用户。
  • 新闻来源:/api/kidsnews/daily-report
  • 规则:先取最新 5 条,再筛选出发布日期为「2 天前」的新闻,最多返回 3 条。
  • 每条新闻必须带可点击链接(域名:https://www.kidsnews.app)。

调用接口

  • 方法:GET
  • 路径:/api/kidsnews/daily-report
  • 示例:
    • https://www.kidsnews.app/api/kidsnews/daily-report
    • https://www.kidsnews.app/api/kidsnews/daily-report?date=2026-04-04&limit=3

返回字段(核心)

  • success: 是否成功
  • targetDate: 目标发布日期(默认是今天往前 2 天)
  • items: 新闻数组(最多 3 条)
    • title: 新闻标题
    • summary: 新闻摘要
    • link: 详情链接(https://www.kidsnews.app/news/{id}
    • questions: 2 个引导思考问题(用于预告)
    • debateTopic: 1 个辩论话题(用于预告)

定时触发建议

  • 触发时间:每天 09:00(建议使用服务器所在时区的本地 9 点)
  • 触发流程:
    1. 请求 /api/kidsnews/daily-report
    2. 读取 items(含 questionsdebateTopic
    3. 由 AI 生成简体中文晨报并发送给用户

发送文案要求(简体中文)

  • 语气友好、清晰,适合家长和孩子阅读。
  • 明确提示用户:可以点击链接查看详情、收听播客、提问、参与辩论、学习相关英语词汇。
  • 每条新闻保留标题、摘要、2 个问题、1 个辩论话题、链接,避免编造事实。
  • 发送时只展示「预告内容」,明确说明更多完整内容需点击链接进入页面。

推荐发送模板

早上好!以下是 KidsNews 今日精选少儿新闻:

1. {标题1}
摘要:{摘要1}
思考问题:
- {问题1}
- {问题2}
辩论话题:{辩论话题}
链接:{链接1}

2. {标题2}
摘要:{摘要2}
思考问题:
- {问题1}
- {问题2}
辩论话题:{辩论话题}
链接:{链接2}

3. {标题3}
摘要:{摘要3}
思考问题:
- {问题1}
- {问题2}
辩论话题:{辩论话题}
链接:{链接3}

这是今日精简版,点击链接可查看完整内容,并可收听播客、提问、参与辩论、学习相关英语词汇。

异常处理

  • 如果 items 为空:发送「今天暂无符合条件新闻,稍后更新」并附站点地址 https://www.kidsnews.app
  • 如果接口失败:重试 1 次,仍失败则记录日志并发送降级提醒。

Comments

Loading comments...