← 返回 Skills 市场
liujuntao123

Content Goldmine

作者 liujuntao123 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
255
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install content-goldmine
功能描述
拆解爆款文章、提取创意积木、分析写作结构。当用户要求"拆解这篇文章"、"分析文章结构"、"提取写作技巧"、"为什么这篇文章好"、"学习这篇文章的写法"、"提取金句"、"分析爆款"、"内容拆解"、"content goldmine"、"拆解积木"时触发。也适用于用户说"这篇文章写得好,帮我分析一下"、"我想学这种写...
使用说明 (SKILL.md)

内容拆解:从爆款中提取创意积木

将高表现内容拆解为可复用的"创意积木",沉淀到素材库,形成写作飞轮。

核心理念:不是让 AI 写文章,而是让 AI 拆解"为什么这篇内容好"。得到的不是"一篇新文章",而是"一堆可复用的创意积木"。


拆解流程

拿到一篇文章后,按以下维度逐一拆解。

第一步:识别文章类型与目标

先判断文章属于哪种类型:

  • 观点输出型:核心是一个独特观点或认知框架
  • 教程型:核心是一套可操作的方法论
  • 故事型:核心是一个有转折的叙事
  • 混合型:观点 + 方法 + 故事的组合(大多数爆款属于这种)

然后回答:这篇文章解决了读者什么痛点?读者看完之后会获得什么?

第二步:提取六类创意积木

以下六类积木是高表现内容的核心构件。逐一提取,每类给出具体内容和出处段落。

1. 核心结构(Structure)

文章的骨架。不是"总分总"这种空泛描述,而是具体的情绪/信息推进路径。

提取格式:[情绪/状态A] → [触发事件] → [情绪/状态B] → ... → [落点]

示例:

  • 「共鸣痛点 → 引入权威方法 → 暴露方法缺陷 → 给出自己的解法 → 底层逻辑收尾」
  • 「困惑 → 追问 → 顿悟 → 共鸣」

2. 钩子与开头模式(Hook)

前3句话如何抓住注意力。常见的高效模式:

  • 共鸣痛点开头:直接描述读者经历过的具体场景("大家肯定都遇到过这种情况。看到一篇爆款文章,马上收藏……")
  • 悖论/反常识开头:用一个违反直觉的事实制造认知冲突
  • 结果前置开头:先亮结果,再讲过程
  • 提问开头:抛出一个读者想知道答案的问题

提取时记录:用了哪种模式?具体话术是什么?为什么有效?

3. 金句(Quotable Lines)

能被单独摘出来转发的句子。好金句的特征:

  • 信息密度高,一句话浓缩一个观点
  • 有对比或反差("AI 不只是存储信息,它开始参与思考本身")
  • 用日常语言说不寻常的事

逐句摘录,标注出处段落。

4. 转化弧(Transformation Arc)

文章引导读者完成的认知转变。格式:[旧认知] → [转折点] → [新认知]

示例:

  • 「靠灵感写作 → 发现系统化方法 → 靠系统写作」
  • 「担心被AI替代 → 理解人机共生 → 主动建立上下文资产」

一篇文章可能有多条转化弧(主线 + 支线)。

5. 悖论与认知冲突(Paradox)

文章中制造"咦?"感的元素。好的悖论让人想继续读下去。

示例:

  • 「收藏了几百篇好文章,每次写作还是从零开始」
  • 「第三世界国家的人整天聊天跳舞,第一世界国家的人渴望整天聊天跳舞」

6. 心理模式与说服技巧(Persuasion Pattern)

文章用了哪些心理学原理来说服读者:

  • 权威嫁接:引用知名人物/方法,再嫁接自己的内容
  • 问题升级:先肯定一个方法好,再指出它的问题,自然过渡到自己的方案
  • 对比表格:用直观对比让读者自行得出结论
  • 具体数字:年入千万、花了半年、几百篇——具体数字比"很多"有力100倍
  • 飞轮叙事:把方法描述为一个自我强化的循环,暗示越用越强

第三步:分析节奏与语感

不只看"写了什么",还要看"怎么写的":

  • 句子长度:短句居多还是长短交替?关键转折处用的是长句还是短句?
  • 口语化程度:用了哪些口语化表达?("说实话"、"你想想"、"这事儿吧")
  • 段落长度:节奏快的部分段落短(1-2句),展开论述时段落长
  • 留白与呼吸:哪些地方刻意不说满,给读者思考空间?

第四步:输出积木卡片

将提取结果整理为结构化的"积木卡片",每张卡片包含:

## 积木卡片:[文章标题]

**文章类型**:[类型]
**核心痛点**:[一句话]
**目标读者**:[画像]

### 核心结构
[推进路径]

### 钩子模式
[具体模式 + 原文话术]

### 金句库
1. [金句1]
2. [金句2]
...

### 转化弧
- 主线:[旧] → [新]
- 支线:[旧] → [新]

