@optima-chat/shopify-cli
v0.1.5
Published
Shopify store management CLI for Optima Commerce
Downloads
332
Maintainers
Readme
Optima Shopify CLI
Shopify store integration for Optima Commerce — connect Shopify stores, sync products/orders/inventory/customers, manage collections, discounts, draft orders, refunds, webhooks, markets, and analytics.
Installation
npm install -g @optima-chat/shopify-cliAfter install, shopify --help lists all subcommands. Claude Code users get the shopify skill auto-loaded (the package ships .claude/skills/shopify/SKILL.md for local-load).
技能市场发布 (Skill marketplace publishing)
本仓库将 shopify 技能(shopify-cli/.claude/skills/shopify/)发布到 Optima
技能市场,通过两条解耦的发布流程:
- CLI 发布(已有):
git tag cli-v* && git push --tags→publish-cli.yml→ npm publish - Skill 发布(新增):
git tag release-v* && git push --tags→skill-publish.yml→ 市场发布
技能版本记录在 shopify-cli/.claude/skills/shopify/SKILL.md 的 version:
frontmatter 中。release-v* 标签的数字后缀是 release 序号
(不严格保证连续递增;rollback 后可能跳号),不是 skill 版本号。
Stage 发布(手动):GitHub Actions → Publish skills → 选择 environment: stage。
设计文档:../docs/specs/2026-05-06-c3-shopify-design.md。
License
MIT
