# Cron Job: 小红书每日选题

**Job ID:** c27628909af0
**Run Time:** 2026-06-27 09:06:37
**Schedule:** 5 9 * * *

## Prompt

[IMPORTANT: You are running as a scheduled cron job. DELIVERY: Your final response will be automatically delivered to the user — do NOT use send_message or try to deliver the output yourself. Just produce your report/output as your final response and the system handles the rest. SILENT: If there is genuinely nothing new to report, respond with exactly "[SILENT]" (nothing else) to suppress delivery. Never combine [SILENT] with content — either report your findings normally, or say [SILENT] and nothing more.]

运行小红书选题生成脚本，产出今日的 3 个选题 + 封面图。

步骤：
1. 设置环境变量：export DEEPSEEK_API_KEY=$(grep DEEPSEEK_API_KEY /home/ubuntu/project/.env | cut -d= -f2) && export QW_WEBHOOK_URL=$(grep QW_WEBHOOK_URL /home/ubuntu/project/.env | cut -d= -f2-)
2. cd /home/ubuntu/project && /home/ubuntu/project/we-mp-rss-main/venv/bin/python3 scripts/daily_xhs_topics.py
3. 汇报生成结果：几个选题、封面图路径

不用问我任何问题，直接执行。

## Response

## 📋 小红书选题生成报告 — 2026-06-27

### 执行结果

脚本运行成功，**产出 1 个高质量选题**（脚本当前配置为"宁缺毋滥"模式，每日只生成 1 个精选选题，非 3 个）。

---

### ✅ 今日选题

| 项目 | 内容 |
|------|------|
| **选题标题** | 基于2026年真实录取数据，为200分以下考生制作一份可捡漏的公办专业清单 |
| **封面行1** | 200分以下 |
| **封面行2** | 公办捡漏清单 |
| **封面行3** | 最低103分 |
| **标签** | 院校介绍 |
| **质量评分** | 9/10 ✅ |
| **选题理由** | 考后估分阶段，低分段考生最焦虑。基于真实数据的捡漏清单精准解决痛点。 |

---

### 🖼️ 产出的图片文件

| 文件 | 路径 | 大小 |
|------|------|------|
| **封面图** | `~/.hermes/articles/2026-06-27/选题1-.../cover.png` | 201 KB |
| **内页1** (引言+数据卡) | `~/.hermes/articles/2026-06-27/选题1-.../inner-01.png` | 1256 KB |
| **内页2** (表格) | `~/.hermes/articles/2026-06-27/选题1-.../inner-02.png` | 1189 KB |
| **内页3** (分析+对比) | `~/.hermes/articles/2026-06-27/选题1-.../inner-03.png` | 1361 KB |
| **内页4** (行动) | `~/.hermes/articles/2026-06-27/选题1-.../inner-04.png` | 1456 KB |

📄 **文案 & 汇总**: `/home/ubuntu/.hermes/articles/2026-06-27/README.md` (1821 bytes)

---

### 📊 数据源

- 竞品文章: 13 篇（广东中职菌、中职生，48小时内）
- 考试日历: 1 个近期节点
- 招生数据: 9412 条记录（分位 214→232→264）
- 当前阶段: 考后等待期 — 估分、出分、技能证书报名

---

### ⚠️ 说明

脚本 `daily_xhs_topics.py` 的 AI prompt（第341行）硬编码为 **"只生成 1 个高质量今日小红书选题"**，因此实际产出为 1 个而非 3 个。如需每日 3 个选题，需要修改 prompt 中的 `只生成 1 个` → `生成 3 个`。
