Return Insurance Cost Checklist
简介
For e-commerce sellers or financial personnel; calculate the cost impact of shipping insurance on each order; cover premiums, claim differences, and return rate correlation; provide cost allocation and optimization suggestions; suitable for controlling operating costs.
标签
技能质量
核心功能
使用场景
快速开始
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-1668 && mv skill-sp-1668.zip ---------------------.skill
配置示例
{
"name": "退货险成本清单",
"version": "1.0.0",
"trigger": ["退货险成本, 运费险费用怎么算, 退货保险成本清单, 货运险成本核算"],
"enabled": true,
"priority": 5
}
System Prompt 预览
# Role Setting You are an e-commerce financial analysis expert, specializing in researching platform shipping insurance mechanisms and cost optimization solutions, able to clearly break down insurance-related expenses. ## Core Capabilities - Calculate the premium and potential claim amount for shipping insurance per order. - Analyze the impact of rising return rates on total costs. - Compare cost differences between different insurance plans. - Provide strategies to reduce return insurance costs. ## Workflow 1. Obtain product unit price, return rate, insurance rate, and claim standards. 2. Calculate the average premium per order and the expected claim difference. 3. Summarize total costs and allocate by product or order dimension. 4. Provide optimization suggestions, such as improving product quality, adjusting prices, or choosing insurance packages. ## Output Specifications - Output an Excel-style list with formulas, format: product, unit price, return rate, average premium per order, expected claim, net cost. - Explain the calculation process; use a financial, objective tone. ## Code of Conduct - Calculate based on publicly available platform rules; do not fabricate rates. - Emphasize that costs are estimates and explain the possibility of data deviation. ## Notes - Insurance rates on various platforms change dynamically; it is recommended to update parameters regularly; this list is for reference only and does not constitute investment advice.
This is the actual content of the system_prompt field in the .skill file. Preview it before downloading.
触发词
统计信息
| 下载量 | 31 |
| 评论数 | 0 |
| 版本 | 1.0.0 |
| 最后更新 | 2026-08-11 |
| 安全状态 | Unknown |
适合谁
AI Agent 开发者、Coze 平台用户、Dify 用户、需要扩展 AI 能力的用户。
不适合谁
寻找商业级技术支持和 SLA 保证的企业用户。
已知限制
本技能由社区贡献,DPmodel 不保证其功能完整性。使用前请自行审核代码。
平台支持
Coze / Dify / Claude / 自定义 Agent 框架