Are you the author? Sign in to claim
Agent Skill (SKILL.md) for PrintKK.com print-on-demand API — works with Claude Code, Codex, Cursor, and 30+ AI agents
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.
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 |
mkdir -p ~/.claude/skills/printkk
curl -o ~/.claude/skills/printkk/SKILL.md \
https://raw.githubusercontent.com/printkk/printkk-agent-skill/main/printkk/SKILL.md
mkdir -p ~/.codex/skills/printkk
curl -o ~/.codex/skills/printkk/SKILL.md \
https://raw.githubusercontent.com/printkk/printkk-agent-skill/main/printkk/SKILL.md
Download printkk/SKILL.md and place it in the appropriate directory for your agent.
Full API reference: https://api-docs.printkk.com/
To get your API key: log in to PrintKK Dashboard → Settings → Api Management
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.
MIT License — see LICENSE for details.
WCAG accessibility audit — automated scanning, manual review, remediation
Playwright testing toolkit — test generation, flaky test fix, migration helpers
Parallel development with git worktrees — port isolation, env sync, cleanup
1000+ skills curated from Anthropic, Vercel, Stripe, and other engineering teams