← 返回 Skills 市场
Warehouse
作者
bytesagain3
· GitHub ↗
· v2.0.0
· MIT-0
331
总下载
0
收藏
2
当前安装
7
版本数
在 OpenClaw 中安装
/install warehouse
功能描述
Warehouse - command-line tool for everyday use Use when you need warehouse.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install warehouse - 安装完成后,直接呼叫该 Skill 的名称或使用
/warehouse触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
常见问题
Warehouse 是什么?
Warehouse - command-line tool for everyday use Use when you need warehouse. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 331 次。
如何安装 Warehouse?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install warehouse」即可一键安装,无需额外配置。
Warehouse 是免费的吗?
是的,Warehouse 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Warehouse 支持哪些平台?
Warehouse 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Warehouse?
由 bytesagain3(@bytesagain3)开发并维护,当前版本 v2.0.0。
推荐 Skills