package design包装设计&改进
v1.0.3包装设计能力;支持包装方案设计、材料选择、法规审核;当进行产品包装设计或包材选型时使用
⭐ 1· 96·0 current·0 all-time
byTinker@cloudyxuq
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the included assets: regulatory guidance, material-selection guide, and a packaging-calculation script. Minor inconsistency: SKILL.md declares a python dependency 'pandas==1.5.0' which is not referenced in the provided script; also lists a 'system' entry 'mkdir -p data/package' under dependencies (a shell command rather than a packaged dependency). These mismatches are likely sloppy metadata rather than malicious.
Instruction Scope
SKILL.md instructs using web_search queries to collect material and regulation info and to store outputs under data/package/. That is appropriate for the stated purpose. Caution: running web_search with product-specific or confidential details could leak those details to whatever search provider the agent uses; the instructions give the agent latitude to query external sources but do not instruct reading unrelated local files or secrets.
Install Mechanism
There is no install spec (instruction-only), which minimizes risk. The included Python script appears to use only the standard library (json, sys, typing) and performs local calculations — no network calls or obfuscated code were found. Note: SKILL.md lists pandas as a dependency even though the script doesn't import it; because there's no formal install spec, the platform may not install pandas automatically.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The runtime instructions do not request secrets. The main privacy concern is use of web_search (external queries) which may transmit product details; otherwise environment and credential requests are proportionate.
Persistence & Privilege
Flags show always:false and user-invocable:true (normal). The skill only writes data to its own workspace path (data/package/) per SKILL.md and does not request to modify other skills or global agent settings.
Assessment
This skill appears to do what it claims: provide packaging design guidance and local calculation utilities. Before installing: 1) be aware the skill will run web_search queries — avoid issuing searches that include proprietary or sensitive product data if you don't want that data sent to an external search provider; 2) the SKILL.md lists pandas but the included script doesn't use it — if you rely on the pandas dependency, ensure your environment has it or adjust the metadata; 3) the skill will create files under data/package/ in the agent workspace — review or sandbox those files if you need to control file writes; 4) review the calculation script output on test inputs to confirm the formulas meet your needs. None of the files request credentials or perform external network access beyond the expected web_search, and no covert behavior was detected.Like a lobster shell, security has layers — review code before you run it.
latestvk979gffcrjsntyvpjjzabkwfj584hv6t
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
