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.
npx skills add voicelogica/voice-logica-plugin --skill manage-ecommercegit clone --depth 1 https://github.com/voicelogica/voice-logica-pluginWrote 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.
[](https://agentmods.dev/skills/voicelogica/voice-logica-plugin/manage-ecommerce)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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
- Connect the shop integration on the company (API key / OAuth / custom URL).
- Enable the shop tool on the agent (
list_agent_tools/update_agent_tool). Read the live name — ofteneshop_integration, or a shop-specific name such aswoocommerce/shopify/opencart/magento/megasoft/custom_api. PrestaShop has no default voice-agent tool; use workflows / MCP and do not promise a voice tool unlesslist_agent_toolsshows one. - 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 callinterval— how often the catalog syncsaiEnabled— whether the agent may call the shop tool livekeyOfId— which product identifier the agent should ask for and send
keyOfId values:
mpn— manufacturer part numberean— barcode / EANskroutzId— Skroutz product idgroupCode— shop group / family codenone— 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.
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.
- 11d ago First seen · 72 lines · 58 tokens per session scan A 00407df41ca2
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.
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-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.
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…
bestprice-shopping
Guide for using BestPrice Shopping MCP tools effectively.
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…
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…