🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub✦ BytesAgain

Warehouse

by @bytesagain3

Warehouse - command-line tool for everyday use Use when you need warehouse.

Versionv2.0.0
Downloads578
Installs2
TERMINAL
clawhub install warehouse

πŸ“– About This Skill


name: warehouse version: "2.0.0" author: BytesAgain homepage: https://bytesagain.com source: https://github.com/bytesagain/ai-skills license: MIT-0 tags: [warehouse, tool, utility] description: "Warehouse - command-line tool for everyday use Use when you need warehouse."

Warehouse

Data warehouse toolkit β€” schema design, query optimization, data partitioning, aggregation pipelines, and storage management.

Commands

| Command | Description | |---------|-------------| | warehouse run | Execute main function | | warehouse list | List all items | | warehouse add | Add new item | | warehouse status | Show current status | | warehouse export | Export data | | warehouse help | Show help |

Usage

# Show help
warehouse help

Quick start

warehouse run

Examples

# Run with defaults
warehouse run

Check status

warehouse status

Export results

warehouse export json

  • Run warehouse help for all commands
  • Data stored in ~/.local/share/warehouse/

  • *Powered by BytesAgain | bytesagain.com* *Feedback & Feature Requests: https://bytesagain.com/feedback*

    Output

    Results go to stdout. Save with warehouse run > output.txt.

    Configuration

    Set WAREHOUSE_DIR to change data directory. Default: ~/.local/share/warehouse/

    πŸ’‘ Examples

    # Run with defaults
    warehouse run

    Check status

    warehouse status

    Export results

    warehouse export json

  • Run warehouse help for all commands
  • Data stored in ~/.local/share/warehouse/

  • *Powered by BytesAgain | bytesagain.com* *Feedback & Feature Requests: https://bytesagain.com/feedback*

    βš™οΈ Configuration

    Set WAREHOUSE_DIR to change data directory. Default: ~/.local/share/warehouse/