← 返回 Skills 市场
qq853632587

Hot Content Writer

作者 蓝天 · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ⚠ suspicious
116
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install hot-content-writer
功能描述
✍️ 热点文案一键生成!输入热点话题,AI自动生成小红书/抖音/公众号/微博多平台文案。支持DeepSeek API,成本极低!自媒体运营必备!免费使用,定制开发请联系作者。
使用说明 (SKILL.md)

✍️ 热点文案生成器 v1.1

输入热点话题,AI 自动生成多平台爆款文案。支持 DeepSeek API,每次生成成本不到1分钱!

✨ v1.1 新功能

  • 🤖 DeepSeek API 集成 — 填入API Key即可AI智能生成
  • 💰 成本极低 — DeepSeek约1元/100万token,单次生成不到1分钱
  • 📁 config.json 配置 — 统一管理API密钥和参数
  • 🔧 更好的错误提示 — API问题一目了然

✨ 功能亮点

  • 🎯 多平台适配 — 小红书、抖音、公众号、微博
  • 🎨 多种风格 — 专业干货、轻松种草、幽默搞笑、情感共鸣
  • 🔥 热点联动 — 可配合热榜技能,从热点直接生成文案
  • 📋 批量生成 — 一次生成多个平台的文案
  • 💡 标题推荐 — 自动生成多个爆款标题备选

📦 安装

npx clawhub@latest install hot-content-writer

🔑 AI API 配置(推荐)

默认使用模板生成,配置API后效果质的飞跃!

方式一:config.json(推荐)

编辑 config.json,填入你的 DeepSeek API Key:

{
  "api_provider": "deepseek",
  "api_key": "sk-你的API密钥",
  "api_base": "https://api.deepseek.com",
  "model": "deepseek-chat"
}

方式二:环境变量

export DEEPSEEK_API_KEY="sk-你的API密钥"

获取 DeepSeek API Key

  1. 访问 https://platform.deepseek.com
  2. 注册/登录
  3. 创建API Key
  4. 充值(最低10元,够用很久)

成本参考: DeepSeek约1元/100万token,一次文案生成约消耗500-1000 token,成本不到1分钱。

🚀 使用

单平台生成

# 小红书种草文案
python3 generate.py --topic "春天穿搭灵感" --platform xiaohongshu

# 抖音口播脚本
python3 generate.py --topic "AI工具推荐" --platform douyin

# 公众号深度文章
python3 generate.py --topic "2026年自媒体趋势" --platform gongzhonghao

# 微博短文案
python3 generate.py --topic "今日热点话题" --platform weibo

指定风格

# 干货型
python3 generate.py --topic "ChatGPT使用技巧" --platform xiaohongshu --style professional

# 种草型
python3 generate.py --topic "平价好物推荐" --platform xiaohongshu --style casual

# 搞笑型
python3 generate.py --topic "打工人日常" --platform douyin --style funny

# 情感型
python3 generate.py --topic "异地恋故事" --platform weibo --style emotional

批量生成(全平台)

# 一个话题生成所有平台文案
python3 generate.py --topic "AI取代人类工作" --all

# 指定输出文件
python3 generate.py --topic "减肥方法" --all --output content.json

联动热榜技能

# 从热榜自动取话题生成
python3 generate.py --from-hot --platform xiaohonghao --top 3

# 指定平台热榜
python3 generate.py --from-hot --source weibo --top 5 --all

其他选项

# 生成标题备选
python3 generate.py --topic "职场干货" --platform xiaohongshu --titles-only

# 指定字数
python3 generate.py --topic "读书推荐" --platform gongzhonghao --words 800

# 指定目标人群
python3 generate.py --topic "护肤" --platform xiaohongshu --audience "20-30岁女性"

# 生成多个版本
python3 generate.py --topic "科技资讯" --platform douyin --versions 3

每日自动生成(新功能 ✨)

# 获取热榜话题 → 自动生成文案 → 企微推送格式
python3 daily_content.py --top 3 --wechat-format

# 指定平台和风格
python3 daily_content.py --top 5 --platform douyin --style funny

# 输出JSON格式
python3 daily_content.py --top 3 --output daily.json

# 指定热榜来源
python3 daily_content.py --source bilibili --top 3

📊 输出示例

{
  "topic": "AI工具推荐",
  "platform": "xiaohongshu",
  "style": "casual",
  "titles": [
    "🔥 5个AI神器!打工人效率翻倍的秘密",
    "后悔没早发现!这些AI工具太香了",
    "同事问我为什么准时下班,我偷偷用了这些AI工具"
  ],
  "content": "姐妹们!!!今天必须给你们安利几个我用了就离不开的AI神器...\
\
[正文内容]\
\
#AI工具 #效率提升 #打工人必备",
  "hashtags": ["#AI工具", "#效率提升", "#打工人必备"],
  "word_count": 456,
  "generated_at": "2026-03-29T21:38:00"
}

💰 版本说明

功能 免费版 Pro版
单平台生成 ✅ 每天3次 ✅ 无限次
多平台批量
热榜联动
标题优化 基础 高级(10个备选)
风格选择 2种 全部
字数控制
目标人群

🔧 自定义开发

需要更多平台支持、专属模板、或批量自动化?

定价:

  • 简单定制: 500-1000元
  • 中等项目: 2000-5000元
  • 大型项目: 10000元+
