← Back to Skills Marketplace
Sku
by
bytesagain3
· GitHub ↗
· v1.0.0
· MIT-0
132
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install sku
Description
SKU management reference — naming conventions, hierarchy design, lifecycle management, and inventory classification. Use when designing product catalogs, cre...
Usage Guidance
This skill looks coherent with its purpose and most of the visible script just prints documentation, but the provided script content was truncated in the review — do not assume safety until you inspect the entire scripts/script.sh. Before installing: (1) open and read the full scripts/script.sh to confirm there are no curl/wget/ssh/netcat calls, no exec of downloaded code, and no writes to sensitive paths or reads of secrets (e.g., ~/.ssh, ~/.aws); (2) confirm SKU_DIR is not set to an important system path and that the script does not overwrite files unexpectedly; (3) if you cannot review, run the skill in an isolated/sandboxed environment or deny autonomous execution. If the full script contains only the documented printouts, the skill is benign; if it contains network or file-manipulating commands, treat it as risky.
Capability Analysis
Type: OpenClaw Skill
Name: sku
Version: 1.0.0
The 'sku' skill bundle is a purely informational reference tool for SKU management, providing static documentation on naming conventions, hierarchy, and inventory analysis. The implementation in 'scripts/script.sh' consists entirely of 'cat' commands to display educational text, with no network activity, file system modifications, or suspicious logic.
Capability Assessment
Purpose & Capability
Name/description describe SKU guidance and product-catalog design; the skill only requires running a bundled shell script that outputs those topics. No unrelated credentials, binaries, or installs are requested, which aligns with the stated purpose.
Instruction Scope
SKILL.md instructs the agent to execute scripts/script.sh with subcommands (intro, naming, hierarchy, etc.). The visible portion of script.sh simply prints reference text (safe). However the provided file content is truncated in the review, so it's not possible to guarantee there are no additional commands (network calls, file I/O, or other operations) elsewhere in the script. Running a local script is reasonable for this skill, but execution grants the script the agent runtime's filesystem/network rights.
Install Mechanism
No install specification and no external downloads; this is instruction-only plus a bundled script. That is low-risk compared to remote installs.
Credentials
The skill declares no required environment variables, credentials, or config paths. SKILL.md mentions a SKU_DIR (~/.sku/) default for data, which is proportional for a reference tool but should be checked to ensure it isn't used to access other locations.
Persistence & Privilege
always is false and the skill does not request permanent presence or elevated platform privileges. Autonomous invocation is permitted by default (platform behavior) — combine that with the ability to run local shell scripts only if you trust the code.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sku - After installation, invoke the skill by name or use
/sku - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
publish v1.0.0
Metadata
Frequently Asked Questions
What is Sku?
SKU management reference — naming conventions, hierarchy design, lifecycle management, and inventory classification. Use when designing product catalogs, cre... It is an AI Agent Skill for Claude Code / OpenClaw, with 132 downloads so far.
How do I install Sku?
Run "/install sku" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Sku free?
Yes, Sku is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Sku support?
Sku is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Sku?
It is built and maintained by bytesagain3 (@bytesagain3); the current version is v1.0.0.
More Skills