warehouse
Warehouse - command-line tool for everyday use Use when you need warehouse.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bytesagain3/warehouseWarehouse
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 <item> | Add new item |
warehouse status | Show current status |
warehouse export <format> | 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 helpfor 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/
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bytesagain3-warehouse": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
slashing
Analyze slashing operations. Use when you need to understand slashing mechanisms, evaluate protocol security, or reference on-chain concepts.
dcs
Distributed control system manager
turbine
Turbine performance calculator
eam
Enterprise asset management tracker
etl
Build ETL pipelines with data ingestion, cleaning, and validation steps. Use when ingesting sources, transforming formats, validating data, or scheduling loads.