安全使用建议
What to consider before installing: - Inspect the bundled Python files (generate.py, daily_content.py) yourself. They are included and executable; the behavior described below is visible in the code. - API keys: the skill will accept a DeepSeek key (recommended) but also reads OPENAI_API_KEY and other environment fallbacks. Only provide a dedicated, limited‑scope API key. Do not reuse high‑privilege keys. - Cross‑skill execution: daily_content.py will try to run sibling 'hot' scripts (e.g., bilibili-hot-daily/fetch_hot.py, weibo-hot-daily/fetch_hot.py) from the workspace using subprocess.run. If you install this into a workspace containing other scripts, those scripts could be executed. Run this in an isolated workspace or verify/clean the workspace first. - File paths: the daily script writes to a hardcoded Windows path (C:\tmp\hot_*.json). On non‑Windows systems behavior may be unexpected; check and, if needed, modify paths to a safe location. - Network calls: the generator will send prompts to an external API (api.deepseek.com or whatever api_base you configure). Expect data (topics/prompts) to be transmitted to that provider; if prompts contain sensitive information do not send them. - Prompt‑injection indicator: the SKILL.md had unicode control characters flagged — this could be a benign formatting artifact but could also indicate attempts to manipulate LLM prompts. Review SKILL.md and prompt construction in generate.py (build_prompt) and sanitize any inputs that will be forwarded to the API. Recommended actions: - Use a sandbox or isolated environment to run the skill first. - Provide a purpose‑limited API key and monitor usage/billing from the provider dashboard. - Audit or remove any unexpected sibling scripts in the workspace before using the '--from-hot' or daily automation features. - If you need the skill to run automatically, consider implementing stricter path handling and limits, and avoid placing it in a workspace with untrusted scripts. If you want, I can point out the exact lines that read environment variables, call subprocesses, or write to C:\tmp so you can review/patch them before running.
功能分析
Type: OpenClaw Skill Name: hot-content-writer Version: 1.2.0 The skill bundle is a legitimate content generation tool that integrates with the DeepSeek API and other 'hot-topic' skills. While it uses 'subprocess.run' in 'daily_content.py' and 'generate.py' to execute external scripts (e.g., 'fetch_hot.py' from neighboring directories), this behavior is consistent with its stated purpose of aggregating data from other installed skills. There is no evidence of data exfiltration, hardcoded malicious endpoints, or intentional prompt injection designed to subvert the AI agent.
能力评估
Purpose & Capability
Name/description match the code: generate.py and daily_content.py implement multi‑platform content generation and optional DeepSeek API usage. The 'hot‑list linkage' feature is implemented by executing other local 'hot' scripts in the workspace (bilibili/weibo fetchers), which is coherent with the advertised '联动热榜' feature but implies cross‑skill/script execution that a user might not expect.
Instruction Scope
SKILL.md and the code instruct running local Python scripts and invoking sibling 'hot' skill scripts (subprocess.run). daily_content.py writes/reads files using a hardcoded Windows path (C:\tmp\hot_*.json) and calls other scripts in the workspace; generate.py will call external APIs. The SKILL.md does not clearly warn that it will execute arbitrary scripts found in neighboring directories or that it will read environment variables beyond the listed DEEPSEEK_API_KEY fallback. A prompt‑injection detector flagged unicode control characters in SKILL.md, which could attempt to manipulate LLM prompts or the evaluation flow.
Install Mechanism
No external download/install spec is present (instruction + bundled Python files). That is lower install risk than pulling binaries from arbitrary URLs. The package.json entries are harmless/typical; there is no installer that fetches remote code at install time.
Credentials
The skill does not declare required env vars, but the code reads DEEPSEEK_API_KEY, OPENAI_API_KEY, OPENAI_API_BASE, and CONTENT_MODEL (and falls back to config.json). Requesting API keys for the AI provider is expected, but undeclared or undocumented fallbacks (e.g., reading the user’s OPENAI_API_KEY) reduce transparency. Users may inadvertently expose an unrelated API key. The number of credential/environment entries accessed is modest, but they should have been declared in metadata.
Persistence & Privilege
The skill does not request 'always: true' (good). However it executes other local scripts in the same workspace (subprocess.run on sibling paths) which permits lateral action: if arbitrary scripts exist in the workspace they will be run. That gives the skill the ability to execute code beyond its own files at runtime, which increases the blast radius if installed in a workspace containing other skills or scripts.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install hot-content-writer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /hot-content-writer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
新增每日自动生成 daily_content.py,热榜→文案→企微推送一条龙
v1.1.0
新增DeepSeek API集成,AI智能生成文案,成本不到1分钱/次
v1.0.0
hot-content-writer v1.0.0 — 首发上线! - 一键生成小红书、抖音、公众号、微博等多平台热点文案 - 支持多种风格:专业干货、种草、幽默、情感 - 批量生成、爆款标题推荐、字数/人群/风格可定制 - 可与热榜技能联动,自动读取热点话题生成文案 - 提供免费与Pro版功能区分,支持自定义开发
元数据
Slug hot-content-writer
版本 1.2.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Hot Content Writer 是什么?

✍️ 热点文案一键生成!输入热点话题,AI自动生成小红书/抖音/公众号/微博多平台文案。支持DeepSeek API,成本极低!自媒体运营必备!免费使用,定制开发请联系作者。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 116 次。

如何安装 Hot Content Writer?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install hot-content-writer」即可一键安装,无需额外配置。

Hot Content Writer 是免费的吗?

是的,Hot Content Writer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Hot Content Writer 支持哪些平台?

Hot Content Writer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Hot Content Writer?

由 蓝天(@qq853632587)开发并维护,当前版本 v1.2.0。

💬 留言讨论