Skills that teach your AI agent to build on Unipaas: the integration map, the two-step /authorize
flow, and the Web SDK path.
Once installed, ask your agent things like:
- "Add Unipaas checkout to my Next.js app"
- "Wire up the Unipaas Web SDK secure fields"
- "Set up the two-step Unipaas /authorize flow"
| Skill | What it does |
|---|---|
unipaas |
Build Unipaas integrations: authorization, the Web SDK, and accepting payments. |
claude plugin marketplace add UNIPaaS/agent-skills
claude plugin install unipaas@unipaas
If you want your agent to also open the merchant account itself — sandbox + production, the same
session — add the paas.build MCP server
(official registry: io.github.UNIPaaS/paas-build-mcp):
claude mcp add paas-build -- npx -y @paasbuild/mcp
Then: "take my business live."
codex plugin marketplace add UNIPaaS/agent-skills
Then enable the unipaas plugin inside Codex.
gemini extensions install https://github.com/UNIPaaS/agent-skills
The skills CLI installs the same skill into Cursor, GitHub
Copilot, and 20+ other agents:
npx skills add docs.unipaas.com
Working in claude.ai or ChatGPT? Take the skill by hand from the agent setup page: download the skill bundle, or paste the full docs corpus into any assistant.
A skill is a folder of instructions your agent discovers and loads when it is relevant. The unipaas
skill stays in lockstep with the Unipaas developer docs, so your agent builds integrations the way the
docs describe them. See the agent setup page for every install path.