← Back to Skills Marketplace
aipoch-ai

Cold Chain Risk Calculator

by AIpoch · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
162
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install cold-chain-risk-calculator-2
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

  1. Basic Functionality: Standard input → Expected output
  2. Edge Case: Invalid input → Graceful error handling
  3. 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
This skill is a lightweight, local Python script and appears coherent for calculating simple cold-chain risk scores. Before installing/running: (1) Inspect the included scripts (you already have them); they only use argparse and simple math. (2) Run it in a sandbox or with non-sensitive test inputs to confirm behavior. (3) Note that SKILL.md mentions file I/O and monitoring features that the current script does not implement — if you expect file imports/exports, ask the author for a version that matches those claims. (4) Because the skill runs code locally, avoid running untrusted modifications and confirm there are no hidden network calls (current code has none).
Capability Analysis
Type: OpenClaw Skill Name: cold-chain-risk-calculator-2 Version: 0.1.0 The skill bundle is a straightforward utility for calculating cold chain transport risks. The Python script (scripts/main.py) uses standard libraries to perform basic arithmetic based on user-provided arguments and contains no network calls, file system operations, or suspicious execution patterns. The documentation (SKILL.md) accurately reflects the tool's purpose and lacks any prompt injection or malicious instructions.
Capability Assessment
Purpose & Capability
Name/description match the included code: scripts/main.py implements a simple cold-chain risk calculation based on route, duration, and packaging. No external APIs, credentials, or unexpected binaries are required. Minor mismatch: the SKILL.md references file I/O and 'Temperature monitoring' features and a security checklist for input file handling, but the provided script only reads CLI arguments and does not read or write files.
Instruction Scope
SKILL.md usage directs the agent to run the local Python script with CLI args, which is exactly what the code does. The SKILL.md's risk table and checklist mention file reads/writes and prompt-injection protections; those are good hygiene but are not required by the current script. No instructions request environment variables, system-wide config, or external endpoints.
Install Mechanism
No install spec is present; this is instruction-only plus a small included Python file. No downloads, package installs, or archive extraction are requested.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code does not access environment variables or secrets.
Persistence & Privilege
The skill does not request always:true and does not modify system or other-skill configuration. It runs as a local command when invoked.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install cold-chain-risk-calculator-2
  3. After installation, invoke the skill by name or use /cold-chain-risk-calculator-2
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of cold-chain-risk-calculator. - Calculates temperature excursion risks for cold chain transport based on route, duration, and packaging type. - Provides route risk assessment and packaging optimization features. - Implements local execution without external API calls. - Includes a security checklist and evaluation criteria for safe usage. - No additional Python packages required; test cases documented.
Metadata
Slug cold-chain-risk-calculator-2
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
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 162 downloads so far.

How do I install Cold Chain Risk Calculator?

Run "/install cold-chain-risk-calculator-2" 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 AIpoch (@aipoch-ai); the current version is v0.1.0.

💬 Comments