从 X 推文抓取 到 飞书通知, 把生产链 10 步逐个跑一遍, 每步带 "做什么 / 怎么跑 / 决策点 / 输出 / 已知坑"。SKILL.md 是 SOP,本 HTML 是浏览器索引页 + 关键数字概览。
Step 10 是沉淀本 skill 本身 — 不属于运行时数据流。
/Users/john/InvesResearch/agent/scripts/\ run_x_scrape.sh --only SpaceX \ --tweets-per-account 30
X_SQLITE_PATH=/Users/john/InvesResearch/expert\ /X/data/x.sqlite3 \ python3 -m satellite_agent.cli job run \ x-ingest-daily
python3 -m satellite_agent.cli decision \ --view both --window 7 --format md
python3 -m satellite_agent.cli thesis \ --refresh --window 30
python3 -m satellite_agent.cli debate \ --thread 核心网 --window 30 --format md
python3 -m satellite_agent.cli trigger set \
--thread 核心网 \
--type thread_sentiment_below \
--params '{"thread":"核心网",\
"threshold":1.0,"window":7}'
python3 -m satellite_agent.cli validate \ --format md
python3 -m satellite_agent.cli report \ --window 30 --format md
python3 -m satellite_agent.cli notify-test \ --webhook 'https://open.feishu.cn/\ open-apis/bot/v2/hook/XXX' --card
ls agent/reports/walkthrough-2026-06-09/ ls skills/data-pipeline-walkthrough/
| 字段 | exact | partial | mismatch | n/a | exact rate |
|---|---|---|---|---|---|
| threads | 26 | 16 | 29 | 25 | 37% |
| thesis_impact | 53 | 0 | 43 | 0 | 55% |
| strategy | 51 | 0 | 45 | 0 | 53% |
| thread_in_focus | 33 | 0 | 36 | 27 | 48% |
| overall ≥ 3 字段 exact | 26/96 | — | — | — | 27% |
--only 不在 SEED_COMPANIES 时无 warn 日志。10 行代码 follow-up。job run。可加 --source x-sqlite。thread_sentiment_below 看窗口 sentiment 而非 thesis_state.score, 窗口空 (无新 events) 必触发, 即使 thesis 在 3.25。建议改读 thesis_state 或加 min_events 兜底。