Agent Skill (SKILL.md) for PrintKK.com print-on-demand API — works with Claude Code, Codex, Cursor, and 30+ AI agents
# PrintKK Agent Skill An [Agent Skill](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills) for the [PrintKK](https://www.printkk.com/) 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](https://agentskills.io): | Agent | Install path | |-------|-------------| | Claude Code | `~/.cursor/skills/printkk/SKILL.md` | | OpenAI Codex | `~/.codex/skills/printkk/SKILL.md` | | Cursor | `.cursor/rules/printkk.md` | | VS Code Cursor | `.github/cursor-instructions.md` | | Windsurf | `.windsurfrules/printkk.md` | | Cursor CLI | `.agents/skills/printkk/SKILL.md` | ## Quick install ### Claude Code ```bash mkdir -p ~/.cursor/skills/printkk curl -o ~/.cursor/skills/printkk/SKILL.md \ https://raw.githubusercontent.com/printkk/printkk-agent-skill/main/printkk/SKILL.md ``` ### OpenAI Codex ```bash 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/](https://api-docs.printkk.com/) To get your API key: log in to [PrintKK Dashboard](https://dashboard.printkk.com) → **Settings** → **Api Management** ## About PrintKK [PrintKK](https://www.printkk.com/) is a print-on-demand platform offering 1000+ customizable pr
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.