HomeBrowseUpload
← Back to registry
// Skill profile

Warehouse

name: warehouse

by bytesagain3 · published 2026-03-22

开发工具数据处理
Total installs
0
Stars
★ 0
Last updated
2026-03
// Install command
$ claw add gh:bytesagain3/bytesagain3-warehouse
View on GitHub
// Full documentation

---

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 <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 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/`

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

    More tools from the same signal band