Amazon inventory management
FBA inventory planning — restock timing, safety stock, IPI score optimization, stranded inventory recovery
How to use it
- Hit Copy the whole skill.
- Claude: ⋯ → Download .md, then Customize → Skills → Add → Upload skill.
ChatGPT: make a Project and paste it into Instructions.
Neither? Paste it at the top of a new chat — it works for that chat. - Describe your job in plain words. The AI follows the skill from there.
npx degit nexscope-ai/Amazon-Skills/amazon-inventory-management#main ~/.claude/skills/amazon-inventory-managementFor one project only, change the path to .claude/skills/amazon-inventory-management.
Not working?
- Check which app you pasted it into — the steps above name the right one.
- Some skills need the paid tier of Claude or ChatGPT.
Paste into Claude, ChatGPT or Cursor.
Show the full text62 lines
Amazon Inventory Management
FBA inventory planning — restock timing, safety stock, IPI score optimization, stranded inventory recovery
Supported platforms: Amazon (US, UK, DE, CA, JP, AU, and all marketplaces).
Built by Nexscope — your AI assistant for smarter e-commerce decisions.
Install
npx skills add nexscope-ai/Amazon-Skills --skill amazon-inventory-management -g
Usage
Help me with amazon inventory management for my e-commerce business.
Capabilities
- FBA inventory planning
- restock timing
- safety stock
- IPI score optimization
- stranded inventory recovery
How This Skill Works
Step 1: Collect information from the user's message — product, platform, current situation, and goals.
Step 2: Ask one follow-up with all remaining questions using multiple-choice format. Allow shorthand answers (e.g., "1b 2c 3a").
Step 3: Research and analyze using the frameworks and methodology below.
Step 4: Deliver structured, actionable output with specific recommendations, not vague advice.
Output Format
- Start with a summary of findings
- Include specific data points and benchmarks where available
- Provide prioritized action items
- Mark estimates with ⚠️ when based on incomplete data
- End with concrete next steps
Other Skills
More e-commerce skills: nexscope-ai/eCommerce-Skills
Amazon-specific skills: nexscope-ai/Amazon-Skills
Built by Nexscope — your AI assistant for smarter e-commerce decisions.
| 1 | |
| 2 | name amazon-inventory-management |
| 3 | description "FBA inventory planning — restock timing, safety stock, IPI score optimization, stranded inventory recovery" |
| 4 | metadata |
| 5 | nexscope |
| 6 | category amazon |
| 7 | |
| 8 | |
| 9 | # Amazon Inventory Management |
| 10 | |
| 11 | FBA inventory planning — restock timing, safety stock, IPI score optimization, stranded inventory recovery |
| 12 | |
| 13 | **Supported platforms:** Amazon (US, UK, DE, CA, JP, AU, and all marketplaces). |
| 14 | |
| 15 | Built by [Nexscope] — your AI assistant for smarter e-commerce decisions. |
| 16 | |
| 17 | ## Install |
| 18 | |
| 19 | |
| 20 | npx skills add nexscope-ai/Amazon-Skills --skill amazon-inventory-management -g |
| 21 | |
| 22 | |
| 23 | ## Usage |
| 24 | |
| 25 | |
| 26 | Help me with amazon inventory management for my e-commerce business. |
| 27 | |
| 28 | |
| 29 | ## Capabilities |
| 30 | |
| 31 | FBA inventory planning |
| 32 | restock timing |
| 33 | safety stock |
| 34 | IPI score optimization |
| 35 | stranded inventory recovery |
| 36 | |
| 37 | ## How This Skill Works |
| 38 | |
| 39 | **Step 1:** Collect information from the user's message — product, platform, current situation, and goals. |
| 40 | |
| 41 | **Step 2:** Ask one follow-up with all remaining questions using multiple-choice format. Allow shorthand answers (e.g., "1b 2c 3a"). |
| 42 | |
| 43 | **Step 3:** Research and analyze using the frameworks and methodology below. |
| 44 | |
| 45 | **Step 4:** Deliver structured, actionable output with specific recommendations, not vague advice. |
| 46 | |
| 47 | ## Output Format |
| 48 | |
| 49 | Start with a summary of findings |
| 50 | Include specific data points and benchmarks where available |
| 51 | Provide prioritized action items |
| 52 | Mark estimates with ⚠️ when based on incomplete data |
| 53 | End with concrete next steps |
| 54 | |
| 55 | ## Other Skills |
| 56 | |
| 57 | More e-commerce skills: [nexscope-ai/eCommerce-Skills] |
| 58 | |
| 59 | Amazon-specific skills: [nexscope-ai/Amazon-Skills] |
| 60 | |
| 61 | Built by [Nexscope] — your AI assistant for smarter e-commerce decisions. |
| 62 |