Commit Graph

5 Commits

Author SHA1 Message Date
Gasser Aly c3da245fb8 Add shopify-flow skill
Adds skills/shopify-flow as a peer to shopify-admin / shopify-use-shopify-cli.
The skill drives Shopify Flow tools through the Shopify CLI (`shopify flow tool call`)
via a thin scripts/call_tool.mjs wrapper, keeping backend routing (Flow vs SK)
hidden from agents. Op catalog under ops/, reference docs under skills/.

Also surfaces Flow tooling in the four plugin/marketplace manifests
(.claude-plugin, .codex-plugin, .cursor-plugin, plugin.json), package.json,
and README so the new skill is discoverable across all install surfaces.
Adds flow/workflows/automation keywords and a Flow example prompt for Codex.

Drops the --endpoint flag from skills/shopify-flow/scripts/call_tool.mjs.
The wrapper is the agent-facing surface; letting an LLM redirect tool calls
to arbitrary URLs is a prompt-injection / token-exfil risk. The override
remains available at the CLI layer (shopify flow tool call --endpoint) and
via SHOPIFY_FLOW_TOOL_CALL_ENDPOINT for human dev work.
2026-05-11 13:52:01 -04:00
github-actions[bot] c5c18d86ce Mirror from ai-toolkit-source to Shopify-AI-Toolkit
Synced from https://github.com/Shopify/ai-toolkit-source/commit/db59328f71e1a41d4699c24e2adf39bde22fea58
2026-05-01 15:35:52 -04:00
github-actions[bot] 79859d599c Mirror shopify-plugin from ai-toolkit-source to Shopify-AI-Toolkit
Synced from https://github.com/Shopify/ai-toolkit-source/commit/261c5bcffeff60caf9af59bf0236ec872fc59531
2026-04-20 18:33:06 +00:00
Durga a271038672 Restructure repo as single plugin at root
Moved plugin files from plugins/shopify-plugin/ to repo root to support
plugin systems that require root-level configuration. Updated all
shopify-plugins references to Shopify-AI-Toolkit.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 10:05:55 -04:00
Durga d254ff562b Add Codex plugin support, update URLs to Shopify org, restore Copilot section
- Add plugins/shopify-plugin/.codex-plugin/plugin.json
- Add .agents/plugins/marketplace.json for Codex marketplace
- Update all repo URLs from shopify-playground to Shopify org
- Fix Claude Code install command to shopify-plugin@shopify-ai-toolkit
- Restore GitHub Copilot/VS Code installation section in README
- Add Codex installation section to README

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-01 15:08:13 -04:00