integrate-unprice-sdk
Installation
SKILL.md
Integrate the Unprice SDK
Build the smallest correct Unprice integration at the boundary that owns the paid action. Preserve the host project's architecture and use the installed SDK types as the exact contract.
Route the request first. Defining or changing the project's plans, prices, features, or limits is
configuration: read configuration-workflow.md and stop at
reviewUrl. Checking access, enforcing, or recording usage at runtime: read
operation-selection.md and follow the workflow below.
Workflow
- Inspect the project before editing.
- Identify the package manager, framework, server boundary, environment validation, customer identity model, logging style, and test conventions.
- Search for existing
@unprice/api,Unprice,UNPRICE_TOKEN, customer ID mappings, feature slugs, event slugs, and idempotency helpers. - Reuse an existing Unprice client or integration owner instead of creating a parallel path.