content-goldmine-gemini

Convert saved articles into reusable Chinese asset fragments stored in the material library.

12|3|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/zjp1997720/content-twin-toolkit --skill content-goldmine-gemini
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: content-goldmine-gemini
Source: https://github.com/zjp1997720/content-twin-toolkit/tree/main/.claude/skills/content-goldmine-gemini
Command: npx skills add https://github.com/zjp1997720/content-twin-toolkit --skill content-goldmine-gemini

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gemini-cli, and includes scripts (resource) and references (resource) components.

What problem does it solve?

将收藏文章、Clippings、外文长文拆解成可直接落库的中文素材碎片,并按既有素材库模板稳定落盘,帮助用户高效沉淀内容资产,减少重复整理工作。

Core Features & Use Cases

  • 将文章拆分为标题、开头、金句、结构等可复用资产,并自动落盘到素材库的相应目录。
  • 支持单篇处理、批量处理以及按目录清单处理,适用于大规模素材沉淀任务。
  • 英文内容保留原文片段并生成中文转写,确保跨语言素材的一致性与可追溯性。

Quick Start

直接通过 run_content_goldmine.sh 启动处理,输入一个 Markdown 文件即可将其拆解并落盘为素材碎片。

Frequently Asked Questions about content-goldmine-gemini

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert saved articles into reusable Chinese content assets?

To convert saved articles into reusable Chinese content assets, you process Markdown files through a script workflow that extracts titles, openings, and key sentences, then writes them directly into your material library.

What is the best way to batch process Clippings into a markdown material library?

Batch processing Clippings into a markdown material library is supported natively. You can process single files, batches, or entire directories by passing them to the extraction script to automatically fragment and store content assets.

Does the content goldmine workflow support extracting English long-form content into Chinese?

Yes, the content extraction workflow supports English long-form content. It preserves the original English text fragments while simultaneously generating a Chinese transcription to ensure cross-language material consistency and traceability.

How to automatically extract golden quotes and article structures from markdown files?

To automatically extract golden quotes and article structures from markdown files, you run the provided shell script. It leverages Gemini CLI to analyze the content and systematically break it down into structured, reusable fragments.

Do I need Gemini CLI to parse and store markdown content fragments?

Yes, you need Gemini CLI to parse and store markdown content fragments. The skill relies explicitly on Gemini CLI as its core dependency for extracting structured text data from the input articles.

What are the limitations when processing large directories of saved articles?

When processing large directories of saved articles, the primary limitation is dependency on Gemini CLI for extraction. Script execution must sequentially parse files and write structured assets to the repository, which may require significant local processing time.