Agent skill · Content & Marketing

content-analysis

Analyze text content using both traditional NLP and LLM-enhanced methods. Extract sentiment, topics, keywords, and insights from various content types including social media posts, articles, reviews, and video content. Use when working with text analysis, sentiment detection, topic modeling, or content optimization.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill content-analysis-liangdabiao-claude-data-analysis --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Allowed tools: ReadWriteEditBashGrepGlob
Path: skills/analysis/content-analysis-liangdabiao-claude-data-analysis/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Content Analysis Skill Analyze text content using advanced NLP techniques and LLM-powered insights to extract sentiment, topics, and actionable intelligence from various content sources. ## Quick Start This skill helps you: 1. **Analyze sentiment** using both traditional NLP and LLM methods 2. **Extract topics and keywords** from large text datasets 3. **Classify and cluster content** automatically 4. **Identify viral content** patterns and characteristics 5. **Generate content insights** and recommendations 6. **Support multiple languages** and content formats ## When to Use - **Social Media Analysis**: Facebook, Twitter, Instagram, Weibo posts - **Content Marketing**: Blog posts, articles, marketing copy analysis - **Video Content**: YouTube titles, descriptions, comments analysis - **Product Reviews**: Amazon, e-commerce customer feedback - **News Analysis**: Article categorization, sentiment tracking - **Customer Feedback**: Support tickets, surveys, reviews analysis ## Key Requirements ### Traditional NLP Analysis ```bash pip install pandas numpy matplotlib seaborn nltk scikit-learn wordcloud ``` ### LLM-Enhanced Analysis (Optional) ```bash pip install openai dashscope # For

What's inside
Steps it walks through
  1. Quick Start
  2. When to Use
  3. Key Requirements
  4. Traditional NLP Analysis
  5. LLM-Enhanced Analysis (Optional)
  6. Setup NLTK Data
  7. Core Workflow
  8. 1. Data Preparation
  9. 2. Analysis Process
  10. 3. Output Deliverables
  11. Example Usage Scenarios
  12. Social Media Content Analysis
  13. YouTube Video Analysis
  14. Product Review Analysis
Ships with 1 file
  • metadata.json
Commands it runs
pip install pandas numpy matplotlib seaborn nltk scikit-learn wordcloud
pip install openai dashscope  # For OpenAI and Qwen API access
More from claude-skill-registry
All skills →
About this skill
What does the content-analysis skill do?

Analyze text content using both traditional NLP and LLM-enhanced methods. Extract sentiment, topics, keywords, and insights from various content types including social media posts, articles, reviews, and video content. Use when working with text analysis, sentiment detection, topic modeling, or content optimization.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill content-analysis-liangdabiao-claude-data-analysis --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going