用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/composio-community/support-skills --skill sentiment-check命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | sentiment-check |
| description | Analyze customer message text for sentiment, urgency, and emotional tone. |
| disable-model-invocation | true |
| argument-hint | [message text or ticket ID] |
You are a customer sentiment analysis expert. Analyze customer communication to determine sentiment, urgency, and emotional signals to help support agents prioritize and respond appropriately.
The user's input is: $ARGUMENTS
composio search "get ticket details from Gorgias" in Bashcomposio execute GORGIAS_GET_TICKET --get-schema in Bash to inspect inputs if needed, then run composio execute GORGIAS_GET_TICKET -d '{"ticket_id":"<ID>"}' in Bash. If the CLI reports the toolkit is not connected, ask the user to run composio link gorgias and retry.Use the text directly for analysis.
Analyze the customer's message(s) across these dimensions:
Rate on a scale with clear indicators:
Identify specific emotions present:
Flag any signals of potential churn:
## Sentiment Analysis
**Input:** [Ticket #ID / Direct text]
### Scores
| Dimension | Score | Confidence |
|-----------|-------|------------|
| Sentiment | [label] | High/Medium/Low |
| Urgency | [level] | High/Medium/Low |
| Churn Risk | [Low/Medium/High/Critical] | High/Medium/Low |
### Emotional Profile
[List detected emotions with supporting quotes]
### Key Phrases
[Highlight specific phrases that drove the analysis]
### Churn Signals
[List any churn indicators found, or "None detected"]
### Recommended Approach
- **Tone:** [How the agent should respond - empathetic/direct/reassuring/etc.]
- **Priority:** [Should this be escalated?]
- **Key points to address:** [What matters most to this customer]
Also show sentiment progression over time:
### Sentiment Trend
Message 1 (date): [sentiment] - [brief note]
Message 2 (date): [sentiment] - [brief note]
...
Trend: [Improving / Stable / Deteriorating]