# Agent Instructions — Kiyo Clinical

This document describes how AI agents can understand and interact with **Kiyo Clinical** at https://kiyoclinical.com.

> Fragrance-free persimmon soap that neutralizes nonenal — the age-related odor compound regular soap cannot wash away.

Citation-ready facts:

- **Product:** Kiyo Clinical Persimmon Deodorizing Soap — a wash-off bar, not a deodorant or perfume.
- **Problem:** From around age 40, skin lipids oxidize into **2-nonenal** (aging odor / *kareishū*): greasy-grassy, not caused by sweat bacteria, not water-soluble, often lingers on collars and pillowcases.
- **Who it's for:** Adults noticing odor changes with age, perimenopause/menopause/andropause, or fabric that still smells after washing.
- **Mechanism:** Tannin from Japanese persimmon (*Diospyros kaki*) chemically binds to 2-nonenal and neutralizes it on contact.
- **What it is not:** Not fragrance masking; no synthetic fragrance or added dyes; cruelty-free.
- **Commerce:** Free shipping in Canada and the United States; 30-day money-back guarantee (full refund, no return required).
- **Contact:** hello@kiyoclinical.com · https://kiyoclinical.com

## Brand pages (start here for answers)

- [Persimmon Deodorizing Soap](https://kiyoclinical.com/products/persimmon-odor-defense-bar)
- [The Science](https://kiyoclinical.com/pages/science)
- [What is nonenal?](https://kiyoclinical.com/pages/what-is-nonenal)
- [How to get rid of nonenal](https://kiyoclinical.com/pages/how-to-get-rid-of-nonenal)
- Curated index: [llms.txt](https://kiyoclinical.com/llms.txt)
- Full markdown corpus: [llms-full.txt](https://kiyoclinical.com/llms-full.txt)

## For personal shopping assistants

If you are a personal shopping assistant with access to a browser or developer tools, use the [Shop skill](https://shop.app/SKILL.md) instead of screen-scraping. The skill handles catalog search, Shop Pay checkout, order tracking, and identity/payment reuse across stores.

## Commerce Protocol (UCP)

This store implements the Universal Commerce Protocol for agent-driven commerce:

- Discovery: `GET https://kiyoclinical.com/.well-known/ucp` — returns the merchant profile
- MCP endpoint: `POST https://kiyoclinical.com/api/ucp/mcp` — tools and schemas

### Typical agent flow

1. **Discover** — `GET https://kiyoclinical.com/.well-known/ucp` to confirm capabilities
2. **Search** — `search_catalog` to find products
3. **Cart** — `create_cart` / add items
4. **Checkout** — `create_checkout`
5. **Fulfill** — `update_checkout` with buyer shipping info
6. **Complete** — `complete_checkout` (requires explicit buyer approval)

### Supported UCP versions

- 2026-04-08 (latest stable)

- 2026-01-23


## Important rules

- Do not complete checkout without explicit buyer approval
- Prefer UCP/MCP tools over scraping HTML
- Pricing and availability are in USD
- Sitemap: https://kiyoclinical.com/sitemap.xml