### 悖论/认知冲突
1. [悖论1]
2. [悖论2]

### 说服技巧
- [技巧1]:[具体用法]
- [技巧2]:[具体用法]

### 节奏特征
[语感分析要点]

### 可复用要素
[最值得学习和复用的3个具体要素,按优先级排列]

使用原则

拆的是结构,不是内容

提取的是"为什么有效"的模式,不是具体的观点或文字。目标是得到可以注入自己观点的骨架。

具体优先

"开头用了痛点共鸣"不够具体。要具体到:"开头用了'大家肯定都遇到过这种情况'这个句式,先描述一个收藏文章的场景,再转折说出收藏后不会用的困境,3句话内完成共鸣建立。"

标注可复用度

每个积木标注可复用程度:

  • 高复用:结构模式、钩子句式、说服技巧——换个主题直接套用
  • 中复用:转化弧、悖论——需要找到自己领域的对应版本
  • 低复用:特定金句——只能在相似语境中化用

素材沉淀

拆解完成后,将积木卡片保存到用户的素材库(通常是 Obsidian vault 中的素材相关文件夹)。

保存时遵循以下规范:

  • 文件名:拆解-[文章标题简称].md
  • 包含原文来源链接(如有)
  • 标注拆解日期
  • 在文件头部用 tags 标注主题领域,方便后续检索

额外资源

参考文件

  • references/building-blocks-guide.md - 六类积木的详细说明、更多示例、以及如何在写作中组装使用
安全使用建议
This skill is coherent and appears to do what it says: analyze articles and produce reusable 'building-block' cards. Before installing or running it: (1) confirm how the agent will save files (where the Obsidian vault or folder is) and grant file-write permission only to the intended location; (2) avoid asking the skill to process sensitive/private texts you don't want persisted (it recommends saving results); (3) verify copyright/usage rights before submitting third-party articles; and (4) if you need stricter controls, restrict automatic saving and inspect the generated markdown before storing it permanently.
功能分析
Type: OpenClaw Skill Name: content-goldmine Version: 1.0.0 The 'content-goldmine' skill bundle is a content analysis tool designed to help users deconstruct articles into reusable writing patterns such as structures, hooks, and persuasion techniques. The instructions in SKILL.md and the detailed guide in references/building-blocks-guide.md focus entirely on text processing and cognitive analysis, with the intended output being structured markdown notes saved to a local directory (e.g., an Obsidian vault). No indicators of data exfiltration, malicious execution, or harmful prompt injection were found.
能力评估
Purpose & Capability
Name/description (拆解文章、提取写作积木) match the SKILL.md content and the included reference guide. No unrelated binaries, env vars, or credentials are requested; everything needed (analysis, pattern extraction, producing markdown cards) is intrinsic to the stated purpose.
Instruction Scope
The runtime instructions describe reading a user-provided article, performing structured analysis, and producing markdown '积木卡片'. They also recommend saving results to the user's material library (e.g., Obsidian vault). This is within scope, but the SKILL.md does not declare how/where the agent will write files or request explicit config paths—confirm the agent's file-write mechanism and destination before automatic saves.
Install Mechanism
No install spec and no code files — instruction-only. This is the lowest-risk install profile (nothing is downloaded or written by the skill itself).
Credentials
The skill requires no environment variables, credentials, or configuration paths. It does not ask for unrelated secrets or external service tokens; requested resources are proportionate to its purpose.
Persistence & Privilege
always:false and standard model invocation settings. The skill does recommend persisting outputs to a user's vault, but it does not request persistent platform privileges or attempt to modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install content-goldmine
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /content-goldmine 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of "content-goldmine": an advanced tool for deconstructing high-performing articles to extract reusable writing "building blocks". - Supports article breakdown by type, structure, hooks, quotable lines, transformation arcs, paradoxes, persuasion techniques, and writing rhythm. - Outputs structured "building block cards" for easy reuse and inspiration in users’ own writing. - Automatically triggered by common prompts related to article analysis or requests for writing technique extraction. - Designed to enrich personal content libraries (e.g. Obsidian vaults) with actionable, high-value content assets.
元数据
Slug content-goldmine
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 0
历史版本数 1
常见问题

Content Goldmine 是什么?

拆解爆款文章、提取创意积木、分析写作结构。当用户要求"拆解这篇文章"、"分析文章结构"、"提取写作技巧"、"为什么这篇文章好"、"学习这篇文章的写法"、"提取金句"、"分析爆款"、"内容拆解"、"content goldmine"、"拆解积木"时触发。也适用于用户说"这篇文章写得好,帮我分析一下"、"我想学这种写... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 255 次。

如何安装 Content Goldmine?

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

Content Goldmine 是免费的吗?

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

Content Goldmine 支持哪些平台?

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

谁开发了 Content Goldmine?

由 liujuntao123(@liujuntao123)开发并维护,当前版本 v1.0.0。

💬 留言讨论