Closient publishes a set of Agent Skills — short, focused capability descriptions that an AI agent can fetch to learn how to drive a specific Closient workflow. Each skill is a markdown document covering when to use it, which endpoint backs it, the inputs it requires, what the response looks like, and which related skills round out the workflow. Skills are discoverable atDocumentation Index
Fetch the complete documentation index at: https://docs.closient.com/llms.txt
Use this file to discover all available pages before exploring further.
/.well-known/agent-skills/ per the
Agent Skills v0.2.0 specification. The
index document
lists every skill with its content hash so agents can cache safely.
The pages below render the same source content in a human-friendly form.
They are the canonical reference for what Closient can be asked to do —
useful for product managers scoping integrations, developers picking an
endpoint, and brand owners deciding what to expose.
Consumer skills
Skills aimed at the everyday consumer-facing flow: find a product, see if it is nearby, see whether it has been recalled, suggest an alternative if it has.Local Product Search
Find products available at nearby physical retail stores, ranked by
proximity and inventory confidence.
Hyperlocal Nearby
Surface the closest stores carrying a known product within a tight
walking-or-cycling radius.
Check Product Availability
Confirm whether a specific GTIN is in stock at nearby stores right now.
Check Recalls
Look up active recalls and safety notices for a product, optionally
narrowed to a batch/lot.
Find Alternative
Recommend an alternative product when the requested one is unavailable,
unsuitable, or recalled.
Compare Products
Compare two or more products on certifications, allergens, substances,
claims, and price.
Plan Shopping Trip
Plan a single shopping trip that collects everything on a list from the
fewest nearby stores.
Dietary Filter Search
Search with allergen, certification, and dietary-restriction constraints
enforced at the result level.
Identifier skills
Skills that resolve, decode, or look up structured identifiers — GS1 GTINs, serials, batch/lot codes — back to product information.Resolve GTIN
Resolve a GS1 Digital Link URL or bare GTIN to structured product detail,
with optional AI 10 / AI 21 qualifiers.
Brand-owner skills
Skills scoped to a brand-owner persona — these power the dashboards a brand sees when they ask “what are agents doing with my products?”Brand Scan Summary
Summarize scan activity for a brand’s products: where, when, how often,
which lots.
Brand Search Demand
Show where demand for a brand’s products is coming from — queries, regions,
competitive comparisons.
Brand Retail Footprint
Where a brand’s products are actually being carried in physical retail,
not just where they list distribution.
How to consume these as an agent
/.well-known/agent-skills/{slug}.md and treat the markdown as your
instructions for that capability.
Agents that prefer a richer discovery surface should also pull the
Agent Card and the
MCP descriptor — both link to the same skills index.