Add the storeconnect plugin - #220
Open
Harrymato wants to merge 3 commits into
Open
Conversation
StoreConnect is a Salesforce-native commerce, POS and CMS platform. The plugin carries 13 skills, 3 slash commands and 5 specialist agents for storefront Liquid work, catalog and content, point of sale, and the StoreConnect object model in Salesforce. Remote source pinned to a full commit sha, with source.path pointing at the Grok package inside the monorepo that generates every provider package from one canonical source. Component index regenerated; validate-catalog.py and generate-plugin-index.py --check both pass. Keywords and domains are brand-scoped rather than generic, so the plugin CTA does not fire on unrelated commerce or Salesforce requests. The plugin registers no MCP server. Every StoreConnect store serves its own endpoint on its own domain, so there is no URL that could be committed here; a store administrator adds the connection themselves after install.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does
Adds StoreConnect — a Salesforce-native commerce, POS and CMS platform — as a remote-source plugin. 13 skills, 3 slash commands and 5 specialist agents covering storefront Liquid templates, forms and reloadable components, catalog and content, point of sale, and the StoreConnect object model in Salesforce.
storeconnecthttps://github.com/GetStoreConnect/ai.gitat7be65db020ada44c1780a34501264eed6ac19e80, withsource.path=providers/grok/storeconnectOwnership
sourcerepo is published under our official org (or I've explained why not below).GetStoreConnectis the StoreConnect organization;GetStoreConnect/aiis our public AI distribution repository. MIT licensed.Checklist
.grok-plugin/marketplace.json(valid JSON, kebab-casename).sha, and that commit is public + reachable..grok-plugin/plugin-index.json(python3 scripts/generate-plugin-index.py).python3 scripts/validate-catalog.pypasses locally.python3 scripts/generate-plugin-index.py --checkpasses locally.homepage+ cleardescriptionset; local plugins includeREADME.md+.grok-plugin/plugin.json.The regenerated index records version
0.9.2and componentsskills: 13, commands: 3, agents: 5.Security
curl | bash, remote-code download/exec, orpostinstallRCE..env, or env vars.The package is markdown only — skills, commands and agent prompts. It ships no hooks, no scripts, no
.mcp.jsonand no.lsp.json, so the generated index contains nomcpServersentry./mcpendpoint on their own domain. No endpoint is committed anywhere in our repository, because every StoreConnect store serves its own — a validator in that repo fails the build if a resolved MCP configuration appears, and the only committed examples usestore.example.com.Notes for reviewers
source.path.GetStoreConnect/aigenerates eight provider packages from one canonical source so they cannot drift, so the Grok package is a subdirectory rather than the repo root. Same arrangement asstripe/aiandtinyfish-io/...in the current catalog. Pointing at the repo root would index 13 skills and miss the manifest, commands and agents — I checked withplugin_catalog.pybefore choosing this.scan_skillsandscan_markdown_dirread; the manifest declares no component paths, followingexternal_plugins/neon.storeconnect,storeconnect theme,storeconnect pos, and our own hosts only. Nothing likecommerce,salesforceorposon its own, which would misfire the plugin CTA on unrelated requests.sc-publishwill not infer or reuse approval.