Agent skill · Data & Analytics

analyzing-text-with-nlp

Execute this skill enables AI assistant to perform natural language processing and text analysis using the nlp-text-analyzer plugin. it should be used when the user requests analysis of text, including sentiment analysis, keyword extraction, topic modeling, or ... Use when analyzing code or data. Trigger with phrases like 'analyze', 'review', or 'examine'.

majiayu000github.com/majiayu000GitHub ↗
claude-coderead-onlyMIT
Install
npx skills add majiayu000/claude-skill-registry --skill analyzing-text-with-nlp --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Version: 1.0.0
Declared author: Jeremy Longshore <jeremy@intentsolutions.io>
Allowed tools: ReadBash(cmd:*)GrepGlob
Path: skills/analysis/analyzing-text-with-nlp/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

# Nlp Text Analyzer This skill provides automated assistance for nlp text analyzer tasks. ## Overview This skill empowers Claude to analyze text using the nlp-text-analyzer plugin, extracting meaningful information and insights. It facilitates tasks such as sentiment analysis, keyword extraction, and topic modeling, enabling a deeper understanding of textual data. ## How It Works 1. **Request Analysis**: Claude receives a user request to analyze text. 2. **Text Processing**: The nlp-text-analyzer plugin processes the text using NLP techniques. 3. **Insight Extraction**: The plugin extracts insights such as sentiment, keywords, and topics. ## When to Use This Skill This skill activates when you need to: - Perform sentiment analysis on a piece of text. - Extract keywords from a document. - Identify the main topics discussed in a text. ## Examples ### Example 1: Sentiment Analysis User request: "Analyze the sentiment of this product review: 'I loved the product! It exceeded my expectations.'" The skill will: 1. Process the review text using the nlp-text-analyzer plugin. 2. Determine the sentiment as positive and provide a confidence score. ### Example 2: Keyword Extraction User reques

What's inside
Steps it walks through
  1. Overview
  2. How It Works
  3. When to Use This Skill
  4. Examples
  5. Example 1: Sentiment Analysis
  6. Example 2: Keyword Extraction
  7. Best Practices
  8. Integration
  9. Prerequisites
  10. Instructions
  11. Output
  12. Error Handling
  13. Resources
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the analyzing-text-with-nlp skill do?

Execute this skill enables AI assistant to perform natural language processing and text analysis using the nlp-text-analyzer plugin. it should be used when the user requests analysis of text, including sentiment analysis, keyword extraction, topic modeling, or ... Use when analyzing code or data. Trigger with phrases like 'analyze', 'review', or 'examine'.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill analyzing-text-with-nlp --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