Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问clear审计未展示

inventory-manager库存经理

Agent Skill

inventory-manager 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

10,392

周安装

326

GitHub Stars

公开资料未说明

下载量

2,383
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:inventory-manager(库存经理)
来源仓库:https://github.com/eddiebe147/claude-settings
仓库路径:skills/inventory-manager
安装命令:
npx skills add eddiebe147/claude-settings --skill "inventory-manager"
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

AgentSkills.tonpx skills
npx skills add eddiebe147/claude-settings --skill "inventory-manager"

简介

inventory-manager 用于发现并安装 AI 代理的技能,支持库存流程自动化。

  • 适用于 Codex、Claude、Cursor、Gemini CLI 等平台的商品管理增强需求。
  • 通过 npx skills add eddiebe147/claude-settings --skill "inventory-manager" 安装。
  • 需验证宿主兼容性及数据库访问权限,避免并发操作冲突。
  • 建议查阅仓库路径 skills/inventory-manager 和原始文档了解数据模型。

SKILL.md

name
Inventory Manager
slug
inventory-manager
description
Track inventory levels, manage stock, forecast demand, and optimize replenishment
category
business
complexity
complex
version
1.0.0
author
ID8Labs
triggers
tags

Inventory Manager

Expert inventory management system that helps you track stock levels, forecast demand, optimize reorder points, and prevent stockouts while minimizing carrying costs. This skill provides structured workflows for inventory control, demand planning, and supply chain optimization based on proven operations management principles.

Effective inventory management balances the competing pressures of stockout risk and carrying costs. This skill helps you maintain optimal inventory levels, improve cash flow, reduce waste, and ensure product availability whether you're managing physical products, digital goods, or service capacity.

Built on best practices from supply chain leaders and operations research, this skill combines demand forecasting, safety stock calculations, and just-in-time principles to optimize your inventory investment.

Core Workflows

Workflow 1: Inventory Setup & Classification

Establish your inventory system and categorize items strategically

  1. Inventory Master Data

- Item Basics: SKU, description, category, supplier - Costs: Unit cost, carrying cost (% of value per year), ordering cost - Physical: Dimensions, weight, storage requirements - Lead Times: Supplier lead time, production lead time - Constraints: Minimum order quantity (MOQ), shelf life, storage capacity

  1. ABC Classification

- A Items (20% of items, 80% of value) - Tight control, daily monitoring - Accurate forecasting critical - Higher service levels (95-99%) - B Items (30% of items, 15% of value) - Moderate control, weekly monitoring - Standard forecasting methods - Medium service levels (90-95%) - C Items (50% of items, 5% of value) - Loose control, monthly monitoring - Simple replenishment rules - Lower service levels (85-90%)

  1. Tracking Methods

- Perpetual inventory (real-time updates with each transaction) - Periodic inventory (physical counts at intervals) - Cycle counting (continuous partial counts) - Barcode/RFID scanning for accuracy

Workflow 2: Demand Forecasting

Predict future demand to inform inventory decisions

  1. Historical Analysis

- Gather historical sales data (minimum 12-24 months) - Identify patterns: - Trend: Overall increase or decrease over time - Seasonality: Repeating patterns (holiday spikes, quarterly cycles) - Cyclical: Longer-term economic cycles - Random: Unpredictable variation

  1. Forecasting Methods

- Simple: Moving average (stable demand), last period (very stable) - Intermediate: Weighted moving average, exponential smoothing - Advanced: Seasonal decomposition, regression analysis, machine learning

  1. Forecast Accuracy

- Calculate Mean Absolute Percentage Error (MAPE) - Compare forecast vs. actual monthly - Refine methods based on accuracy - Segment forecasting by product category/SKU

  1. Adjustments

- Factor in promotions, marketing campaigns - Account for market trends, competitive activity - Adjust for new product launches, discontinuations - Include known events (trade shows, holidays)

Workflow 3: Reorder Point & Safety Stock

Calculate optimal reorder triggers and buffer inventory

  1. Reorder Point Calculation
   Reorder Point = (Average Daily Demand × Lead Time Days) + Safety Stock

- Example: Demand = 50 units/day, Lead Time = 10 days, Safety Stock = 100 - Reorder Point = (50 × 10) + 100 = 600 units

  1. Safety Stock Calculation
   Safety Stock = Z-Score × (Demand Std Dev) × √(Lead Time)

- Z-Score based on desired service level: - 90% service level: Z = 1.28 - 95% service level: Z = 1.65 - 99% service level: Z = 2.33 - Example: Std Dev = 15, Lead Time = 10 days, 95% service - Safety Stock = 1.65 × 15 × √10 = 78 units

  1. Economic Order Quantity (EOQ)
   EOQ = √((2 × Annual Demand × Ordering Cost) / Carrying Cost per Unit)

- Balances ordering costs vs. holding costs - Example: Demand = 10,000/year, Order Cost = $100, Holding Cost = $5/unit/year - EOQ = √((2 × 10,000 × 100) / 5) = 632 units per order

  1. Dynamic Adjustments

- Review reorder points quarterly - Adjust for seasonality (higher safety stock in peak seasons) - Consider supplier reliability (lower reliability = higher safety stock) - Balance service level vs. inventory investment

Workflow 4: Stock Monitoring & Replenishment

Track inventory levels and trigger replenishment actions

  1. Daily Monitoring

- Check current stock levels vs. reorder points - Identify items at or below reorder point - Flag stockouts and backorders - Review slow-moving/dead stock

  1. Replenishment Triggers

