Azure Ai Textanalytics Py
Helps with Azure, AI as part of deploying and managing cloud infrastructure workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add azure-ai-textanalytics-py npx -- -y @trustedskills/azure-ai-textanalytics-py
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"azure-ai-textanalytics-py": {
"command": "npx",
"args": [
"-y",
"@trustedskills/azure-ai-textanalytics-py"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides access to Azure AI Text Analytics using Python. It allows you to analyze text for sentiment, key phrases, language detection, and entity recognition. You can use this to understand customer feedback, extract important information from documents, or categorize content automatically.
When to use it
- Customer Feedback Analysis: Automatically determine the overall sentiment (positive, negative, neutral) of customer reviews or survey responses.
- Document Processing: Extract key entities and phrases from legal contracts or research papers for quick summarization.
- Content Categorization: Classify news articles or social media posts based on their language and topics.
- Language Identification: Determine the primary language of a given text block, useful for multilingual applications.
Key capabilities
- Sentiment Analysis
- Key Phrase Extraction
- Language Detection
- Entity Recognition
Example prompts
- "Analyze the sentiment of this customer review: 'The product was amazing and exceeded my expectations!'"
- "Extract key phrases from this article about climate change."
- "What is the language of this text: 'Bonjour, comment allez-vous?'"
- "Identify the entities in this news report about a company acquisition."
Tips & gotchas
- Requires an Azure subscription and valid API keys to function. Ensure you have these credentials configured correctly before use.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.