CE
ce
repo →EcommerceSkills
CE (EcommerceSkills) is an open-source router that interprets an ecommerce task in natural language and dispatches it to the correct skill module — catalog edits, pricing changes, inventory lookups, order actions. Aimed at developers and technical operators building agent-based commerce workflows, it acts as the dispatch layer between an LLM and a library of task-specific handlers, avoiding the brittleness of monolithic prompts or hardcoded tool-calling trees.
> what it does
- Routes natural-language commerce tasks to the correct skill handler automatically
- Ships as open-source GitHub repo under Commerce Engine project
- Plugs into agent stacks without hardcoded tool-selection logic
- Separates task interpretation from execution for cleaner developer workflows
- Extensible skill registry lets teams add custom commerce actions
> also under
> alternatives to ce
by surface + editorial- BABigCommerce APIMCP server letting AI assistants manage BigCommerce products, customers, and orders via REST APImcpeditorial pick
- CCCommerce Cloud MCP ServerConnects AI applications with Salesforce Commerce Cloud using the Model Context Protocol (MCP).mcpeditorial pick
- STstripesdks and mcp server for integrating stripe payments into ai agents and llm workflowsmcpeditorial pick