← Back to Skills Marketplace
liujw0214

hotspot-writer

by Primordia · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ Security Clean
180
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install hotspot-writer
Description
全网热点自动抓取+文案生成。抓取微博/知乎/抖音热搜,生成适配多平台的小红书/抖音/公众号文案,自动存档沉淀。用于用户说蹭热点、写热点、追热点、写文案。
README (SKILL.md)

全网热点抓取与文案生成系统

抓热点 + 写文案 + 自动存档,一条龙。

核心功能

1. 热点抓取

支持平台:

  • 微博热搜
  • 知乎热榜
  • 抖音热榜
  • 即刻热榜
  • 百度热搜
# 查看今日热点
查看今天微博热搜前10

# 按类别筛选
最近有哪些科技热点?
今天有哪些娱乐热点?

# 持续监控
监控 xx 话题 2 小时,有新动态就告诉我

2. 文案生成

生成的文案适配:

  • 小红书:图文风格,种草笔记
  • 抖音:短视频口播脚本,15-60秒
  • 公众号:深度文章结构
  • 微博:短动态,带话题
# 基于热点生成文案
针对"xx热点"写一条小红书文案
把这个热点写成抖音口播脚本

3. 自动存档

# 存档结构
hotspot-archive/
├── 2026-05-03/
│   ├── weibo-trending.md
│   ├── zhihu-trending.md
│   └── articles/
│       ├── 小红书_xx热点.md
│       ├── 抖音_xx热点.md
│       └── 公众号_xx热点.md

工作流

1. 抓取热点
   └── 定时任务 / 手动触发

2. 筛选适合的热点
   └── 根据你的定位筛选

3. 生成多平台文案
   └── 小红书 + 抖音 + 公众号

4. 存档沉淀
   └── 原始热点 + 生成文案归档

5. 用户审批发布
   └── 你审核后发布

热点监控配置

# 可配置监控间隔
monitor_interval: 2h  # 每2小时检查一次

# 可配置关键词白名单
keywords:
  include: ["AI", "科技", "数码"]
  exclude: ["娱乐八卦"]

# 可配置输出平台
platforms: ["xhs", "douyin", "weibo"]

文案输出示例

小红书文案:

🔥 AI 重磅更新!这次真的变天了

刚刷到 Anthropic 发布新模型,
看完只想说:之前用的都是什么?

3 个核心升级点:
1. 速度提升 2 倍
2. 理解力更接近人类
3. 成本直接砍半

已经开始用了,真的香。

#AI #新科技 #效率工具 #种草

抖音口播脚本:

【开头3秒】
AI 又发布重磅更新,这次真的不一样。

【核心内容】
这次升级了 3 个地方:
第一,速度快了一倍
第二,理解能力更接近人了
第三,成本直接降了一半

【结尾】
我已经用上了,链接评论区。

安装

本技能需要网络访问,无额外依赖。

Usage Guidance
This appears safe to install if you are comfortable with the agent using network access to read public trend sources, optionally monitoring topics for a bounded time, and saving generated drafts under a local archive. Review generated facts and wording before publishing.
Capability Analysis
Type: OpenClaw Skill Name: hotspot-writer Version: 1.1.0 The skill bundle provides instructions for an AI agent to scrape social media trends and generate marketing copy. The activities described in SKILL.md, such as network access for scraping and local file system access for archiving results in 'hotspot-archive/', are consistent with the stated purpose. No evidence of data exfiltration, malicious code execution, or harmful prompt injection was found.
Capability Assessment
Purpose & Capability
The stated purpose—抓取微博/知乎/抖音等热点、生成小红书/抖音/公众号/微博文案、并归档—is consistent across SKILL.md, and the workflow explicitly keeps publishing behind user review.
Instruction Scope
SKILL.md includes user-directed monitoring such as “监控 xx 话题 2 小时,有新动态就告诉我” and “定时任务 / 手动触发”; this is disclosed and bounded, but users should specify time limits and stop conditions.
Install Mechanism
There is no install spec and no code files; SKILL.md says “本技能需要网络访问,无额外依赖,” which matches an instruction-only web-research/drafting skill.
Credentials
Network access to public trend platforms is central to the purpose and disclosed, but users should expect their trend queries/topics to be sent through the agent’s web access.
Persistence & Privilege
SKILL.md describes “自动存档” under a scoped “hotspot-archive/” folder; this is purpose-aligned local persistence and does not show elevated privileges or credential use.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install hotspot-writer
  3. After installation, invoke the skill by name or use /hotspot-writer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
- No file changes detected in this release. - Version number updated to 1.1.0. - No new features, fixes, or documentation changes were introduced.
v1.0.4
- No changes detected in this version (1.0.4). - All core features and documentation remain the same.
v1.0.5
hotspot-writer v1.0.5 - No file changes detected in this version. - Functionality and documentation remain unchanged.
v1.0.1
- No file changes detected in this release. - Functionality and documentation remain unchanged from the previous version.
v1.0.0
hotspot-writer 1.0.0 - 首发版本:全网热点自动抓取与多平台文案生成工具。 - 支持微博、知乎、抖音、即刻、百度等主流平台热点抓取。 - 一键生成小红书、抖音、公众号、微博等平台的热点文案。 - 提供热点监控、定时筛选、分类追踪等功能。 - 自动存档,保留原始热点和生成文案,便于内容沉淀与复用。 - 可定制监控间隔、关键词过滤及输出平台。
Metadata
Slug hotspot-writer
Version 1.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 5
Frequently Asked Questions

What is hotspot-writer?

全网热点自动抓取+文案生成。抓取微博/知乎/抖音热搜,生成适配多平台的小红书/抖音/公众号文案,自动存档沉淀。用于用户说蹭热点、写热点、追热点、写文案。 It is an AI Agent Skill for Claude Code / OpenClaw, with 180 downloads so far.

How do I install hotspot-writer?

Run "/install hotspot-writer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is hotspot-writer free?

Yes, hotspot-writer is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does hotspot-writer support?

hotspot-writer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created hotspot-writer?

It is built and maintained by Primordia (@liujw0214); the current version is v1.1.0.

💬 Comments