← 返回 Skills 市场
148
总下载
1
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install package-design
功能描述
包装设计能力;支持包装方案设计、材料选择、法规审核;当进行产品包装设计或包材选型时使用
安全使用建议
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install package-design - 安装完成后,直接呼叫该 Skill 的名称或使用
/package-design触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
No changes detected in this version.
v1.0.2
- Added reference document: 包装材料选择指南 (references/material_selection.md)
- Added reference document: 法规检查清单 (references/package_regulations.md)
- Updated skill description for clarity and brevity
v1.0.1
- No user-facing changes; no file modifications detected in this version.
v1.0.0
- Initial release of the package-design skill.
- Supports product packaging structure and specification design, material selection, cost analysis, and regulatory compliance checks.
- Enables packaging solution development for new products, rebranding, material changes, and supplier evaluation.
- Provides guidance and resources for packaging regulations, material selection, and compliance audits.
- Stores packaging design data in a structured workspace directory for easy management.
元数据
常见问题
package design包装设计&改进 是什么?
包装设计能力;支持包装方案设计、材料选择、法规审核;当进行产品包装设计或包材选型时使用. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 148 次。
如何安装 package design包装设计&改进?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install package-design」即可一键安装,无需额外配置。
package design包装设计&改进 是免费的吗?
是的,package design包装设计&改进 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
package design包装设计&改进 支持哪些平台?
package design包装设计&改进 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 package design包装设计&改进?
由 Tinker(@cloudyxuq)开发并维护,当前版本 v1.0.3。
推荐 Skills