Install
openclaw skills install warehouseWarehouse - command-line tool for everyday use Use when you need warehouse.
openclaw skills install warehouseData warehouse toolkit — schema design, query optimization, data partitioning, aggregation pipelines, and storage management.
| Command | Description |
|---|---|
warehouse run | Execute main function |
warehouse list | List all items |
warehouse add <item> | Add new item |
warehouse status | Show current status |
warehouse export <format> | Export data |
warehouse help | Show help |
# Show help
warehouse help
# Quick start
warehouse run
# Run with defaults
warehouse run
# Check status
warehouse status
# Export results
warehouse export json
warehouse help for all commands~/.local/share/warehouse/Powered by BytesAgain | bytesagain.com Feedback & Feature Requests: https://bytesagain.com/feedback
Results go to stdout. Save with warehouse run > output.txt.
Set WAREHOUSE_DIR to change data directory. Default: ~/.local/share/warehouse/