{"name":"Shopinj Agent","description":"A2A/ACP-compliant agent for Shopify stores","url":"https://agent.laclawclaw.com/agent/message","version":"0.1.6","protocolVersion":"1.0","capabilities":{"streaming":false},"defaultInputModes":["application/json"],"defaultOutputModes":["application/json"],"skills":[{"id":"product_search","name":"Product Search","description":"Search for products in the store by a keyword or query string.","tags":["commerce","acp","shopify"],"examples":["Search for \"claw machine\"","Find \"red t-shirt\""]},{"id":"product_get","name":"Product Get","description":"Retrieve detailed information about a specific product using its handle.","tags":["commerce","acp","shopify"],"examples":["Get product with handle \"mini-claw-machine\""]},{"id":"cart_create","name":"Cart Create","description":"Create a new shopping cart and add an initial product variant to it.","tags":["commerce","acp","shopify"],"examples":["Create a cart with variant 123456 quantity 1"]},{"id":"cart_add","name":"Cart Add","description":"Add a product variant to an existing shopping cart.","tags":["commerce","acp","shopify"],"examples":["Add variant 789 quantity 2 to cart abc123"]},{"id":"cart_get","name":"Cart Get","description":"Retrieve the current items and checkout URLs for an existing shopping cart.","tags":["commerce","acp","shopify"],"examples":["Get cart contents for cart \"abc123\""]},{"id":"checkout_create","name":"Checkout Create","description":"Create an agent-gated checkout link for the Founders Edition. Returns a Stripe payment URL the agent hands to its human for one-click payment.","tags":["commerce","acp","stripe","agent-gated"],"examples":["Create a checkout for Glytch: Nemo Founders Edition"]}]}