Best use case
hnwi-demand-tracker is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
用于信托领域财富与家族信托中的高净值需求跟踪助手场景,支持结构化处理与报告输出。
Teams using hnwi-demand-tracker 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/hnwi-demand-tracker/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How hnwi-demand-tracker Compares
| Feature / Agent | hnwi-demand-tracker | 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
# hnwi-demand-tracker
## 概述
本技能用于信托业务场景的结构化处理,支持数据解析、规则识别与报告输出。
## 输入要求
- 支持 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
insurance-policy-tracker
保险行业政策追踪工具。追踪保险监管政策、监管动态、改革措施。接入东方财富/新浪财经等开源API,支持自动更新。适用于政策研究、合规监测。
futures-position-tracker
期货持仓分析工具。获取期货品种持仓排名(前20名期货公司)、持仓结构(多头/空头)、持仓集中度。分析主力资金动向、持仓变化信号。使用交易所持仓数据、AkShare数据。适用于主力资金跟踪、市场情绪判断。
rectification-tracker
用于信托领域存续管理中的整改跟踪助手场景,支持结构化处理与报告输出。
new-issue-tracker
用于信托领域项目尽调中的新增问题跟踪助手场景。支持结构化输入处理、规则分析与Markdown结果输出。
market-anomaly-tracker
市场异动追踪助手,适用于券商研究、投资管理、风控监控、交易决策等场景。 以下情况请主动触发此技能: - 用户问"今天市场有什么异常""某股票为什么突然拉升""帮我看看市场异动" - 用户提供了行情数据、异动股票列表,问"这些异动怎么看""有什么共同点" - 用户需要:市场异动监控、异动原因分析、异动股票归因、市场情绪判断 - 用户提到:涨停、跌停、闪崩、拉升、跳水、放量、缩量、异常波动 - 用户需要形成市场点评、异动快报、投资决策参考 不要等用户明确说"市场异动追踪"——只要涉及市场行情异常波动分析、异动原因解读、市场情绪判断,就应主动启动此技能。
hnwi-companion
用于信托领域财富与家族信托中的高净值客户陪伴助手场景,支持结构化处理与报告输出。
catalyst-tracker
|
trust-valuation-engine
## 描述
trust-risk-manager
## 描述
trust-product-analyzer
## 描述
trust-income-calculator
## 描述
trust-compliance-checker
## 描述