package design包装设计&改进

v1.0.3

包装设计能力;支持包装方案设计、材料选择、法规审核;当进行产品包装设计或包材选型时使用

1· 142·0 current·0 all-time
byTinker@cloudyxuq

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for cloudyxuq/package-design.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "package design包装设计&改进" (cloudyxuq/package-design) from ClawHub.
Skill page: https://clawhub.ai/cloudyxuq/package-design
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install package-design

ClawHub CLI

Package manager switcher

npx clawhub@latest install package-design
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & 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
142downloads
1stars
4versions
Updated 2w ago
v1.0.3
MIT-0

包装设计

任务目标

  • 本技能用于:设计产品包装方案和选型包材
  • 核心能力:包装结构设计、材料选择、法规审核
  • 触发条件:新品包装设计、包材变更、法规符合性评估

数据来源

包装材料与法规查询

使用 web_search 获取相关信息:

# 包装材料
web_search(query="食品包装材料 标准 GB")
web_search(query="食品接触材料 法规 要求")
web_search(query="可降解包装 材料 供应商")

# 包装设计
web_search(query="食品包装 设计 规范 要求")
web_search(query="预包装食品 标签 标注 规范")
web_search(query="食品包装 印刷 法规 限制")

数据存储

包装设计数据保存在工作区 data/package/ 目录:

  • package_specs.json - 包装规格
  • material_list.csv - 材料清单
  • compliance_check.md - 合规检查

操作步骤

1. 需求分析

  1. 明确产品特性和保护需求
  2. 了解销售渠道和展示要求
  3. 确定包装规格和数量

2. 方案设计

  1. 选择包装结构和形式
  2. 确定包材类型和规格
  3. 设计包装展开图

3. 材料选型

  1. 评估包材性能(阻隔、强度等)
  2. 对比成本和供应商
  3. 确认材料合规性

4. 法规审核

  1. 核对标签标识要求
  2. 检查食品接触材料合规
  3. 确认广告宣传合规

资源索引

注意事项

  • 确保食品接触材料合规
  • 标签信息符合GB 7718要求
  • 关注环保和可持续发展趋势

Comments

Loading comments...