# Cron Job: 小红书每日选题

**Job ID:** c27628909af0
**Run Time:** 2026-07-25 09:08:46
**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-07-25

### 执行概况

| 项目 | 结果 |
|------|------|
| 生成时间 | 09:06 CST |
| 尝试选题数 | 3 个 |
| 通过质量评估 | **1 个** |
| 生成方式 | 模板兜底（AI 调用失败） |

### 已产出选题

**📊 3+证书录取分连涨！你的分数能上什么学校？** （质量评分：8/10）

- 标签：热点话题
- 核心数据：214→232→**264** 分（3 年连涨）
- 封面图：`cover.png`（215KB）
- 内页图 1：`inner-01.png`（1183KB）— 引言+表格+分析
- 内页图 2：`inner-02.png`（1417KB）— 引言+对比条+行动

### 被淘汰的 2 个选题（质量不达标，<7 分）

| 选题 | 评分 | 原因 |
|------|------|------|
| 新生入学季倒计时 | 5/10 | 具体数据不足 |
| 证书焦虑真相 | 5/10 | 具体数据不足 |

### 📁 输出目录

```
/home/ubuntu/.hermes/articles/2026-07-25/
├── README.md
└── 选题1-📊 3+证书录取分连涨！你的分数能上什么/
    ├── cover.png
    ├── inner-01.png
    ├── inner-02.png
    └── 小红书文案.md
```

> ⚠️ 注意：AI 生成环节失败回退到了模板兜底，最终仅产出 1 个合格选题（目标 3 个）。建议检查 DEEPSEEK_API_KEY 是否有效，或排查 AI 调用链路。
