# Cron Job: 小红书每日选题

**Job ID:** c27628909af0
**Run Time:** 2026-06-28 09:05:32
**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-28

### 执行结果

脚本运行成功，但**实际产出 1 个选题**（非预期的 3 个）。原因是脚本按质量阈值筛选，只有 1 个选题达到 9/10 的评估标准，其余未通过质量门禁。

---

### 产出的选题

| 项目 | 内容 |
|---|---|
| **选题** | 考后估分300-349分段必看：用真实数据告诉你为什么这个分数段最容易滑档 |
| **封面行** | `300-349分` / `最容易滑档？` / `真实数据揭秘` |
| **标签** | 政策资讯 |
| **质量评分** | 9/10 ✅ |
| **策略逻辑** | 考后等待期，300-349分段人数多、公办竞争激烈；竞品缺乏该分段深度数据，痛点明显 |

---

### 图片产出（4 张）

| 图片 | 路径 | 大小 |
|---|---|---|
| 🖼️ 封面 | `.hermes/articles/2026-06-28/选题1-.../cover.png` | 203 KB |
| 📄 内页1（引言+数据+分析） | `.../inner-01.png` | 1.19 MB |
| 📄 内页2（行动+表格） | `.../inner-02.png` | 1.22 MB |
| 📄 内页3（分析+行动） | `.../inner-03.png` | 1.35 MB |

> 完整目录：`/home/ubuntu/.hermes/articles/2026-06-28/`

---

### 竞品参考

- 抓取到 **12 篇**竞品文章（广东中职菌、中职生），近期节点为全国计算机等级考试报名。
- 竞品内容偏语文作文、技能证书通知，缺少分段数据分析类选题。

---

**⚠️ 注意**：脚本仅产出 1 个选题而非 3 个，如需强制生成 3 个，可能需要调整脚本中的质量阈值或 `max_topics` 参数。
