Gog
一个面向 Dev Tools 场景的 Agent 技能。原始说明:Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
name: etsy-digital-sales
version: 1.0.12
description: |
Build and manage a fully automated Etsy digital product store using Python + browser
automation. Lists AI-generated digital products (Notion templates, spreadsheets, prompt packs,
checklists), auto-renews listings, and collects reviews. Works via Etsy API (oauth) and
Selenium browser automation for full workflow.
compatibility: Python 3, selenium, requests. Etsy API requires oauth. Browser automation needs ChromeDriver.
metadata:
author: ssyopros.zo.computer
category: passive- tags: etsy, digital-products, automation, printables, templates, passive----
Build and automate an Etsy digital product store.
scripts/etsy_store_manager.py#!/usr/bin/env python3
"""Etsy Store Manager — automates the full Etsy digital product lifecycle."""
def create_listing(product):
"""Create a new Etsy listing."""
pass # Uses Etsy API oauth
def auto_renew():
"""Renew listings about to expire."""
pass
def get_earnings():
"""Pull today's earnings via Etsy API."""
pass
| Product Type | Example | Price |
|---|---|---|
| Notion Template | "Ultimate Business Planner 2026" | $12 |
| Spreadsheet | "10-Year Investment Tracker" | $8 |
| PDF Checklist | "StartupFounder Pre-Launch Kit" | $5 |
| AI Prompt Pack | "Cold Email Templates for SaaS" | $15 |
| Canva Template | "LinkedIn Carousel Builder" | $10 |
ETSY_API_KEY in Settings > AdvancedETSY_OAUTH_TOKEN + ETSY_OAUTH_SECRETetsy-digital-sales/ with:
scripts/etsy_store_manager.pyscripts/product_generator.pyscripts/renew_listings.pyconfig/products.json — product catalogSKILL.md — this file