← Back to Skills Marketplace
jose-compu

Self-Improving Supply Chain

by José I. O. · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ✓ Security Clean
106
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install self-improving-supply-chain
Description
Captures forecast errors, supplier risks, logistics delays, inventory mismatches, quality deviations, and demand signal shifts to enable continuous supply ch...
Usage Guidance
This skill appears internally consistent, but review a few practical points before installing: (1) Confirm you are comfortable having a lightweight reminder and local log files (.learnings/) added to your workspace/home — the scripts will create files if missing. (2) The error-detector reads CLAUDE_TOOL_OUTPUT (hook context) which can contain command output; avoid enabling PostToolUse hooks in contexts where sensitive data might appear, or add matcher filters to limit triggers. (3) The extract script writes scaffolds into a relative ./skills directory — run it from a safe working directory and inspect what it would create (use --dry-run). (4) Hooks run with your agent's permissions; enable them only if you want reminders injected into sessions (you can enable at project-level with matcher filters to reduce scope). Finally, if you have any proprietary supplier/customer data, follow the skill guidance to redact or aggregate before logging to .learnings/.
Capability Analysis
Type: OpenClaw Skill Name: self-improving-supply-chain Version: 1.2.0 The skill bundle is a documentation framework designed to help an AI agent track and analyze supply chain disruptions. It uses standard shell scripts (scripts/activator.sh, scripts/extract-skill.sh) and OpenClaw hooks (hooks/openclaw/handler.js) to initialize a local storage directory (.learnings/) and provide contextual reminders to the agent. The logic is transparent, lacks obfuscation, and explicitly instructs the agent to avoid logging sensitive proprietary or customer data, showing no signs of malicious intent or data exfiltration.
Capability Tags
cryptocan-make-purchases
Capability Assessment
Purpose & Capability
The skill's name/description align with its code and docs: reminders, local logs (.learnings/), a skill-extraction helper, and optional OpenClaw hooks. No unrelated credentials, external network calls, or unexpected binaries are requested. The extract script creates local skill scaffolds and includes safeguards (no absolute paths, no '..' segments).
Instruction Scope
SKILL.md and hook scripts limit behavior to generating reminders, creating/initializing .learnings/ files, and scaffolding local skill markdown. The error-detector reads the CLAUDE_TOOL_OUTPUT hook context (documented) to detect supply‑chain keywords and only prints a reminder; it does not transmit output externally. SKILL.md explicitly warns not to log proprietary pricing/PII and states the skill does not place orders.
Install Mechanism
No installer or external downloads are used. This is an instruction+script bundle intended to be copied into the user's OpenClaw workspace/hooks. All scripts are local shell/JS/TS files; no archives or network fetches are performed by the skill itself.
Credentials
The skill declares no required environment variables or credentials. The only environment usage is the error-detector reading CLAUDE_TOOL_OUTPUT (an expected hook-provided variable) and scripts operating on local workspace paths — proportional to the stated purpose.
Persistence & Privilege
always is false and hooks are opt-in. Hook files inject a virtual reminder into the agent bootstrap when enabled; enabling requires explicit user action (openclaw hooks enable or copying files). The skill does not request system-wide or permanent elevated privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install self-improving-supply-chain
  3. After installation, invoke the skill by name or use /self-improving-supply-chain
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
**Version 1.1.0** - Added stackability contract for multi-skill installations. - Added namespaced logging guidance (`.learnings/supply-chain/`) for coexistence with other skills. - Added required `Skill: supply-chain` metadata field and cross-skill precedence/ownership rules. - Clarified hook arbitration model (single dispatcher, dedupe, rate limiting).
v1.1.0
Version 1.1.0 — Documentation-Only Clarification - Added explicit statement that this skill is documentation-only and does not execute purchases, place orders, trigger procurement transactions, or call external payment systems. - No changes to core instructions or usage guidelines. - All other content and workflow guidance remains unchanged.
v1.0.0
Initial release of the self-improving-supply-chain skill for supply chain event logging and continuous improvement. - Captures and logs supply chain learnings, disruption events, and feature requests to structured markdown files for ongoing optimization. - Categorizes issues such as forecast errors, supplier risks, logistics delays, inventory mismatches, quality deviations, and demand signal shifts. - Provides detailed logging formats and quick-reference guidance for event categorization and escalation. - Supports both OpenClaw and generic agent environments with instructions for setup and file initialization. - Promotes broadly applicable learnings to operational assets such as supplier scorecards, safety stock policies, routing playbooks, and demand planning models.
Metadata
Slug self-improving-supply-chain
Version 1.2.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Self-Improving Supply Chain?

Captures forecast errors, supplier risks, logistics delays, inventory mismatches, quality deviations, and demand signal shifts to enable continuous supply ch... It is an AI Agent Skill for Claude Code / OpenClaw, with 106 downloads so far.

How do I install Self-Improving Supply Chain?

Run "/install self-improving-supply-chain" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Self-Improving Supply Chain free?

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

Which platforms does Self-Improving Supply Chain support?

Self-Improving Supply Chain is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Self-Improving Supply Chain?

It is built and maintained by José I. O. (@jose-compu); the current version is v1.2.0.

💬 Comments