Best use case
sentiment-alert is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
用于信托领域存续管理中的舆情预警助手场景,支持结构化处理与报告输出。
Teams using sentiment-alert should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/sentiment-alert/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How sentiment-alert Compares
| Feature / Agent | sentiment-alert | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
用于信托领域存续管理中的舆情预警助手场景,支持结构化处理与报告输出。
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# 舆情预警助手(T112)
## 概述
本技能用于信托业务场景的结构化处理,支持数据解析、规则识别与报告输出。
## 输入要求
- 支持 JSON 数组或 JSONL
- 建议字段:`id`, `name`, `text`, `status`, `timestamp`,以及场景相关业务字段
## 工作流程
1. 明确业务口径与目标
2. 读取并清洗输入数据
3. 执行规则分析与风险识别
4. 输出结构化结果并标注复核事项
5. 人工复核后进入正式流程
## 执行方式
```bash
python scripts/analyze.py --input input.json --output report.md
```
## 输出结构
1. 样本概览(数量、等级分布)
2. 重点条目(分值、命中原因)
3. 风险提示与复核建议
4. 免责声明
## 质量要求
- 事实与判断分离
- 规则命中可追溯
- 保留自动生成需人工复核声明
- 不输出投资建议、授信决策或法律最终意见
## 使用示例
### 示例 1: 基本使用
```python
# 调用 skill
result = run_skill({
"param1": "value1",
"param2": "value2"
})
```
### 示例 2: 命令行使用
```bash
python scripts/run_skill.py --input data.json
```Related Skills
wealth-succession-risk-alert
用于信托领域财富与家族信托中的财富传承风险提示助手场景,支持结构化处理与报告输出。
sentiment-xueqiu
雪球社区舆情与热股榜分析,提供雪球热股榜、情绪监控、个股雪球热度等。当用户需要查看雪球社区舆情或热门股票讨论时使用。
sentiment-weibo
微博财经舆情与热搜分析,提供微博财经热搜榜、股票话题热度、舆情情绪分析等。当用户需要查看微博上的财经舆情或热搜时使用。
sentiment-scan
用于信托领域项目尽调中的舆情扫描助手场景。支持结构化输入处理、规则分析与Markdown结果输出。
sentiment-eastmoney
东方财富股吧舆情与热度分析,提供股吧热度排行、个股情绪指标、散户情绪监控等。当用户需要查看东财股吧热度或散户情绪时使用。
repayment-alert
用于信托领域存续管理中的兑付预警助手场景,支持结构化处理与报告输出。
repayment-alert-maturity
用于信托领域存续期管理中的兑付预警助手-到期版场景。支持结构化输入处理、规则分析与Markdown结果输出。
repayment-alert-installment
用于信托领域存续期管理中的兑付预警助手-分期版场景。支持结构化输入处理、规则分析与Markdown结果输出。
repayment-alert-extension-risk
用于信托领域存续期管理中的兑付预警助手-展期风险版场景。支持结构化输入处理、规则分析与Markdown结果输出。
proprietary-sentiment-monitor
自营舆情风险监测助手,适用于券商自营投资、风险管理、舆情监控、投资决策等场景。 以下情况请主动触发此技能: - 用户提供了持仓股票舆情数据,问"有什么风险""舆情怎么样" - 用户问"舆情怎么监控""负面舆情怎么处理" - 用户需要:舆情监测分析、风险预警、处置建议 - 用户提到:舆情、负面新闻、声誉风险、持仓风险、投资舆情 - 用户需要形成舆情报告、风险预警、处置方案 不要等用户明确说"舆情监测"——只要涉及持仓股票舆情分析、负面新闻预警、声誉风险评估,就应主动启动此技能。
project-sentiment-alert
用于信托领域存续期管理中的项目舆情预警助手场景。支持结构化输入处理、规则分析与Markdown结果输出。
guarantor-sentiment-alert
用于信托领域存续期管理中的担保方舆情预警助手场景。支持结构化输入处理、规则分析与Markdown结果输出。