← 返回 Skills 市场
Etsy Pod Automation
作者
simoncai519
· GitHub ↗
· v1.0.0
· MIT-0
93
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install etsy-pod-automation
功能描述
Use when user wants to run Etsy POD store, Printify integration, automate Etsy listings, generate POD designs, manage SEO tags, or schedule social media prom...
使用说明 (SKILL.md)
Etsy POD Automation Skill
Automates the end‑to‑end workflow for running a Print‑on‑Demand dropshipping store on Etsy via Printify.
Triggering Scenarios
- Run Etsy POD store
- Integrate Printify for product fulfillment
- Automate creation and publishing of Etsy listings
- Generate POD designs with AI
- Create SEO‑optimized titles and 13 tags for Etsy
- Schedule social media posts for new listings (Twitter/X, Instagram, Pinterest)
- Monitor store performance and optimize listings
Overview
- Trend Research – Scan Google Trends, Etsy trending searches, Instagram/TikTok for ideas.
- Design Generation – Use AI to create designs, export images.
- Printify Product Creation – Call Printify API to create product variants, set pricing.
- Etsy Listing – Upload images, set title, description, 13 tags, price, shipping.
- Social Promotion – Post product mockup with link to Etsy listing.
- Performance Monitoring – Track views, orders, SEO ranking, adjust tags/prices.
Core Workflow Summary
Trend → AI Design → Printify API → Etsy API → Social Media → Monitor → Optimize
- Pricing follows
Retail = (Cost+Shipping)/(1‑TargetMargin‑EtsyFeeRate). - SEO Tags use the 3‑8 split (3‑4 broad, 8‑9 long‑tail) for a total of 13 tags per product.
- Photos – Ensure ≥5 photos; generate lifestyle images via
image_generatewhen Printify provides \x3C2 mockups. - Automation Schedule – Recommended daily/weekly cron jobs (see
references/workflows.md).
Usage Examples
# Create a new Valentine’s mug design
openclaw skill run etsy-pod-automation create-product \
--trend "valentine heart" \
--product-type mug \
--price-margin 0.5
# Publish a new listing and tweet it
openclaw skill run etsy-pod-automation publish-listing \
--listing-id 12345 \
--tweet "New Valentine's mug! 🎁"
# Daily trend scan and auto‑create top 3 products
openclaw skill run etsy-pod-automation daily‑auto \
--platforms twitter,instagram,pinterest
References
references/workflows.md– Detailed step‑by‑step API calls, tag algorithm, social media scripts.references/printify-api.md– Printify catalog, variant lookup, product creation.references/seo-tags.md– Tag generation rules and examples.references/social-media.md– Posting commands for X, Instagram, Pinterest.references/performance.md– Monitoring queries and weekly review process.
Created by Simon Cai · More e-commerce skills: github.com/simoncai519/open-accio-skill
安全使用建议
This skill appears to do what it says (automate Printify/Etsy listings, design generation, and social posting), but the packaged metadata omits the many credentials and runtime tool requirements that the instructions explicitly reference. Before installing or running it: 1) Ask the publisher to update the skill metadata to list required env vars (PRINTIFY_API_TOKEN, ETSY_API_KEY, ETSY_SHOP_ID, and any social API tokens or image‑API keys) and declare any required binaries or services (Apify scrapers, browser automation, image upscaling). 2) Confirm how OAuth tokens are obtained and stored — avoid putting long‑lived secrets in .env in source trees; use least‑privilege credentials and a dedicated test shop/account. 3) Review and consent to any automated social posting behavior (it will post on your accounts). 4) Verify scraping behavior complies with target services' Terms of Service and rate limits. 5) If you proceed, run it in an isolated environment with limited credentials and audit logs so you can revoke keys if anything unexpected happens.
功能分析
Type: OpenClaw Skill
Name: etsy-pod-automation
Version: 1.0.0
The skill automates Etsy POD operations via Printify and Etsy APIs, but employs high-risk capabilities including browser automation for Pinterest and external scrapers (Apify, Etsy-scraper) for trend research. While these functions are aligned with the stated e-commerce automation purpose, the combination of broad network access, automated social media posting (X, Instagram), and local file logging (references/workflows.md) represents a significant attack surface without explicit malicious intent.
能力评估
Purpose & Capability
The skill claims to integrate with Printify, Etsy, and multiple social platforms and to run scrapers and image-generation tools. Those capabilities legitimately require API credentials, OAuth flows, and/or additional binaries (scrapers, browser automation, image upscalers). However the registry metadata lists no required environment variables, credentials, or binaries. That discrepancy is incoherent: a Printify/Etsy/social-posting automation should declare at least PRINTIFY_API_TOKEN, ETSY_API_KEY/ETSY_SHOP_ID and social API credentials.
Instruction Scope
SKILL.md and references/workflows.md instruct the agent to run trend scrapers (Apify, social scrapers), call Printify and Etsy APIs, generate and upscale images, perform browser automation for Pinterest, and log/store results under project/.cache, assets/, and project/.log. The instructions also tell to store API tokens in a .env file. These are broad operations that access network services and local filesystem paths; the runtime guidance therefore reaches beyond a simple helper and requires explicit credential handling and secure storage practices — none of which are declared in metadata.
Install Mechanism
This is an instruction-only skill with no install spec or code files, which minimizes installer-level risk (nothing will be downloaded or extracted at install time). Note however the instructions refer to scrapers and external tools (Apify, image upscalers, browser automation) which may need to be available in the runtime environment; the skill does not declare these requirements.
Credentials
The workflow explicitly references environment secrets and config keys (PRINTIFY_API_TOKEN, ETSY_API_KEY, ETSY_SHOP_ID and unstated social/media API tokens or MCP tooling credentials), but the skill metadata declares no required env vars or a primary credential. Requiring many unrelated secrets without declaring them is disproportionate and opaque. The skill also instructs storing tokens in a .env file — a practice that needs clear guidance on permissions and handling to avoid accidental exposure.
Persistence & Privilege
The skill is not marked always:true and does not request system-wide persistence or modifications to other skills. It does instruct writing to project-local paths (cache, assets, logs). Autonomous invocation is allowed by default (disable-model-invocation=false), which is normal for skills; however combine that with the undisclosed credential needs and automated posting/scraping actions increases potential blast radius.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install etsy-pod-automation - 安装完成后,直接呼叫该 Skill 的名称或使用
/etsy-pod-automation触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of etsy-pod-automation.
- Automates Etsy Print-On-Demand store management with Printify integration.
- Generates AI-based POD designs and SEO-optimized Etsy listings (titles, tags).
- Schedules and posts new listings to Twitter/X, Instagram, and Pinterest.
- Monitors store performance and optimizes listings based on analytics.
- Provides detailed references for workflows, APIs, tag creation, and social posting.
元数据
常见问题
Etsy Pod Automation 是什么?
Use when user wants to run Etsy POD store, Printify integration, automate Etsy listings, generate POD designs, manage SEO tags, or schedule social media prom... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 93 次。
如何安装 Etsy Pod Automation?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install etsy-pod-automation」即可一键安装,无需额外配置。
Etsy Pod Automation 是免费的吗?
是的,Etsy Pod Automation 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Etsy Pod Automation 支持哪些平台?
Etsy Pod Automation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Etsy Pod Automation?
由 simoncai519(@simoncai519)开发并维护,当前版本 v1.0.0。
推荐 Skills