ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

warehouse

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

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bytesagain3/warehouse
Or

Warehouse

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

Commands

CommandDescription
warehouse runExecute main function
warehouse listList all items
warehouse add <item>Add new item
warehouse statusShow current status
warehouse export <format>Export data
warehouse helpShow 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/

Metadata

Stars3840
Views0
Updated2026-04-06
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bytesagain3-warehouse": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#warehouse#tool#utility
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.