<div align="center">
SumUp Skills
[![Documentation][docs-badge]](https://developer.sumup.com) 
</div>
A collection of Agent Skills for building SumUp payment integrations across card-present (terminal) and card-not-present (online) checkout flows.
Installing
These skills work with agents that support the Agent Skills standard, including Claude Code, Cursor, Gemini CLI, OpenCode, OpenAI Codex, and Pi.
Claude Code
Install using the plugin marketplace:
/plugin marketplace add sumup/sumup-skills
/plugin install sumup@sumup
Cursor
Install from the Cursor Marketplace or add manually via Settings > Rules > Add Rule > Remote Rule (Github) with sumup/sumup-skills.
Gemini CLI
Install the extension from GitHub:
gemini extensions install https://github.com/sumup/sumup-skills --ref=main
npx skills
Install using the npx skills CLI:
npx skills add https://github.com/sumup/sumup-skills
Clone / Copy
Clone this repo and copy the skill folders into the appropriate directory for your agent:
| Agent | Skill Directory | Docs | |-------|-----------------|------| | Claude Code | ~/.claude/skills/ | docs | | Cursor | ~/.cursor/skills/ | docs | | Gemini CLI | ~/.gemini/extensions/ | docs | | OpenCode | ~/.config/opencode/skills/ | docs | | OpenAI Codex | ~/.codex/skills/ | docs | | Pi | ~/.pi/agent/skills/ | docs |
Skills
Skills are contextual and auto-loaded based on your conversation. When a request matches a skill's triggers, the agent loads and applies that skill.
| Skill | Useful for | |-------|------------| | sumup | Building SumUp checkout integrations for terminal and online payment flows, including SDK and API-based implementations |
Resources
[docs-badge]: https://img.shields.io/badge/SumUp-documentation-white.svg?logo=data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgY29sb3I9IndoaXRlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogICAgPHBhdGggZD0iTTIyLjI5IDBIMS43Qy43NyAwIDAgLjc3IDAgMS43MVYyMi4zYzAgLjkzLjc3IDEuNyAxLjcxIDEuN0gyMi4zYy45NCAwIDEuNzEtLjc3IDEuNzEtMS43MVYxLjdDMjQgLjc3IDIzLjIzIDAgMjIuMjkgMFptLTcuMjIgMTguMDdhNS42MiA1LjYyIDAgMCAxLTcuNjguMjQuMzYuMzYgMCAwIDEtLjAxLS40OWw3LjQ0LTcuNDRhLjM1LjM1IDAgMCAxIC40OSAwIDUuNiA1LjYgMCAwIDEtLjI0IDcuNjlabTEuNTUtMTEuOS03LjQ0IDcuNDVhLjM1LjM1IDAgMCAxLS41IDAgNS42MSA1LjYxIDAgMCAxIDcuOS03Ljk2bC4wMy4wM2MuMTMuMTMuMTQuMzUuMDEuNDlaIiBmaWxsPSJjdXJyZW50Q29sb3IiLz4KPC9zdmc+






