Ucp services vertical
AI agent skills for onboarding merchants to UCP (Universal Commerce Protocol). Audit → Profile → Catalog → Checkout → Validate.
npx -y skills add ViryaZheng/ucp-onboard --skill ucp-services-verticalAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Designs draft UCP vendor-namespace extensions for service commerce, including service capability profiles, scope, pricing, deliverables, acceptance, and settlement lifecycle. Use when the user wants to model non-product services such as consulting, design, AI-agent labor, or SaaS on-demand transactions.
SKILL.md
1.3 KB, as published. Nobody here has run it
UCP Services Vertical
Use this skill to keep services work separate from shopping onboarding.
Output
Create a draft package under store/clients/{client_name}/services-vertical/:
service-profile.jsonservice-catalog.jsonlifecycle.mdvendor-namespace.md
Workflow
- Define the vendor namespace, such as
com.example.services. - Model service offerings with scope, deliverables, pricing, and acceptance.
- Define lifecycle states:
booked,in_progress,delivered,verified,settled,canceled. - Keep payment authorization separate from service acceptance.
- Document what would need to graduate from vendor namespace to core UCP.
Read references/services-model.md for the draft object model.
Hard Rules
- Do not mix service capabilities into
dev.ucp.shopping.*. - Do not promise official UCP support for services.
- Keep this as vendor-namespace design until the standard accepts a services vertical.