io.github.wmarceau/amazon-seller
Amazon seller tools: FBA fees, inventory optimization, restock recommendations.
Ask AI about io.github.wmarceau/amazon-seller
Powered by Claude Β· Grounded in docs
I know everything about io.github.wmarceau/amazon-seller. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
AI Assistants Hub - Development Sandbox
Central development workspace for AI-powered automation assistants using the 3-Layer Architecture (Directive β Orchestration β Execution).
Quick Navigation
See PROJECT_INDEX.md for detailed file paths and switching between projects.
Active Projects
| Project | Status | Directory | Production URL |
|---|---|---|---|
| Fitness Influencer | Live | projects/fitness-influencer/ | Railway |
| Interview Prep | Live | interview-prep-pptx/ | Railway |
| Amazon Seller | Dev | projects/amazon-seller/ | - |
| Naples Weather | Dev | projects/naples-weather/ | - |
Repository Structure
dev-sandbox/
βββ projects/ # Individual AI assistant projects
β βββ fitness-influencer/ # Fitness content automation
β β βββ src/ # Python scripts
β β βββ frontend/ # Web interface
β β βββ README.md
β βββ interview-prep/ # β symlink to interview-prep-pptx/
β βββ amazon-seller/ # Amazon SP-API automation
β β βββ src/
β βββ naples-weather/ # Weather report generator
β βββ shared/ # Shared utilities across projects
β βββ ai/ # AI services (Grok)
β βββ google/ # Google APIs (Gmail, Sheets)
β βββ analytics/ # Business analytics
β βββ communication/ # SMS, email
β
βββ interview-prep-pptx/ # Railway-linked Interview Prep project
β βββ src/
β βββ frontend/
β βββ Procfile
β βββ railway.json
β
βββ execution/ # All execution scripts (skill access)
βββ directives/ # SOPs in Markdown format
βββ .claude/skills/ # Skill configurations
β
βββ PROJECT_INDEX.md # Quick navigation guide
βββ index.html # Main website homepage
βββ setup_form.html # Fitness Influencer setup form
βββ deploy_to_skills.py # Deployment pipeline
Working on Projects
Switch to a Project
cd projects/fitness-influencer # Fitness Influencer
cd interview-prep-pptx # Interview Prep
cd projects/amazon-seller # Amazon Seller
Key Locations by Project
| Project | Scripts | Frontend | Skill | Directive |
|---|---|---|---|---|
| Fitness | projects/fitness-influencer/src/ | projects/fitness-influencer/frontend/ | .claude/skills/fitness-influencer-operations/ | directives/fitness_influencer_operations.md |
| Interview | interview-prep-pptx/src/ | interview-prep-pptx/frontend/ | .claude/skills/interview-prep/ | directives/interview_prep.md |
| Amazon | projects/amazon-seller/src/ | TODO | .claude/skills/amazon-seller-operations/ | directives/amazon_seller_operations.md |
Shared Utilities
Common services used across projects (located in projects/shared/):
| Utility | Path | Used By |
|---|---|---|
| Grok AI Images | shared/ai/grok_image_gen.py | Fitness, Interview |
| Gmail Monitor | shared/google/gmail_monitor.py | Fitness, Amazon |
| Revenue Analytics | shared/analytics/revenue_analytics.py | Fitness, Amazon |
| Twilio SMS | shared/communication/twilio_sms.py | Fitness, Amazon |
Deployment
Deploy to Railway
cd interview-prep-pptx
railway up
railway domain
Deploy to Skills
python deploy_to_skills.py --project fitness-influencer-operations
Environment Variables
All projects share the root .env file:
# AI Services (All projects)
ANTHROPIC_API_KEY=xxx
XAI_API_KEY=xxx
# Google APIs (Fitness, Amazon)
GOOGLE_CREDENTIALS_PATH=credentials.json
# Amazon SP-API (Amazon only)
AMAZON_SELLER_ID=xxx
AMAZON_CLIENT_ID=xxx
AMAZON_CLIENT_SECRET=xxx
# Video Services (Fitness only)
SHOTSTACK_API_KEY=xxx
CREATOMATE_API_KEY=xxx
# Communication (Fitness, Amazon)
TWILIO_ACCOUNT_SID=xxx
TWILIO_AUTH_TOKEN=xxx
3-Layer Architecture
- Directives (
directives/) - SOPs defining what to do - Orchestration - Claude reads directives, makes decisions
- Execution (
execution/) - Deterministic Python scripts
Development Workflow
- Edit in project folder -
projects/{project}/src/orinterview-prep-pptx/src/ - Copy to execution - For skill access:
cp {project}/src/*.py execution/ - Update skill -
.claude/skills/{skill-name}/SKILL.md - Deploy - Railway or
deploy_to_skills.py
Jumping Between Projects
When switching projects mid-session, just say:
- "Let's work on Amazon seller" β Files in
projects/amazon-seller/ - "Switch to fitness influencer" β Files in
projects/fitness-influencer/ - "Back to interview prep" β Files in
interview-prep-pptx/
Features can be shared between projects using projects/shared/.
Session History
π View All Sessions
