搜索当天真实热门话题,选择一个深度创作,生成简约图片,自动发布。
run this clawhubskill inside any MCP-capable agent (Claude Code, Codex, or Cursor). paste the command below and Implexa's MCP server recognizes it, applying the SKILL.md inline via the apply_recommended_skilltool call — the skill executes in your session, no separate install step. you can also invoke it by name in natural language (e.g. "implexa, run local-life-hotspot").
implexa run clawhub/local-life-hotspot
--- name: local-life-hotspot displayName: 单话题深度创作助手 version: 6.0.0 description: 搜索当天真实热门话题,选择一个深度创作,生成简约图片,自动发布。 --- # 单话题深度创作助手 v6.0 ## 核心理念 **真实热点 + 深度内容 + 简约图片** ## v6.0 更新要点 ### 1. 确保当天真实热点 ✅ 多重试机制(3 次重试) ✅ 多查询搜索(3 个查询词) ✅ 搜索失败明确提示,不使用示例数据 ### 2. 简化图片生成 ✅ 纯色背景(根据领域配色) ✅ 居中显示标题 ✅ 快速生成,不复杂 ### 3. 深度文案结构 ✅ 话题引入 ✅ 概念解释 ✅ 核心要点 ✅ 实操指南(3 阶段) ✅ 行动建议 ✅ 常见问题(Q&A) ✅ 互动引导 ## 快速使用 ```bash # 搜索当天热点并创作 python ~/.openclaw/skills/local-life-hotspot/run.py -k "职场干货" -a # 指定具体话题 python ~/.openclaw/skills/local-life-hotspot/run.py -k "减肥" -t "16+8 轻断食" -a ``` ## 参数说明 | 参数 | 简写 | 说明 | 默认值 | |------|------|------|--------| | `--keyword` | `-k` | 搜索关键词 | `职场干货` | | `--auto-publish` | `-a` | 自动发布 | `false` | | `--topic` | `-t` | 指定话题 | 自动选择 | ## 图片配色 | 领域 | 背景色 | |------|--------| | 减肥 | 粉色 (255, 182, 193) | | 职场 | 蓝色 (100, 149, 237) | | 学习 | 橙色 (255, 218, 185) | | 科技 | 紫色 (138, 43, 226) | | 美食 | 橙色 (255, 165, 0) | | 生活 | 粉色 (255, 192, 203) | ## 更新日志 v6.0 - ✅ 确保搜索当天真实热门话题 - ✅ 搜索失败时明确提示,不使用示例数据 - ✅ 简化图片生成(纯色背景 + 标题) - ✅ 优化发布流程
don't have the plugin yet? install it then click "run inline in claude" again.