← 返回 Skills 市场
stanestane

Printful Management

作者 Stanislav Stankovic · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ⚠ suspicious
47
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install printful-management
功能描述
Manage a Printful account through the Printful REST API using a private API token. Use when the user wants to inspect or manage Printful stores, connected-st...
安全使用建议
This package contains a helper script that talks directly to api.printful.com and requires the user's Printful private token (the script reads --api-key or PRINTFUL_API_KEY). The registry metadata did not declare any required environment variables or a primary credential — that's an inconsistency you should be aware of. Before installing or running: (1) review scripts/printful_api.py yourself to confirm there are no unexpected network endpoints (it uses https://api.printful.com only), (2) supply the API token via an ephemeral environment variable (as recommended) rather than hardcoding, (3) run read-only commands first (stores, sync-products, orders) to verify behavior, (4) be cautious with webhook URLs or write actions and confirm every mutation before proceeding, and (5) consider rotating the token after use. If you want stronger assurance, ask the publisher to update the package metadata to declare PRINTFUL_API_KEY as a required credential so automated reviewers and other users will see the dependency clearly.
功能分析
Type: OpenClaw Skill Name: printful-management Version: 1.1.0 The printful-management skill bundle is a well-structured tool for interacting with the Printful REST API. The core logic in scripts/printful_api.py uses standard Python libraries (urllib) to perform API operations and includes safety features like environment variable-based authentication and explicit confirmation steps in the SKILL.md instructions. There is no evidence of data exfiltration, malicious execution, or harmful prompt injection; all network activity is directed to the official Printful API domain (api.printful.com).
能力标签
requires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
The skill's name, description, SKILL.md, reference docs, and included script all align with managing a Printful account via the Printful REST API. The helper script targets api.printful.com and implements the expected endpoints and behaviors for listing stores, products, orders, uploads, webhooks, exports, and raw requests.
Instruction Scope
The runtime instructions explicitly instruct obtaining and using a private Printful API token (PRINTFUL_API_KEY) and using the included scripts for both read and write operations. However, the skill's declared requirements list no required environment variables or primary credential, which is inconsistent with the instructions and the script (which resolves token from --api-key or the PRINTFUL_API_KEY env var). The instructions otherwise stay within the Printful management scope and advise safe practices (start with reads, confirm before writes).
Install Mechanism
This is an instruction-only skill with no install spec that ships a helper Python script and Markdown references. There are no network-download install steps, no external package installs described, and no obfuscated or remote payloads in the included files. The script uses only Python stdlib (urllib, json, csv, argparse) and writes/reads local files as expected for exports and body payloads.
Credentials
Functionally the skill legitimately needs a Printful private token to operate; requesting that token is proportionate to the stated purpose. The problem is that the registry metadata lists zero required env vars or primary credentials, while both SKILL.md and scripts rely on PRINTFUL_API_KEY or an --api-key argument. This mismatch could confuse users or automated permission reviewers and increases risk of accidental credential exposure if users are not explicitly warned by the platform UI.
Persistence & Privilege
The skill is not set to always:true and does not request persistent platform-level privileges. It does not modify other skills or global agent settings. It can perform write operations to the Printful account (create/update/delete) but the SKILL.md states that writes should be confirmed with the user first.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install printful-management
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /printful-management 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Add auto-export product reports to markdown/csv/json, improve marketplace-facing skill copy, and polish docs/examples.
v1.0.0
Initial public release: expanded Printful API management skill with connected/manual store support, auto-detection, payload examples, and broad endpoint coverage.
元数据
Slug printful-management
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Printful Management 是什么?

Manage a Printful account through the Printful REST API using a private API token. Use when the user wants to inspect or manage Printful stores, connected-st... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 47 次。

如何安装 Printful Management?

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

Printful Management 是免费的吗?

是的,Printful Management 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Printful Management 支持哪些平台?

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

谁开发了 Printful Management?

由 Stanislav Stankovic(@stanestane)开发并维护,当前版本 v1.1.0。

💬 留言讨论