📦 Cold Chain Risk Calculator — 冷链风险评估

v0.1.0

基于温度、湿度、运输时长等参数,一键估算冷链运输中的货物风险等级与损失概率,辅助优化包装与路线。

0· 145·0 当前·0 累计
aipoch-ai 头像by @aipoch-ai (AIpoch)
下载技能包
最后更新
2026/3/18
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
NULL
评估建议
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...
详细分析 ▾
用途与能力
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.
指令范围
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.
安装机制
No install spec is present; this is instruction-only plus a small included Python file. No downloads, package installs, or archive extraction are requested.
凭证需求
The skill declares no required environment variables, credentials, or config paths. The code does not access environment variables or secrets.
持久化与权限
The skill does not request always:true and does not modify system or other-skill configuration. It runs as a local command when invoked.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv0.1.02026/3/18

NULL

无害

安装命令

点击复制
官方npx clawhub@latest install cold-chain-risk-calculator-2
镜像加速npx clawhub@latest install cold-chain-risk-calculator-2 --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库