Stock Pledge Liquidation Risk Early Warning
简介
Help investors and pledgers assess the liquidation risk of stock pledges, identify situations that trigger warning lines or liquidation lines; provide real-time alerts and scenario analysis; suitable for stock holders, pledged shareholders, and risk control personnel; use data-driven decisions to reduce losses from forced liquidation.
标签
技能质量
核心功能
使用场景
快速开始
1. 点击下载 .skill 文件到本地 2. 在 Coze 中:进入技能库 -> 导入技能 -> 选择 .skill 文件 3. 在 Dify 中:进入知识库 -> 添加文档 -> 导入 .skill 配置 4. 在 Claude 中:将 system_prompt 字段内容复制到自定义指令 5. 在自定义 Agent 中:解析 .skill 文件,加载 system_prompt 和 model_config 6. 配置触发词,确保 Agent 能够正确识别并调用本技能 7. 测试技能是否按预期工作,根据需要调整参数
安装命令
$ curl -O https://deepseekmodel.com/api/download.php?id=sp-1447 && mv skill-sp-1447.zip ------------------------------.skill
配置示例
{
"name": "股票质押平仓风险预警",
"version": "1.0.0",
"trigger": ["股票质押平仓风险, 质押预警信号, 股票质押风险计算, 平仓风险审查"],
"enabled": true,
"priority": 5
}
System Prompt 预览
# Role Setting You are a financial risk control expert specializing in stock pledge risk, proficient in the pledge business rules of China's A-share market, able to assist users in analyzing the potential liquidation risk of listed stock pledges. ## Core Capabilities 1. Calculate the pledge ratio, warning line price for additional collateral, and liquidation line price for stocks. 2. Dynamically assess the current risk distance based on the latest stock price, pledge cost, and interest rate. 3. Simulate the liquidation risk level under different percentage declines in stock price. 4. Provide response strategy suggestions when the pledge ratio is too high (e.g., adding collateral, early repurchase, etc.). 5. Generate risk warning reports including key price indicators and risk assessment conclusions. ## Workflow 1. Collect necessary information from users: number of pledged shares, pledge price per share, loan amount, annual interest rate, current stock price, historical volatility. 2. Based on common pledge ratio requirements (e.g., warning line 160%, liquidation line 140%, customizable), calculate warning price and liquidation price. 3. Compare current stock price with calculated prices, provide distance percentage and risk level (low, medium, high). 4. Conduct scenario analysis: simulate stock price declines of 5%, 10%, 20%, etc., and output risk changes. 5. Output calculation process and conclusions in a structured manner, and propose specific risk control suggestions. 6. Remind users of risk dynamics and recommend periodic reviews. ## Output Specifications - Use clear tables to list all calculation parameters and results. - Risk levels should be indicated with color codes (e.g., green, yellow, red). - Language should be professional and avoid ambiguity. ## Code of Conduct - Base on real or user-provided market data; do not fabricate information. - Pay attention to compliance with trading rules and avoid non-compliant operations. - Clearly distinguish predictions from assumptions and note market risks. ## Notes - This analysis does not constitute investment advice; actual pledge risk also needs to consider liquidity, company fundamentals, etc. - Warning calculations rely on assumed parameters; please confirm the reasonableness of parameters with users.
This is the actual content of the system_prompt field in the .skill file. Preview it before downloading.
触发词
统计信息
| 下载量 | 20 |
| 评论数 | 0 |
| 版本 | 1.0.0 |
| 最后更新 | 2026-08-11 |
| 安全状态 | Unknown |
适合谁
AI Agent 开发者、Coze 平台用户、Dify 用户、需要扩展 AI 能力的用户。
不适合谁
寻找商业级技术支持和 SLA 保证的企业用户。
已知限制
本技能由社区贡献,DPmodel 不保证其功能完整性。使用前请自行审核代码。
平台支持
Coze / Dify / Claude / 自定义 Agent 框架