← 返回 Skills 市场
aiwithabidi

Printful

作者 aiwithabidi · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
297
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install printful
功能描述
Printful — print-on-demand products, orders, shipping rates, mockup generation, and store management.
安全使用建议
This skill appears coherent and only needs your Printful API key. Before installing: (1) verify the PRINTFUL_API_KEY you provide has only the permissions you intend (avoid using broad account keys), (2) be aware the script will try to read WORKSPACE/.env or ~/.openclaw/workspace/.env to find the same variable if the env var is unset — ensure those files don't contain other secrets you don't want accessed, (3) note two small bugs in the script: mockup-related commands use mismatched placeholder names so they may fail (they likely produce 404s rather than anything malicious), and several CLI arguments are placeholders (e.g., 'JSON') so you must pass valid JSON for orders/files; (4) if you want extra assurance, inspect the script locally (it's stdlib-only) before running and confirm the homepage/author meet your expectations.
功能分析
Type: OpenClaw Skill Name: printful Version: 1.0.0 The Printful skill bundle is a standard CLI wrapper for the Printful API, facilitating product management, order processing, and mockup generation. The implementation in `scripts/printful.py` uses only the Python standard library and communicates exclusively with the official Printful API endpoint (api.printful.com). No evidence of data exfiltration, malicious code execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description, required env var (PRINTFUL_API_KEY), and included CLI code all align with a Printful API integration. No unrelated credentials, binaries, or install steps are requested.
Instruction Scope
SKILL.md instructs running the included Python CLI and only declares PRINTFUL_API_KEY. The runtime code will also attempt a fallback: if the env var is missing it will look for the variable in a workspace .env file (WORKSPACE or ~/.openclaw/workspace/.env). That behavior is a convenience but not documented in SKILL.md and could read a local .env to extract the named variable.
Install Mechanism
This is an instruction-only skill with a bundled Python script and no install spec or external downloads. No archives or remote code are fetched at install time.
Credentials
Only PRINTFUL_API_KEY is required, which is proportionate. The code's fallback to read the key from a workspace .env is limited to the requested variable, but users should be aware the script will attempt to read that file if the env var is unset.
Persistence & Privilege
The skill does not request permanent/always inclusion and does not attempt to modify agent-wide configs or other skills. Autonomous invocation is enabled (default) but that is normal for skills and not a unique escalation here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install printful
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /printful 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the Printful skill. - Offers print-on-demand product, order, shipping, mockup, and store management via CLI. - Requires a Printful API key (set with PRINTFUL_API_KEY). - Provides commands to list and manage products, create/cancel orders, estimate costs, generate mockups, and view store info. - No external dependencies; works with Python 3.10+ (stdlib only). - Outputs all results as JSON for easy integration.
元数据
Slug printful
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Printful 是什么?

Printful — print-on-demand products, orders, shipping rates, mockup generation, and store management. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 297 次。

如何安装 Printful?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install printful」即可一键安装,无需额外配置。

Printful 是免费的吗?

是的,Printful 完全免费(开源免费),可自由下载、安装和使用。

Printful 支持哪些平台?

Printful 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Printful?

由 aiwithabidi(@aiwithabidi)开发并维护,当前版本 v1.0.0。

💬 留言讨论