ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

Haresh Cart Management

Skill by haresh-sai06

Why use this skill?

Efficiently manage your shopping cart operations with the Haresh Cart Management skill. Add, remove, and update items via n8n.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/haresh-sai06/haresh-cart-management
Or

What This Skill Does

The Haresh Cart Management skill is an essential automation component for OpenClaw users looking to streamline their e-commerce workflows. Designed to act as a bridge between your chat interface and your backend systems, this skill leverages n8n webhooks to perform real-time shopping cart manipulations. Whether you are building a custom retail AI agent or simply need to manage inventory interactions, this skill provides a robust framework for adding, removing, and updating items in a cart. It ensures that every request is validated—such as checking for positive quantities and confirming item removals—to maintain the integrity of the user's cart session.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/haresh-sai06/haresh-cart-management Ensure that your local n8n instance is running at http://localhost:5678, as the skill expects the webhooks to be reachable at that address.

Use Cases

  • E-commerce Chatbots: Enabling users to shop directly within a conversational AI interface.
  • Inventory Management: Syncing cart actions with backend database updates via n8n.
  • Shopping Assistants: Helping users track and modify items in their cart hands-free.

Example Prompts

  1. "Add product ID 502 to my cart please."
  2. "Can you please remove the item with ID 101 from my cart?"
  3. "Update the quantity of product 305 to 5 items."

Tips & Limitations

  • Safety First: The skill is hard-coded to request user confirmation before removing items, preventing accidental deletions. Always ensure the user has verified the item ID before proceeding.
  • Data Integrity: The skill enforces positive integer checks for quantities, which mitigates errors in the backend n8n workflow.
  • Connectivity: Since this skill relies on an external n8n webhook, ensure your network firewall allows communication between the agent host and your n8n local instance.
  • Validation: Always verify that the product ID extracted from the prompt exists in your database to avoid empty or invalid API calls to the n8n webhook.

Metadata

Stars2387
Views1
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-haresh-sai06-haresh-cart-management": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#shopping#ecommerce#n8n#automation
Safety Score: 4/5

Flags: network-access, external-api