← 返回
未分类 中文

News Collect

Run a repo-local scan through `skills/news-aggregator-skill`, then normalize the result into a local report contract for the collect layer. Use when Codex ne...
在 `skills/news-aggregator-skill` 中进行本地扫描,随后将结果规范化为本地报告合同,供收集层使用。当 Codex 需要...
abigale-cyber abigale-cyber 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 390
下载
💾 1
安装
1
版本
#latest

概述

News Collect

Use the repo-local news-aggregator-skill as a dependency, but always write outputs using this project's collect-layer contract. The report now includes lightweight写作决策字段 for recommended topics.

Quick Start

Run the default command:

.venv/bin/python -m skill_runtime.cli run-skill news-collect --input content-production/inbox/20260405-ai-news-request.md

Prepare Input

Pass a markdown request file with YAML frontmatter.

Supported fields:

  • profile: mixed_daily / global_latest / global_ai / cn_media / custom
  • sources: only used when profile=custom
  • keyword
  • limit
  • deep
  • title

Example:

---
profile: mixed_daily
keyword: AI,Agent
limit: 8
deep: true
title: AI 每日资讯扫描
---

补充说明:更关注能延展成公众号观点文的题目。

Follow Collection Workflow

  1. Read the request frontmatter and resolve the source profile.
  2. Call skills/news-aggregator-skill/scripts/fetch_news.py with --no-save.
  3. Save the raw JSON to the local inbox raw directory.
  4. Rewrite the result into a stable markdown report for人工选题与后续深研。
  5. For recommended items, also emit写作价值判断、推荐切口、推荐框架与标题方向。

Write Output

Write the report to:

content-production/inbox/YYYYMMDD-<slug>-news-report.md

Write the raw JSON to:

content-production/inbox/raw/news/YYYY-MM-DD/<slug>.json

Respect Constraints

  • Only read the repo-local dependency under skills/news-aggregator-skill/
  • Do not save outputs back into the vendor skill directory
  • Keep the wrapper contract stable even if the vendor skill adds new sources later

Read Related Files

  • Runtime entry: skill_runtime/engine.py
  • Wrapper runtime: skills/news-collect/runtime.py
  • Vendor dependency: skills/news-aggregator-skill/
  • Data contract: docs/data-contracts.md

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 12:16 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

Content System Humanizer Zh

abigale-cyber
在不改变事实、数据或原文的前提下,以克制的方式去除中文文本中明显的AI写作痕迹。用于Codex需要降低AI气味时。
★ 0 📥 658

Feishu User Auth

abigale-cyber
一次性完成飞书浏览器授权并在本地缓存 `user_access_token`,以便后续 `feishu-bitable-sync` 运行能够以当前用户身份写入 Bitable 行。
★ 0 📥 582

Generate Image

abigale-cyber
生成文章配图,用于内容工厂流水线。当需要文章图片、信息图卡片、内联视觉或PNG导出时使用。
★ 0 📥 477