AI News Pro

v0.9.1

AI News Pro 提供 AI 领域早报、晚报、热点新闻和精选内容,基于 AI 评分智能排序,支持定时推送。当用户说"查询 AI 早报"、"查询 AI 晚报"、"查询 24H 热点新闻榜"或"查询 AI 精选内容"时调用。

0· 87·0 current·0 all-time
byAIMPACT@jamesmenews

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for jamesmenews/ai-news-pro.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "AI News Pro" (jamesmenews/ai-news-pro) from ClawHub.
Skill page: https://clawhub.ai/jamesmenews/ai-news-pro
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required binaries: curl
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 ai-news-pro

ClawHub CLI

Package manager switcher

npx clawhub@latest install ai-news-pro
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (AI news, morning/evening reports, hot list, curated content) match the declared requirements: only 'curl' is required and the skill reads sources.md and calls the listed API endpoints. No unrelated credentials, binaries, or install steps are requested.
Instruction Scope
The SKILL.md explicitly instructs the agent to read sources.md and to use curl (web_fetch only as fallback) to call the listed API endpoints, extract fields, de-duplicate, sort, format per format.md, and optionally push via the platform 'message' tool. This is coherent for a news skill, but it will perform network requests to the listed external host (agent.me.news) whenever invoked; you should verify the trustworthiness of those endpoints if that matters.
Install Mechanism
No install spec and no code files — instruction-only. This is the lowest-risk install profile and consistent with the described functionality.
Credentials
The skill requires no environment variables, credentials, or config paths. It optionally uses the platform 'message' tool/channels if already configured by the user; requiring preconfigured messaging channels (outside the skill) is reasonable for push functionality.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent presence or modify other skills' configurations. It does not attempt to persist credentials or write system-wide settings according to SKILL.md.
Assessment
This skill is internally consistent with a news aggregator: it will perform network requests to the listed API endpoints (agent.me.news) and can optionally push formatted reports via whatever messaging channels you've configured in OpenClaw. Before installing, verify that you trust the agent.me.news domain and its APIs; confirm that your OpenClaw 'message' tool and channels are configured with only the permissions you intend (so push messages can't leak sensitive channels); and consider running a manual sample invocation first to inspect output and ensure the formatting and sources behave as expected. If you need stronger safety, restrict allowed target domains or audit network activity from the agent.

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

Runtime requirements

Binscurl
latestvk976f8r4kp0cq4b675ktherft9856q7y
87downloads
0stars
2versions
Updated 1w ago
v0.9.1
MIT-0

AI News Pro - AI 资讯助手

提供 AI 领域早报、晚报、热点新闻和精选内容,基于 AI 评分智能排序后推送。

何时调用此技能

当用户说以下任一指令时,自动调用此技能:

  • "查询 AI 早报"
  • "查询 AI 晚报"
  • "查询 24H 热点新闻榜"
  • "查询 AI 精选内容"
  • "生成 AI 日报"

安装后提示

✅ 安装成功!你可以通过以下方式获取 AI 资讯:

  • 📰 查询 AI 早报 - 每日上午精选(前一天 00:00 - 当天 12:00)
  • 🌙 查询 AI 晚报 - 每日晚间总结(当天 12:00 - 24:00)
  • 🔥 查询 24H 热点新闻榜 - 最近 24 小时影响力最高内容
  • 🤖 查询 AI 精选内容 - AI 领域高质量资讯

你也可以直接说:"帮我查询 AI 早报"

功能

  • 提供 AI 领域早报、晚报、热点新闻榜
  • 基于 AI 评分智能排序,优先展示高价值内容
  • 按分类整理(大模型/Agent/融资/安全/应用/开源)
  • 可选推送:基于 OpenClaw 已配置的 message 工具与渠道凭据,提供已配置渠道的推送能力
  • 去重:默认基于当前批次结果去重(标题或 ID)

使用方式

快捷指令(推荐)

告诉你的 AI 助手以下任一指令:

  • "查询 AI 早报"

    • 获取每日上午精选内容(前一天 00:00 - 当天 12:00,最多 10 条)
  • "查询 AI 晚报"

    • 获取每日晚间总结(当天 12:00 - 24:00,最多 10 条)
  • "查询 24H 热点新闻榜"

    • 获取最近 24 小时影响力最高内容(按 AI 评分降序,最多 10 条)
  • "查询 AI 精选内容"

    • 获取 AI 领域高质量资讯(最近 24 小时,最多 10 条)

定时推送(可选)

在 OpenClaw 外部配置 cron 任务:

前提说明:

  • 本技能不内置、不存储任何渠道凭据。
  • 如需推送,需在 OpenClaw 中预先配置 message 工具及渠道凭据。
  • 若未配置 message 或渠道凭据,则仅输出报告,不执行推送。

推荐时间:

  • 早报: 每日 12:00
  • 晚报: 每日 22:00
  • 热点: 每日 18:00

示例配置:

# Linux/macOS crontab
0 12 * * * openclaw agent --message "查询 AI 早报"
0 18 * * * openclaw agent --message "查询 24H 热点新闻榜"
0 22 * * * openclaw agent --message "查询 AI 晚报"

Windows 任务计划程序:

# 创建每日 12:00 早报任务
schtasks /create /tn "AI-News-Pro早报" /tr "openclaw agent --message '查询 AI 早报'" /sc daily /st 12:00

🎯 数据源配置

当前启用信源

URL类型说明
MetaEra AI 快讯https://agent.me.news/skill/flash/list?page=1&size=20&category=aiAPIAI 分类快讯流
AI 新闻 APIhttps://agent.me.news/skill/aimpact/articles?page=1&size=20&category=aiAPIAI 新闻列表
OpenClaw 新闻 APIhttps://agent.me.news/skill/aimpact/articles?page=1&size=20&category=openclawAPIOpenClaw 新闻列表
AI 行业大事件 APIhttps://agent.me.news/skill/aimpact/eventsAPIAI 行业大事件

信源策略:

  • 当前仅使用 ME News API 信源
  • 所有可用信源以 sources.md 为准
  • 新增信源时统一维护到 sources.md

分类体系

  • 🧠 大模型 — 新模型发布、基准表现、技术进展
  • 🤖 Agent — AI 代理、自动化流程、工具调用
  • 💰 融资/商业 — 融资进展、并购动态、商业合作
  • 🛡️ 安全/治理 — AI 安全、监管政策、伦理议题
  • 🔧 应用/产品 — 产品发布、功能更新、落地实践
  • 🔓 开源 — 开源模型、工具链、框架生态

配置

可在你的 TOOLS.md 中添加:

### AI News Pro
- 早报推送:12:00 (Asia/Shanghai)
- 晚报推送:22:00 (Asia/Shanghai)
- 热点推送:18:00 (Asia/Shanghai)
- 推送渠道:feishu(或 telegram/discord)
- 内容数量:最多 10 条/次
- 排序规则:按 AI 评分降序

采集流程

  1. 读取配置:执行前先读取 sources.md,确认本次采集数据源清单
  2. 调用 API(优先 curlweb_fetch 兜底):按 sources.md 配置,优先使用 curl 调用 AI 数据源 API
    • AI 新闻 API(curl
    • OpenClaw 新闻 API(curl
    • AI 行业大事件 API(curl
    • MetaEra AI 快讯(curl
    • 仅当 curl 不可用或请求失败时,才使用 web_fetch 对同一 URL 兜底重试(遵循下方“API 抓取规则(强约束)”)
  3. 提取字段:从 API 响应提取标题、摘要、链接、发布时间、AI 评分
  4. 时间过滤:根据查询类型过滤时间范围
    • 早报:前一天 00:00 - 当天 12:00
    • 晚报:当天 12:00 - 24:00
    • 热点:最近 24 小时
  5. 去重过滤:基于本次采集结果去重(按标题或 ID)
  6. 智能排序:按 AI 评分降序排序(如 API 提供)
  7. 分类标注:根据内容关键词补充分类标签(大模型/Agent/融资等)
  8. 筛选数量:选出 Top 10 条
  9. 格式化输出:严格按 format.md 格式化生成报告
  10. 推送分发:通过 message 工具推送到指定渠道(可选)

API 抓取规则(强约束)

  • sources.md 中所有 URL 均为 API endpoint,必须优先使用 curl 获取数据。
  • 仅当 curl 不可用或请求失败时,才允许使用 web_fetch 对同一 URL 兜底重试。
  • 仅允许请求 sources.md 白名单 URL,禁止改走公开网页搜索替代。
  • 失败时需返回 HTTP 状态码与错误摘要,不得直接改走公开网页搜索替代。

注意事项

  • 建议优先使用 curl 调用 API endpoint
  • web_fetch 仅作为兜底手段(curl 不可用或失败时)
  • 执行前必须读取 sources.md,并严格按其配置进行采集
  • 所有内容基于 AI 评分智能排序,优先展示高价值资讯
  • 输出格式以 format.md 为唯一标准,不得自行变更结构
  • 首次使用建议先手动触发,确认输出格式与推送渠道
  • 本技能不负责管理任何第三方渠道密钥,也不要求写入本地持久化存储

Comments

Loading comments...