- Reorder Point System: Order when stock hits reorder point - Periodic Review: Check and order on fixed schedule (weekly, monthly) - Min-Max System: Order up to max when below min - Just-in-Time: Order based on actual demand signals

  1. Purchase Order Generation

- Calculate order quantity (EOQ or adjusted for MOQ/promotions) - Select supplier based on lead time, cost, reliability - Generate PO with expected delivery date - Track open POs and follow up on delays

  1. Receiving & Updates

- Inspect incoming shipments for quality/quantity - Update inventory system immediately - Reconcile PO vs. actual received - Put away stock and update location data

Workflow 5: Inventory Optimization

Reduce costs, improve turns, and eliminate waste

  1. Inventory Turns Analysis
   Inventory Turnover = Cost of Goods Sold / Average Inventory Value

- Target turns vary by industry (retail: 8-12, manufacturing: 4-8) - Calculate by SKU and category - Identify slow-moving items (low turns)

  1. Obsolescence Management

- Identify dead stock (no sales in 90+ days) - Aging analysis: 30/60/90+ days old - Disposition strategies: - Discounts/promotions to clear - Return to supplier if possible - Donate or dispose (write off)

  1. Carrying Cost Reduction

- Negotiate consignment or vendor-managed inventory - Reduce safety stock for reliable suppliers - Cross-dock fast-moving items - Optimize warehouse space utilization

  1. Stockout Prevention

- Analyze root causes of stockouts - Improve forecast accuracy - Reduce supplier lead time variability - Implement backup suppliers for critical items

Quick Reference

ActionCommand/Trigger
Check stock level"Show inventory for [SKU]"
Items to reorder"Show items at reorder point"
Calculate safety stock"Calculate safety stock for [SKU]"
ABC classification"Classify inventory by ABC"
Stockout report"Show stockouts last 30 days"
Slow-moving items"Find dead stock"
Inventory valuation"Calculate total inventory value"
Forecast demand"Forecast demand for [SKU]"
Generate PO"Create purchase order for [SKU]"
Inventory turns"Show inventory turnover by category"

Best Practices

Data Accuracy

  • Conduct regular cycle counts (daily for A items, weekly for B, monthly for C)
  • Investigate and reconcile discrepancies immediately
  • Use barcode/RFID scanning to eliminate manual errors
  • Lock down inventory access to prevent unauthorized removals
  • Train staff on proper transaction recording

Forecasting Discipline

  • Review and update forecasts monthly
  • Track forecast accuracy and refine methods
  • Collaborate with sales on upcoming promotions
  • Account for lead time in forecast horizon
  • Use statistical methods, not gut feel

Safety Stock Calibration

  • Set service levels by item importance (A items higher)
  • Review safety stock quarterly or after major demand changes
  • Don't over-invest in safety stock for slow movers
  • Consider supplier reliability in calculations
  • Balance stockout cost vs. carrying cost

Supplier Management

  • Track supplier on-time delivery rates
  • Maintain relationships with backup suppliers
  • Negotiate favorable lead times and MOQs
  • Communicate forecast visibility to key suppliers
  • Develop vendor scorecard (quality, delivery, cost)

Technology & Automation

  • Implement inventory management software
  • Automate reorder point alerts
  • Integrate with POS/ERP systems for real-time updates
  • Use demand forecasting tools
  • Generate automated reports and dashboards

Key Metrics to Track

Inventory Health:

  • Inventory turnover ratio (target: industry-dependent)
  • Days inventory outstanding (DIO) = 365 / turnover
  • Stock-to-sales ratio
  • Dead stock value and percentage
  • Inventory accuracy rate (target: 95%+)

Service Level:

  • Fill rate (orders fulfilled completely)
  • Stockout frequency
  • Backorder rate
  • Customer order cycle time

Cost Metrics:

  • Total inventory value
  • Carrying cost (% of inventory value)
  • Stockout cost (lost sales + customer dissatisfaction)
  • Shrinkage/waste rate
  • Ordering cost per order

Forecast Performance:

  • Forecast accuracy (MAPE target: <20%)
  • Forecast bias (over-forecasting vs. under-forecasting)

Common Pitfalls to Avoid

  • Over-ordering: Tying up cash in excess inventory
  • Under-ordering: Frequent stockouts and lost sales
  • Ignoring ABC: Treating all items equally (wasteful)
  • Poor data hygiene: Inaccurate counts lead to bad decisions
  • Static reorder points: Not adjusting for seasonality or changes
  • Lack of visibility: Not knowing what you have or where it is
  • Siloed systems: Inventory data not integrated with sales/procurement
  • Emotional ordering: Ordering based on fear of stockouts, not data

Integration Points

  • Point of Sale (POS): Real-time sales deduction from inventory
  • E-commerce: Sync online and physical store inventory
  • ERP/Accounting: COGS, inventory valuation, financial reporting
  • Warehouse Management (WMS): Location tracking, pick/pack/ship
  • Supplier EDI: Automated purchase orders and ASN (advance ship notice)
  • Demand Planning: Import forecasts to inform replenishment

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

31.64%
按下载量换算754

OpenCode

22.03%
按下载量换算525

Gemini CLI

16%
按下载量换算381

Antigravity

12.2%
按下载量换算291

windsurf

7.34%
按下载量换算175

Cursor

3.08%
按下载量换算73

安全审计

暂无安全审计结果可展示。

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills