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