name: dead-stock-identifier description: 识别滞销和过时库存的技能,包含处置计划与营运资本优化 allowed-tools:
- Read
- Write
- Glob
- Grep
- Bash
- WebFetch metadata: specialization: 物流 domain: 商业 category: 库存 priority: medium
滞销库存识别器
概述
滞销库存识别器是一种用于识别滞销和过时库存、制定处置策略并优化营运资本的技能。它通过分析库存周转模式、库龄和市场状况,为过剩库存推荐适当的处置方案,同时最大化价值回收。
功能
- 周转分析与库龄分析:分析商品周转趋势和库存库龄,以识别滞销和死库存
- 过时风险评分:基于产品生命周期阶段、技术变化和市场趋势计算过时风险分数
- 处置策略推荐:推荐最优处置路径,包括降价、清仓或捐赠
- 降价优化:确定最优降价水平和时机以最大化回收价值
- 清仓渠道匹配:将过剩库存与合适的清仓渠道和买家匹配
- 核销影响分析:计算核销的财务影响和时机考量
- SKU精简支持:支持SKU下架和产品组合优化的决策
工具与库
- 库存分析工具
- 降价优化工具
- 清仓平台
- 财务分析库
使用流程
- 死库存与过剩库存管理
- ABC-XYZ分析
- 循环盘点计划
使用示例
skill: dead-stock-identifier
inputs:
inventory:
- sku: "SKU001"
description: "部件A"
quantity_on_hand: 500
unit_cost: 25.00
last_sale_date: "2025-06-15"
monthly_sales_history: [5, 3, 2, 1, 0, 0, 0, 0]
product_lifecycle: "declining"
- sku: "SKU002"
description: "部件B"
quantity_on_hand: 200
unit_cost: 50.00
last_sale_date: "2024-12-01"
monthly_sales_history: [0, 0, 0, 0, 0, 0, 0, 0]
product_lifecycle: "discontinued"
analysis_parameters:
slow_moving_threshold_days: 90
dead_stock_threshold_days: 180
holding_cost_percent: 25
outputs:
inventory_analysis:
- sku: "SKU001"
classification: "slow_moving"
days_since_last_sale: 224
months_of_supply: 100
inventory_value: 12500.00
annual_holding_cost: 3125.00
obsolescence_risk: "medium"
disposition_recommendation:
action: "markdown"
suggested_discount: 40
expected_recovery: 7500.00
expected_liquidation_time_days: 60
- sku: "SKU002"
classification: "dead_stock"
days_since_last_sale: 420
months_of_supply: "infinite"
inventory_value: 10000.00
annual_holding_cost: 2500.00
obsolescence_risk: "high"
disposition_recommendation:
action: "liquidate"
liquidation_channel: "B-stock_marketplace"
expected_recovery: 2000.00
expected_liquidation_time_days: 30
summary:
total_slow_moving_value: 12500.00
total_dead_stock_value: 10000.00
total_annual_holding_cost: 5625.00
total_expected_recovery: 9500.00
total_write_off_exposure: 13000.00
集成点
- 企业资源规划(ERP)系统
- 库存管理系统
- 电子商务平台
- 清仓市场
- 财务系统
性能指标
- 死库存百分比
- 库存周转率
- 核销率
- 回收率
- 释放的营运资本