Loading...
Loading...
Enables Claude to manage Shopify store operations, products, and orders
npx skill4agent add andrejones92/canifi-life-os shopifycurl -sSL https://canifi.com/skills/shopify/install.sh | bashcp -r skills/shopify ~/.canifi/skills/# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set SHOPIFY_STORE "your-store.myshopify.com"
canifi-env set SHOPIFY_EMAIL "your-email@example.com"
canifi-env set SHOPIFY_PASSWORD "your-password"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "Show me today's Shopify orders"
Claude: I'll check today's orders.
- Navigate to Shopify admin
- Go to Orders section
- Filter by today's date
- List orders with status
- Present summaryUser: "Update the inventory for the blue t-shirt to 50"
Claude: I'll update that inventory.
- Navigate to Products
- Find blue t-shirt
- Edit inventory quantity
- Set to 50 units
- Save changesUser: "Show me this week's sales on Shopify"
Claude: I'll pull sales analytics.
- Navigate to Analytics
- Select this week's range
- Gather sales data
- Present revenue and ordersUser: "Create a 20% off discount code called SAVE20"
Claude: I'll create that discount.
- Navigate to Discounts
- Click Create discount
- Set code as SAVE20
- Configure 20% off
- Save discount