Shopify Automation banner
IncomeStreamSurfer IncomeStreamSurfer

Shopify Automation

Development community

Description

This toolkit uses the Shopify API and GraphQL in order to automate certain parts of the Shopify SEO process - for example, tagging products and creating collections

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Product Manager with Claude 3.7 and Shopify Integration

A Flask-based product management application with automatic tagging using Claude 3.7 and Shopify integration. Supports multiple stores with isolated data.

🚀 SEO Solutions for Your Business

Features

  • Product management (add, edit, delete)
  • Automatic product tagging with Claude 3.7
  • Tag management
  • Collection creation from tags
  • Shopify integration (import/export products and collections)
  • Multi-store support with isolated data
  • Environment variable management
  • Responsive UI with Bootstrap 5

Requirements

  • Python 3.8+
  • Flask
  • SQLAlchemy
  • Anthropic API key (for Claude 3.7 integration)

Installation

  1. Clone the repository or download the source code.

  2. Install the required dependencies:

cd product_manager
pip install -r requirements.txt
  1. Run the application:
python app.py
  1. Open your browser and navigate to http://localhost:5000

Configuration

The application uses environment variables for configuration. These can be managed through the UI:

  • ANTHROPIC_API_KEY: Your Anthropic API key for Claude 3.7 integration
  • SECRET_KEY: Secret key for Flask session security
  • DATABASE_URI: Database connection string (default: SQLite)

Usage

Stores

  • Create and manage multiple stores
  • Each store has its own products, tags, and collections
  • Switch between stores using the store selector
  • Data is isolated between stores

Products

  • Add products with title, description, price, and image URL
  • Products are automatically tagged using Claude 3.7 if an API key is provided
  • Manage tags for each product
  • View all products in a table
  • Products are associated with the current store

Tags

  • View all tags with product c