一键导入
add-journal
Add a biology journal RSS feed to Bio-trend from a feed URL (or journal homepage), then ingest and refresh.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Add a biology journal RSS feed to Bio-trend from a feed URL (or journal homepage), then ingest and refresh.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Curate the Bio-trend biology taxonomy — decide whether new candidate keywords are noise, existing-topic synonyms, new topics, or parked.
Keep Bio-trend's journal feeds current — verify liveness, discover new biology sister journals, then poll and ingest.
| name | add-journal |
| description | Add a biology journal RSS feed to Bio-trend from a feed URL (or journal homepage), then ingest and refresh. |
Natural-language front door: the user gives a journal name or an RSS feed URL; you
register it and run the pipeline. Run all commands as
PYTHONNOUSERSITE=1 ./env/bin/bio-trend ... from the repo root.
Find the feed URL (if only a journal name/homepage was given). Known patterns:
https://www.nature.com/<code>.rss (journal) or
https://www.nature.com/subjects/<slug>.rss (subject).https://www.cell.com/<slug>/current.rss (and /inpress.rss).https://www.science.org/action/showFeed?type=etoc&feed=rss&jc=<code>.
Use WebFetch/WebSearch to confirm the exact code/slug if unsure.Register it — add a row to Journal-RSS.md (Family, Journal, Key, Feed type,
RSS URL, Bio focus, Status ?) and a matching entry to config/journals.json
(key, label, family, feeds: [{url, type, bio_focus}]). A journal may have
multiple feeds.
Verify — bio-trend check-feeds --check. If the new feed is live, update its
Status to ✓; if it 403s/dead, mark ✗ and stop (report the problem).
Ingest + refresh — bio-trend ingest --journal <key> then bio-trend refresh.
Smoke-check + PR — confirm data/<key>/ has a CSV and the new journal appears
in docs/data/manifest.json. Open a PR summarising the added feed.
bio_focus: high for biology-dedicated journals, mixed for multidisciplinary
flagships (where you may prefer a biology subject feed).