This skill deepens a selected topic after news-collect or any manually chosen theme. It does not replace first-pass collection. The report now also produces a local writing decision layer.
Run the default command:
.venv/bin/python -m skill_runtime.cli run-skill topic-research --input content-production/inbox/20260405-agent-topic-research.md
Pass a markdown request file with YAML frontmatter.
Supported fields:
topicquestionmodel: mini / pro / autosource_file: optional path to a prior news-report.mdseed_urls: optional list or comma-separated URLsExample:
---
topic: AI coding agents
question: 这些产品近一周的产品化方向和商业化信号是什么?
model: pro
source_file: content-production/inbox/20260405-ai-news-report.md
seed_urls:
- https://example.com/a
- https://example.com/b
---
补充说明:优先输出能转成中文公众号选题判断的结论。
tvly is installed and available on PATH.tvly research ... --json.Write the report to:
content-production/inbox/YYYYMMDD-<slug>-research.md
Write the raw JSON to:
content-production/inbox/raw/research/YYYY-MM-DD/<slug>.json
skills/tavily-research/ for this integrationtvly is missing or not logged inskill_runtime/engine.pyskills/topic-research/runtime.pyskills/tavily-research/docs/data-contracts.md共 1 个版本