跳到主要内容
知仓学习社ZHICANG

comment-mining

Use when the user wants to mine comments and replies for audience reactions, customer language, questions, objections, complaints, product ideas, bu…

不碰外部(只输出文字)无严重或高危命中ScrapeCreators/social-media-research-skills

它会碰到什么

扫了多少1 个文本文件,4 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

Comment Mining

Overview

Mine public comments for what people actually ask, complain about, want, misunderstand, or repeat. The output should help with product research, content ideas, copywriting, objection handling, and audience understanding.

When to Use

Use this skill when the user asks to:

  • analyze comments on a TikTok, YouTube video, Instagram Reel, Facebook post, Reddit post, or Rumble video
  • find audience questions, objections, complaints, or buying intent
  • extract voice-of-customer language
  • find content ideas from comments
  • understand sentiment around a post, creator, product, or topic

Comment Sources

| Platform | Endpoint |

|---|---|

| TikTok comments | /v1/tiktok/video/comments |

| TikTok replies | /v1/tiktok/video/comment/replies |

| YouTube comments | /v1/youtube/video/comments |

| YouTube replies | /v1/youtube/video/comment/replies |

| Instagram comments | /v2/instagram/post/comments |

| Facebook comments | /v1/facebook/post/comments |

| Facebook replies | /v1/facebook/post/comment/replies |

| Reddit comments | /v1/reddit/post/comments |

| Rumble comments | /v1/rumble/video/comments |

Workflow

  1. Fetch comments
  • Use the post/video URL whenever possible.
  • Paginate when the endpoint supports it and the user wants depth.
  • Preserve comment text, author if public, like/upvote count, timestamp, and source URL.
  1. Clean lightly
  • Remove obvious spam/duplicates.
  • Keep slang, misspellings, and emotional wording if it is useful customer language.
  • Do not over-normalize exact quotes.
  1. Classify each useful comment

Use these buckets:

  • questions
  • objections
  • complaints/pain points
  • praise
  • confusion
  • requests/feature ideas
  • buying intent
  • controversy/debate
  • jokes/memes/culture signals
  1. Cluster themes
  • Group similar comments.
  • Score themes by frequency and intensity.
  • Highlight exact quotes for each theme.
  1. Turn insights into actions

Depending on the user's goal, produce:

  • content ideas
  • FAQ ideas
  • landing page copy angles
  • product ideas
  • objection-handling bullets
  • sales/support notes

Output Format

# Comment Mining Report

## Summary
- Source(s): {urls}
- Comments analyzed: {count}
- Confidence: High/Medium/Low

## Top Themes
| Theme | Type | Frequency | Intensity | Representative quote |
|---|---|---:|---|---|

## Audience Questions
- "..."

## Objections and Concerns
- **Objection:** ...
  - Evidence: "..."
  - Response angle: ...

## Buying Intent / Demand Signals
- "..."

## Exact Language to Reuse
- "..."
- "..."

## Content Ideas From Comments
1. ...
2. ...

Quality Guardrails

  • Label sample size and confidence.
  • Separate one loud comment from a repeated pattern.
  • Preserve exact quotes for useful language.
  • Avoid claiming broad market sentiment from one post's comments.
  • Call out moderation/platform bias when relevant.

Common Pitfalls

  • Do not flatten comments into generic sentiment. The value is in questions, objections, and exact wording.
  • Do not include personally identifying details unless they are already public and necessary.
  • Do not treat bot/spam comments as audience signal.
  • Do not skip Reddit post context. For Reddit, read both the original post and comments.

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。