manage-ecommerce

manage-ecommerce is a skill for Claude Code from voicelogica/voice-logica-plugin. It costs 58 tokens per session (978 once invoked), scanned A, original, MIT.

E-commerce connection guidance for linking Voice Logica voice agents with online shops such as WooCommerce, Shopify, Magento, or a custom shop API.

In plain words
What is it for?
Use it to configure product lookups, stock checks, and order data for a voice agent, including shop URLs, sync intervals, identifiers, and permissions.
Why use it?
It explains the separate steps needed to connect a shop, allow an agent to use it, and verify that live product or order data is returned.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the voice-logica plugin — 17 skills, 1 MCP server shipped together

Good fit Use it to configure product lookups, stock checks, and order data for a voice agent, including shop URLs, sync intervals, identifiers, and permissions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/voicelogica/voice-logica-plugin/manage-ecommerce
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add voicelogica/voice-logica-plugin --skill manage-ecommerce
Clone the repo
git clone --depth 1 https://github.com/voicelogica/voice-logica-plugin

Made for: Claude Code.

Or install voice-logica, the plugin that ships this one along with the rest of its 17 skills, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for manage-ecommerce

README.md
[![agentmods](https://agentmods.dev/badge/skills/voicelogica/voice-logica-plugin/manage-ecommerce/github.svg)](https://agentmods.dev/skills/voicelogica/voice-logica-plugin/manage-ecommerce)
Your own site
<a href="https://agentmods.dev/skills/voicelogica/voice-logica-plugin/manage-ecommerce"><img src="https://agentmods.dev/badge/skills/voicelogica/voice-logica-plugin/manage-ecommerce/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for manage-ecommerce

Your own site · 80×15
<a href="https://agentmods.dev/skills/voicelogica/voice-logica-plugin/manage-ecommerce"><img src="https://agentmods.dev/badge/skills/voicelogica/voice-logica-plugin/manage-ecommerce.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 978 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00058 $0.00978
Opus 5 $0.00029 $0.00489
Sonnet 5 $0.00012 $0.00196
Haiku 4.5 $0.00006 $0.00098

Measured 11d ago against content hash 00407df41ca2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

manage-ecommerce scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/manage-ecommerce/SKILL.md · 72 lines

How it starts

The opening of the file, as written. The whole thing — 72 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Manage Voice Logica e-commerce

Supported shops: WooCommerce, Shopify, OpenCart, Magento, PrestaShop, Megasoft, custom shop API.

3-layer rule

  1. Connect the shop integration on the company (API key / OAuth / custom URL).
  2. Enable the shop tool on the agent (list_agent_tools / update_agent_tool). Read the live name — often eshop_integration, or a shop-specific name such as woocommerce / shopify / opencart / magento / megasoft / custom_api. PrestaShop has no default voice-agent tool; use workflows / MCP and do not promise a voice tool unless list_agent_tools shows one.
  3. Test with a Call ID. Confirm the tool ran and the agent used the result.

Never paste live shop API tokens into chat. Guide the user to paste them into the Voice Logica form.

eshop_integration fields

When this tool is present, configure:

  • url — shop / catalog endpoint the tool should call
  • interval — how often the catalog syncs
  • aiEnabled — whether the agent may call the shop tool live
  • keyOfId — which product identifier the agent should ask for and send

keyOfId values:

  • mpn — manufacturer part number
  • ean — barcode / EAN
  • skroutzId — Skroutz product id
  • groupCode — shop group / family code
  • none — no single id; the agent searches by name or other fields

Pick keyOfId from how callers actually identify products. A parts desk usually wants mpn or ean. A consumer shop often wants none or ean.

Per-shop setup (company connection)

WooCommerce. Store URL (http vs https matters), name, REST consumer key/secret. Enable order items, shipping carrier, estimated delivery, customer phone/email. Phone lookup often fails on landline vs mobile — enable phone normalization; fall back to order ID. Missing shipping in the reply is usually the carrier field not enabled, or Woo has no shipping method.

Shopify. Two methods:

  • New / OAuth: shop URL + authenticate. Simpler. Basic order lookup. May lack "Update draft order".
  • Legacy: Admin API token from Shopify → Apps → Develop apps → Voice Logica → Configuration. Token displays once. If lost, regenerate (old token dies) and paste immediately into Voice Logica. Needed for full features including Update draft order.

Read the full file on GitHub · 72 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 72 lines · 58 tokens per session scan A 00407df41ca2

Subscribe to this mod's changes

manage-ecommerce is a skill published in the GitHub repository voicelogica/voice-logica-plugin (0 stars, last pushed 19d ago), licensed MIT. It adds 58 tokens to every session and 978 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

sumup

Implement SumUp checkout flows end-to-end. Use when writing or reviewing SumUp Checkouts API calls, Card Widget mounts, Hosted Checkout setup, recurring tokenization, Terminal SDK / Cloud API reader checkouts, or 3DS / webhook handling.

sumup/sumup-skills · 53 tokens

sumup-best-practices

Pick the right SumUp integration path and apply security best practices. Use when deciding between Hosted Checkout, Card Widget, Checkouts API, mobile SDKs, terminal SDKs, or Cloud API; choosing API key vs OAuth vs restricted keys; or reviewing SumUp integration security.

sumup/sumup-skills · 62 tokens

self-hosted-funnel-launch

Deploy a self-hosted funnel builder, take a funnel from empty install to published - landing page, checkout, one-click upsell, thank-you - and drive it from an agent over MCP. Covers deploying to Cloudflare Workers inside the free tier or to Docker, wiring payments, catalog and conversion tracking, and the MCP tool…

autonnel/autonnel-skills · 123 tokens

bestprice-shopping

Guide for using BestPrice Shopping MCP tools effectively.

TheBestCo/bestprice-mcp · 13 tokens

funnel-platform-picker

Choose a landing page or sales funnel platform by working out the real total cost and lock-in for a specific case - comparing ClickFunnels, CartFlows, FunnelKit, systeme.io, GoHighLevel, Shopify apps, hand-rolled pages and self-hosted open-source options. Use when asked which funnel builder or landing page builder to…

autonnel/autonnel-skills · 101 tokens

post-purchase-upsell-flow

Design and implement one-click post-purchase upsells and downsells that raise average order value without hurting the main conversion rate. Use when asked to increase AOV, add an upsell, cross-sell or downsell after checkout, build a one-click upsell flow, monetize the thank-you page, or when someone asks how to make…

autonnel/autonnel-skills · 85 tokens