Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
instacart - Skill - OpenSmartRoute
Skillv1.0.0
instacart
Use when asked to order groceries, add items to cart, or shop on Instacart
Imported from wherewereu/milo-enterprise (skills/instacart/SKILL.md). Install upstream with npx skills add wherewereu/milo-enterprise --skill instacart. Copyright stays with the author.
Instacart Shopping Instructions
Always use browser profile "openclaw"
Navigate to instacart.com/store/kroger/storefront
Search for each item one at a time
Confirm each item is added to cart before moving to the next
To add 2 of the same item, add it once then click the + button in the cart to increase quantity
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
wherewereu-milo-enterprise-instacart.ocm.jsonjson
{
"ocm": "1",
"id": "wherewereu-milo-enterprise-instacart",
"kind": "skill",
"name": "instacart",
"description": "Use when asked to order groceries, add items to cart, or shop on Instacart",
"publisher": "wherewereu",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use when asked to order groceries, add items to cart, or shop on Instacart"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/wherewereu/milo-enterprise",
"path": "skills/instacart/SKILL.md",
"ref": "fa1dd040d5387183fad4957c7835253a97f76750",
"url": "https://github.com/wherewereu/milo-enterprise/blob/fa1dd040d5387183fad4957c7835253a97f76750/skills/instacart/SKILL.md",
"key": "wherewereu/milo-enterprise/skills/instacart/SKILL.md"
}
},
"instructions": "# Instacart Shopping Instructions\n- Always use browser profile \"openclaw\"\n- Navigate to instacart.com/store/kroger/storefront\n- Search for each item one at a time\n- Confirm each item is added to cart before moving to the next\n- To add 2 of the same item, add it once then click the + button in the cart to increase quantity\n- Preferred products: SToK Bold & Smooth Cold Brew Coffee (not Extra Bold)",
"cost": {
"context_tokens": 99
}
}
Fetch it by URL: GET /api/v1/registry/wherewereu-milo-enterprise-instacart/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.