HomeBrowseUpload
← Back to registry
// Skill profile

inventory-manager

name: "inventory-manager"

by ckchzh · published 2026-03-22

数据处理
Total installs
0
Stars
★ 0
Last updated
2026-03
// Install command
$ claw add gh:ckchzh/ckchzh-inventory-manager
View on GitHub
// Full documentation

---

name: "inventory-manager"

version: "3.0.0"

description: "Track inventory with stock levels, pricing, and low-stock alerts. Use when managing product inventory."

author: "BytesAgain"

homepage: "https://bytesagain.com"

---

# inventory-manager

Track inventory with stock levels, pricing, and low-stock alerts. Use when managing product inventory.

Commands

`add`

scripts/script.sh add <item qty price>

`list`

scripts/script.sh list <filter>

`remove`

scripts/script.sh remove <item qty>

`low-stock`

scripts/script.sh low-stock <threshold>

`value`

scripts/script.sh value

`export`

scripts/script.sh export <file>

Data Storage

Data stored in `~/.local/share/inventory-manager/`.

---

*Powered by BytesAgain | bytesagain.com | hello@bytesagain.com*

// Comments
Sign in with GitHub to leave a comment.
// Related skills

More tools from the same signal band