integration-shopify

Connect a Shopify store to a self-hosted Hermes agent over SSH.

13|1|Updated Jun 1, 2026
One-click install
npx skills add https://github.com/paarths-collab/hstack --skill integration-shopify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integration-shopify
Source: https://github.com/paarths-collab/hstack/tree/main/skills/integration-shopify
Command: npx skills add https://github.com/paarths-collab/hstack --skill integration-shopify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual work of connecting a Shopify store to a self-hosted Hermes agent, so the agent can reach Shopify safely over SSH with idempotent setup, validation, and rollback.

Core Features & Use Cases

  • Storefront and Admin paths: Supports the unauthenticated Storefront MCP for catalog and cart flows, or the Admin API path for full store management with a shpat token.
  • Safe remote wiring: Validates the myshopify.com domain, verifies Hermes availability on the VPS, writes environment values securely, and reloads the gateway correctly.
  • Operational reliability: Includes dry-run preview, smoke tests, idempotency checks, and rollback steps for common deployment and integration failures.

Quick Start

Use the integration-shopify skill to connect my Shopify store to a self-hosted Hermes agent over SSH, choose the appropriate Shopify path, and complete the wiring safely.

Frequently Asked Questions about integration-shopify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect a Shopify store to a remote agent over SSH?

You can connect a Shopify store to a remote agent over SSH by validating the myshopify.com domain, writing environment values securely, and reloading the gateway to enable safe storefront and admin access.

What is the difference between Shopify Storefront MCP and Admin API integration for Hermes?

Shopify Storefront MCP handles unauthenticated catalog and cart flows, while the Admin API path uses an shpat token to enable full store management operations within your Hermes agent workflows.

How do I safely configure Shopify API tokens on a VPS for agent workflows?

To safely configure Shopify API tokens on a VPS, verify Hermes availability, write the environment values securely over SSH, and perform a gateway reload to apply the token configuration.

Can I test my Shopify integration before committing changes to the gateway?

Yes, you can run a dry-run preview to check configurations before applying them, followed by smoke tests and idempotency checks to ensure the Shopify integration is safe and fully operational.

Does the Shopify integration setup support rollback for failed deployments?

Yes, the setup includes rollback steps for common deployment and integration failures, ensuring that failed Shopify wiring attempts can be safely reversed without breaking existing agent operations.

Do I need a specific Shopify token for full store management with a self-hosted agent?

Yes, full store management requires an shpat token configured through the Admin API path, whereas the unauthenticated Storefront MCP only supports basic catalog and cart flows.