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 needs a broad overseas or domestic media scan, wants a repeatable `news-report.md`, or needs raw JSON archived under `content-production/inbox/raw/news/`.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "news-collect" with this command: npx skills add abigale-cyber/news-collect

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

AI Short Film Producer

低成本AI短剧/短片全流程制作技能。使用速创API(wuyinkeji.com)的Grok Imagine生成视频镜头、TTS生成配音,配合FFmpeg+Python本地合成,WorkBuddy编排全流程。适用于用户需要从零制作AI短片、短视频、短剧EP、预告片等场景。包含完整的分镜脚本创作、视频生成、配音生成、...

Registry SourceRecently Updated
Coding

Playwright Cli

Automate browser interactions, test web pages and work with Playwright tests.

Registry SourceRecently Updated
Coding

GitHub Trending Scraper

Scrape GitHub Trending repos into structured JSON. Use when the user asks about GitHub trending, hottest repos, trending repositories, what's popular on GitH...

Registry SourceRecently Updated
Coding

Trinity Evolution

每日AI能力进化工具 - 自检缺陷→阅读学习→生成洞察→验证提升。三阶段闭环让AI持续进步。提供完整Python源码、详细文档和使用指南。适合AI开发者和自驱动的AI用户。

Registry SourceRecently Updated