printkk-agent-skill

agent
Security Audit
Warn
Health Warn
  • License — License: MIT
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 7 GitHub stars
Code Pass
  • Code scan — Scanned 1 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions — No dangerous permissions requested
Purpose
This tool provides an instruction file (SKILL.md) that teaches AI coding assistants like Claude Code and Cursor how to interact with the PrintKK print-on-demand API. It covers workflows for managing images, creating designs, and handling orders.

Security Assessment
Overall risk: Low. The repository does not contain executable code, run shell commands, or request dangerous system permissions. It simply consists of a Markdown document that guides your AI agent. There are no hardcoded secrets. However, it is important to note that following these instructions will cause your AI agent to make network requests to the PrintKK API. Because the tool involves order creation and payment workflows, you will need to provide your PrintKK API keys to your agent. You must ensure you handle these keys securely and carefully review any automated actions before executing them to prevent unintended purchases or data changes.

Quality Assessment
The project is actively maintained, with its most recent push occurring today. It uses the permissive MIT license and has a clear, well-structured description and documentation. Community trust and visibility are currently very low, as the repository only has 7 GitHub stars. A light code scan found no dangerous patterns across its files, indicating a clean and safe static text file.

Verdict
Safe to use, but carefully review any AI-generated API requests involving payments or sensitive data before executing them.
SUMMARY

Agent Skill (SKILL.md) for PrintKK.com print-on-demand API — works with Claude Code, Codex, Cursor, and 30+ AI agents

README.md

PrintKK Agent Skill

An Agent Skill for the PrintKK print-on-demand platform. Teaches AI coding agents how to use the PrintKK API effectively — data model, workflow patterns, and gotchas.

What this skill covers

  • Image management — upload, organize, update images and folders
  • Design creation — create designs (async), poll task status, update metadata, brand designs
  • Order lifecycle — create orders, pay via wallet, update addresses, cancel, track shipping
  • Product catalog — browse categories, list products, get product details and print areas

Compatibility

Works with any AI agent that supports the SKILL.md open standard:

Agent Install path
Claude Code ~/.claude/skills/printkk/SKILL.md
OpenAI Codex ~/.codex/skills/printkk/SKILL.md
Cursor .cursor/rules/printkk.md
VS Code Copilot .github/copilot-instructions.md
Windsurf .windsurfrules/printkk.md
Gemini CLI .agents/skills/printkk/SKILL.md

Quick install

Claude Code

mkdir -p ~/.claude/skills/printkk
curl -o ~/.claude/skills/printkk/SKILL.md \
  https://raw.githubusercontent.com/printkk/printkk-agent-skill/main/printkk/SKILL.md

OpenAI Codex

mkdir -p ~/.codex/skills/printkk
curl -o ~/.codex/skills/printkk/SKILL.md \
  https://raw.githubusercontent.com/printkk/printkk-agent-skill/main/printkk/SKILL.md

Manual

Download printkk/SKILL.md and place it in the appropriate directory for your agent.

API documentation

Full API reference: https://api-docs.printkk.com/

To get your API key: log in to PrintKK DashboardSettingsApi Management

About PrintKK

PrintKK is a print-on-demand platform offering 1000+ customizable products across apparel, home decor, accessories, and more. PrintKK handles production and fulfillment with its own manufacturing network, shipping to 200+ countries.

License

MIT License — see LICENSE for details.

Reviews (0)

No results found