← Back to Skills Marketplace
268
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install cold-chain-risk-calculator
Description
Calculate cold chain transport risks
README (SKILL.md)
Cold Chain Risk Calculator
Calculate temperature excursion risks for cold chain transport.
Parameters
| Parameter | Type | Default | Required | Description |
|---|---|---|---|---|
--route, -r |
string | - | Yes | Transport route description |
--duration, -d |
int | - | Yes | Transport duration in hours |
--packaging, -p |
string | dry-ice | No | Packaging type (dry-ice, liquid-nitrogen, gel-packs) |
Usage
python scripts/main.py --route "NYC-Boston" --duration 48 --packaging dry-ice
Features
- Route risk assessment
- Packaging optimization
- Temperature monitoring
Risk Assessment
| Risk Indicator | Assessment | Level |
|---|---|---|
| Code Execution | Python/R scripts executed locally | Medium |
| Network Access | No external API calls | Low |
| File System Access | Read input files, write output files | Medium |
| Instruction Tampering | Standard prompt guidelines | Low |
| Data Exposure | Output files saved to workspace | Low |
Security Checklist
- No hardcoded credentials or API keys
- No unauthorized file system access (../)
- Output does not expose sensitive information
- Prompt injection protections in place
- Input file paths validated (no ../ traversal)
- Output directory restricted to workspace
- Script execution in sandboxed environment
- Error messages sanitized (no stack traces exposed)
- Dependencies audited
Prerequisites
No additional Python packages required.
Evaluation Criteria
Success Metrics
- Successfully executes main functionality
- Output meets quality standards
- Handles edge cases gracefully
- Performance is acceptable
Test Cases
- Basic Functionality: Standard input → Expected output
- Edge Case: Invalid input → Graceful error handling
- Performance: Large dataset → Acceptable processing time
Lifecycle Status
- Current Stage: Draft
- Next Review Date: 2026-03-06
- Known Issues: None
- Planned Improvements:
- Performance optimization
- Additional feature support
Usage Guidance
The included Python script is simple and appears safe: it computes and prints a risk score from the provided arguments and does not access network or files. However, SKILL.md claims file I/O, temperature monitoring, and packaging optimization that are not implemented in the code. Before installing or allowing autonomous runs: (1) inspect any future or remote versions for added file or network behavior, (2) run the script in a sandboxed environment to confirm actual behavior, (3) ask the publisher to reconcile SKILL.md with the code or provide missing modules, and (4) if you expect file input/output or monitoring, require explicit evidence and a justification for those capabilities. These steps reduce risk from outdated or misleading documentation that could hide broader privileges.
Capability Analysis
Type: OpenClaw Skill
Name: cold-chain-risk-calculator
Version: 0.1.0
The skill bundle is a simple, functional tool for calculating transport risks based on duration and packaging type. The Python script (scripts/main.py) uses standard libraries, contains no network or file system access, and lacks any indicators of malicious intent or prompt injection.
Capability Assessment
Purpose & Capability
Name/description match the included Python script: the script computes a simple risk score from route, duration, and packaging. However, SKILL.md advertises features (packaging optimization, temperature monitoring) and file read/write behavior that are not present in scripts/main.py, suggesting the documentation is out of sync with the code.
Instruction Scope
SKILL.md states 'Read input files, write output files' and 'Temperature monitoring' but the runtime instructions and the included script only print results to stdout and do not access the filesystem or network. This mismatch could confuse users and conceal planned behaviors not present in the current code. Verify whether additional code (not included) or future versions will perform file or network operations.
Install Mechanism
No install spec and no external dependencies are declared; the script requires only a Python interpreter which is reasonable and low-risk for this purpose.
Credentials
No environment variables, credentials, or config paths are requested; that aligns with the tool's local calculation purpose and is proportionate.
Persistence & Privilege
Skill does not request permanent presence (always:false) and has no install actions that would modify agent/system configuration. Default autonomous invocation is allowed, which is expected for skills.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cold-chain-risk-calculator - After installation, invoke the skill by name or use
/cold-chain-risk-calculator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Cold Chain Risk Calculator skill released as draft version 1.0.0.
- Initial release for assessing cold chain transport risks.
- Supports route, duration, and packaging parameters.
- Provides route risk assessment, packaging optimization, and temperature monitoring features.
- Includes security checklist and risk assessment.
- No additional dependencies required.
- Outlines evaluation criteria and planned future improvements.
Metadata
Frequently Asked Questions
What is Cold Chain Risk Calculator?
Calculate cold chain transport risks. It is an AI Agent Skill for Claude Code / OpenClaw, with 268 downloads so far.
How do I install Cold Chain Risk Calculator?
Run "/install cold-chain-risk-calculator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Cold Chain Risk Calculator free?
Yes, Cold Chain Risk Calculator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Cold Chain Risk Calculator support?
Cold Chain Risk Calculator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Cold Chain Risk Calculator?
It is built and maintained by shanruoyu (@shanruoyu); the current version is v0.1.0.
More Skills