一键导入
track-journals
Keep Mater-trend's journal feeds current — verify liveness, discover new materials-science journals, then poll and ingest.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Keep Mater-trend's journal feeds current — verify liveness, discover new materials-science journals, then poll and ingest.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Add a materials-science journal RSS feed to Mater-trend from a feed URL (or journal homepage), then ingest and refresh.
Curate the Mater-trend materials-science taxonomy — decide whether new candidate keywords are noise, existing-topic synonyms, new topics, or parked.
基于 SOC 职业分类
| name | track-journals |
| description | Keep Mater-trend's journal feeds current — verify liveness, discover new materials-science journals, then poll and ingest. |
The watch loop for tracked materials-science journals. Run commands as
PYTHONNOUSERSITE=1 ./env/bin/mat-trend ... from the repo root.
Verify feeds — mat-trend check-feeds --check. For each DEAD feed, try to
find a working URL (the journal may have changed its RSS path); if found, update
Journal-RSS.md + config/journals.json. If not, mark Status ✗ and note it.
Discover new materials-science journals (optional, periodic): for each family
(Nature Portfolio, Science, Cell Press, Wiley, ACS, RSC, Elsevier), check whether a
notable materials journal is missing from config/journals.json. If so, follow the
add-journal skill to register and verify its feed. Prefer materials-focused
(focus: high) titles.
Ingest — mat-trend ingest (all journals) or --journal <keys> for a subset.
This is the step that captures the current rolling window; run it on a schedule
so history accumulates.
Refresh derived outputs — mat-trend refresh --no-ingest (assign → trends →
export-site) if you ingested separately, or just mat-trend refresh to do both.
Commit / PR — if Journal-RSS.md, config/, or docs/ changed, open a PR
summarising new articles, journals added, and dead feeds.