Claude-skill-registry Dutchie Ecommerce
Manage retail menus and orders via Dutchie Plus API.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/dutchie-ecommerce" ~/.claude/skills/majiayu000-claude-skill-registry-dutchie-ecommerce && rm -rf "$T"
manifest:
skills/data/dutchie-ecommerce/SKILL.mdsource content
Dutchie Skill
Capabilities
- Menu Management: List products, check stock levels (
).dutchie.list_menu - Order Management: Retrieve recent orders and check status (
).dutchie.list_orders
Usage
- Use this skill when the user asks about "retail sales", "online menu", or "recent pickup orders".
- If the user asks for "sales data", combine this with
to aggregate totals.dutchie.list_orders
Constraints
- Read-only for now (no order creation).
- Requires the user to have connected their Dutchie account in Settings.