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