Skip to content

Instantly share code, notes, and snippets.

View shashankkr9's full-sized avatar
πŸ˜€
indiehacking

Shashank Kumar shashankkr9

πŸ˜€
indiehacking
View GitHub Profile
@shashankkr9
shashankkr9 / shopify-support-agent-setup.md
Created March 27, 2026 01:29
OpenClaw Shopify Support Agent β€” Complete Setup Guide (polling-based, battle-tested)

OpenClaw Shopify Support Agent β€” Complete Setup Guide

What this is: A complete, production-ready blueprint for setting up an AI support agent on OpenClaw that handles Intercom support for Shopify apps. Based on a battle-tested setup running in production since early 2026.

How to use it: Give this file to your OpenClaw agent instance. It will walk you through a guided setup, ask the right questions about your specific app, and auto-configure itself. No webhooks needed β€” this uses a polling architecture that's simpler, more reliable, and doesn't require exposing endpoints.


Table of Contents

@shashankkr9
shashankkr9 / shopify_plans.txt
Created January 8, 2021 16:53
Shopify Plans
basic
frozen
cancelled
professional
affiliate
trial
dormant
shopify_plus
unlimited
paused
@shashankkr9
shashankkr9 / PostTags
Created December 24, 2015 14:44
Post tags
Relationships
Addiction / Recovery
Bullying
College
Depression
Everyday Life
Family Issues
Grief
Health / Wellness
LGBTQ+
@shashankkr9
shashankkr9 / parsepush.py
Created January 14, 2015 20:24
Sending json parse push notification from webapp2 google app engine
import httplib
class PushParse(webapp2.RequestHandler):
def get(self):
connection = httplib.HTTPSConnection('api.parse.com', 443)
connection.connect()
connection.request('POST', '/1/push', json.dumps({
"channels": [
"News"
],
"data" : {