Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问clear审计提醒

content-marketing-social-listening内容营销社交聆听

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

661

周安装

27

GitHub Stars

3

下载量

214
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:content-marketing-social-listening(内容营销社交聆听)
来源仓库:https://github.com/drshailesh88/integrated_content_os
仓库路径:skills/content-marketing-social-listening
安装命令:
npx skills add https://github.com/drshailesh88/integrated_content_os --skill content-marketing-social-listening
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/drshailesh88/integrated_content_os --skill content-marketing-social-listening

简介

结合社交聆听与趋势发现的内容机会挖掘系统。

  • 支持多平台关键词监控与病毒式内容潜力评估。
  • 输出细分领域内容需求热力图与发布时间建议。
  • 安装方式:通过 GitHub 仓库安装,命令为 npx skills add https://github.com/drshailesh88/integrated_content_os --skill content-marketing-social-listening。
  • 注意:依赖 Perplexity API 实现实时数据抓取,需确保网络环境畅通。

SKILL.md

Content Marketing & Social Listening

Overview

End-to-end content marketing research system for identifying viral content opportunities, performing social listening, and assessing content demand in any niche. Designed for content creators, marketers, and thought leaders who need data-driven content strategies.

Core Capabilities

1. Social Listening & Trend Discovery

Find what's currently trending and going viral in your niche.

Workflow:

1. Define niche keywords (e.g., "cardiology", "heart health", "interventional cardiology")
2. Use perplexity-search with recency filter for each platform
3. Aggregate and score by engagement signals
4. Identify patterns in viral content

Query Templates for Social Listening:

# Twitter/X Trends
query = "What are the most discussed cardiology topics on Twitter/X this week? Include specific tweets and engagement metrics."

# YouTube Trending
query = "What cardiology and heart health videos are trending on YouTube right now? Include view counts and upload dates."

# Reddit Discussions
query = "What are the hot topics being discussed in cardiology and heart health subreddits this week?"

# LinkedIn Professional
query = "What cardiology topics are healthcare professionals discussing on LinkedIn this week?"

# News & Media
query = "What cardiology news stories are getting the most coverage this week?"

2. Knowledge Gap Analysis

Identify what your audience is asking that isn't being answered well.

Workflow:

1. Search for common questions in your niche
2. Analyze existing content quality on those topics
3. Identify gaps where demand exceeds supply
4. Score opportunities by search volume + competition

Query Templates:

# Common Questions
query = "What are the most frequently asked questions about [TOPIC] that people struggle to find good answers for?"

# Content Gaps
query = "What aspects of [TOPIC] are underserved by existing content online?"

# Emerging Topics
query = "What are emerging topics in [NICHE] that don't have much content yet?"

3. Viral Content Pattern Analysis

Understand what makes content go viral in your niche.

Analysis Framework:

FactorWeightAssessment
Emotional Trigger25%Fear, hope, surprise, anger, joy
Practical Value25%Actionable, saves time/money, solves problem
Social Currency20%Makes sharer look smart/informed
Novelty15%New data, contrarian view, first-to-market
Timing15%News hooks, seasonal, cultural moments

Query for Viral Analysis:

query = f"""Analyze the top 5 most viral {niche} content pieces from the past month.
For each piece, identify:
1. The emotional trigger used
2. The practical value offered
3. Why people shared it
4. What made it novel
5. Any timing factors that helped"""

4. Content Demand Assessment

Quantify demand for content topics before creating.

Demand Signals (in order of strength):

  1. Search volume (Google Trends, keyword tools)
  2. Question frequency (forums, Q&A sites)
  3. Social engagement (likes, shares, comments)
  4. Comment requests ("please make a video about...")
  5. Competitor performance on topic

Query Template:

query = f"""What is the content demand for "{topic}" in the {niche} space?
Include:
- Estimated search volume or interest level
- Common questions asked about this topic
- How existing content on this topic performs
- Competitor coverage of this topic"""

5. Platform-Specific Strategies

YouTube (Long-form):

  • Search: "YouTube [niche] trending videos"
  • Signals: Views in 24h, view-to-subscriber ratio, comment velocity
  • Hooks: Title patterns, thumbnail analysis, intro hooks

Twitter/X (Short-form):

  • Search: "[niche] viral tweets OR threads"
  • Signals: Retweets, quote tweets, reply ratio
  • Hooks: First line patterns, thread structures

