← Back to Skills Marketplace
bytesagain3

Warehouse

by bytesagain3 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ Security Clean
331
Downloads
0
Stars
2
Active Installs
7
Versions
Install in OpenClaw
/install warehouse
Description
Warehouse - command-line tool for everyday use Use when you need warehouse.
Usage Guidance
This skill appears to be a simple local CLI that logs and stores user-provided entries under ~/.local/share/warehouse and produces exports. Before installing: (1) be aware it will create and write files under your home directory (history.log and per-command .log files); (2) if you prefer a different location, set WAREHOUSE_DIR; (3) review any data you input to the tool since it will be persisted in plain text logs; and (4) because the skill can be invoked autonomously by agents (normal default), consider whether you want the agent to run local CLI tools automatically. Other than those privacy/storage considerations, there are no network calls, credential requests, or other red flags.
Capability Analysis
Type: OpenClaw Skill Name: warehouse Version: 2.0.0 The 'warehouse' skill is a simple command-line utility for logging and managing local data entries. The script 'scripts/script.sh' implements basic data operations (ingest, query, export) by writing to and reading from log files in the user's local data directory (~/.local/share/warehouse/). There is no evidence of network activity, sensitive data access, or malicious execution logic.
Capability Assessment
Purpose & Capability
Name/description (warehouse data toolkit) align with what is present: a shell script implementing ingest/transform/query/export/etc. It stores data under ~/.local/share/warehouse and exposes the commands listed in the SKILL.md. No unrelated credentials, binaries, or external services are requested.
Instruction Scope
SKILL.md describes running the CLI and where data is stored; the bundled script implements those commands and only reads/writes files within the data directory and uses standard POSIX utilities (grep, wc, tail, du, cat). The instructions do not ask the agent to read other system files, environment secrets, or send data to external endpoints.
Install Mechanism
No install spec is provided (instruction-only). A single shell script is bundled; there are no downloads, package installs, or archive extraction steps that would write arbitrary code from external URLs to disk.
Credentials
No required environment variables or credentials are declared. The script uses HOME to form a local data directory and supports an optional WAREHOUSE_DIR override per SKILL.md — this is proportional and expected for a local CLI tool.
Persistence & Privilege
always is false and the skill does not request elevated or system-wide privileges. It persists only to its own data directory (~/.local/share/warehouse by default) and does not modify other skills or system agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install warehouse
  3. After installation, invoke the skill by name or use /warehouse
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v1.0.5
old template -> domain-specific v2.0.0
v1.0.4
old template -> domain-specific v2.0.0
v1.0.3
Quality upgrade
v1.0.2
Quality upgrade: custom functionality
v1.0.1
Standards compliance: unique content, no template text
v1.0.0
Initial release
Metadata
Slug warehouse
Version 2.0.0
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 7
Frequently Asked Questions

What is Warehouse?

Warehouse - command-line tool for everyday use Use when you need warehouse. It is an AI Agent Skill for Claude Code / OpenClaw, with 331 downloads so far.

How do I install Warehouse?

Run "/install warehouse" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Warehouse free?

Yes, Warehouse is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Warehouse support?

Warehouse is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Warehouse?

It is built and maintained by bytesagain3 (@bytesagain3); the current version is v2.0.0.

💬 Comments