LinkedIn (Professional):

  • Search: "[niche] LinkedIn viral posts professionals"
  • Signals: Engagement rate, comment quality, shares
  • Hooks: Personal stories, contrarian takes, data reveals

TikTok/Reels (Micro-content):

  • Search: "[niche] TikTok trends OR viral"
  • Signals: View count velocity, duets, stitches
  • Hooks: Pattern interrupts, surprising facts, storytelling

Blog/SEO (Evergreen):

  • Search: "top [niche] blog posts OR articles"
  • Signals: Backlinks, SERP position, organic traffic estimates
  • Hooks: Comprehensive guides, data studies, how-tos

Content Opportunity Scoring

Score each content opportunity using this framework:

OPPORTUNITY_SCORE = (Demand × 0.3) + (Gap × 0.25) + (Virality_Potential × 0.25) + (Alignment × 0.2)

Where:
- Demand (1-10): How much people are searching/asking
- Gap (1-10): How poorly existing content serves demand
- Virality_Potential (1-10): How shareable the topic is
- Alignment (1-10): How well it fits your expertise/brand

Quick Start Workflow

Finding Your Next Viral Topic

Step 1: Define your niche keywords (3-5 core terms)
Step 2: Run social listening queries for each platform
Step 3: Identify trending topics in last 7-14 days
Step 4: Score each topic using opportunity framework
Step 5: Validate with knowledge gap analysis
Step 6: Create content calendar with top opportunities

Weekly Social Listening Routine

Monday: YouTube + Podcast trends
Tuesday: Twitter/X conversations
Wednesday: LinkedIn professional discussions
Thursday: Reddit + forum deep dive
Friday: News hooks + emerging stories
Weekend: Synthesis + content planning

Integration with Other Skills

This skill works best when combined with:

  • perplexity-search: Real-time trend data and research
  • research-lookup: Deep analysis with citations
  • generate-image: Create visuals for content
  • scientific-schematics: Create infographics
  • cardiology-content-repurposer: Turn findings into multi-platform content

Output Templates

Content Opportunity Report

# Content Opportunity: [TOPIC]

## Demand Score: X/10
- Search interest: [HIGH/MEDIUM/LOW]
- Question frequency: [EXAMPLES]
- Social buzz: [METRICS]

## Gap Score: X/10
- Existing content quality: [ASSESSMENT]
- Unmet needs: [LIST]
- Our angle: [DIFFERENTIATOR]

## Virality Potential: X/10
- Emotional triggers: [LIST]
- Shareability factors: [LIST]
- Timing considerations: [NOTES]

## Recommendation
- Priority: [HIGH/MEDIUM/LOW]
- Format: [VIDEO/ARTICLE/THREAD/etc.]
- Platform: [YOUTUBE/TWITTER/etc.]
- Hook angle: [SUGGESTION]

Weekly Trend Report

# Weekly Trend Report: [NICHE]
Week of: [DATE]

## Hot Topics This Week
1. [TOPIC] - [PLATFORM] - [WHY TRENDING]
2. [TOPIC] - [PLATFORM] - [WHY TRENDING]
3. [TOPIC] - [PLATFORM] - [WHY TRENDING]

## Emerging Stories
- [STORY] - Virality potential: X/10

## Knowledge Gaps Identified
- [GAP 1]
- [GAP 2]

## Content Calendar Recommendations
| Day | Platform | Topic | Format |
|-----|----------|-------|--------|
| Mon | YouTube  | ...   | Video  |
| Wed | Twitter  | ...   | Thread |
| Fri | LinkedIn | ...   | Post   |

## Competitor Watch
- [COMPETITOR] published [CONTENT] - [PERFORMANCE]

Best Practices

  1. Recency Matters: Always filter for last 7-14 days for trend data
  2. Cross-Platform: What's viral on one platform often translates
  3. Speed: First-mover advantage is real - act on trends quickly
  4. Validation: Validate gut feelings with data before committing
  5. Iteration: Track what works and refine your pattern recognition

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

29.88%
按下载量换算64

OpenCode

22.91%
按下载量换算49

Antigravity

18.84%
按下载量换算40

Gemini CLI

11.32%
按下载量换算24

windsurf

8.13%
按下载量换算17

Codex

3.51%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills