المهارات shopify-automation
📦

shopify-automation

آمن

Automate Shopify Store Operations

Automate Shopify store management including products, orders, customers, inventory, and collections through natural language commands. Connect via Rube MCP for seamless e-commerce workflow automation.

يدعم: Claude Codex Code(CC)
🥉 74 برونزي
1

تنزيل ZIP المهارة

2

رفع في Claude

اذهب إلى Settings → Capabilities → Skills → Upload skill

3

فعّل وابدأ الاستخدام

اختبرها

استخدام "shopify-automation". List all products in my Shopify store

النتيجة المتوقعة:

  • Retrieved 3 products:
  • 1. Summer T-Shirt (ID: 12345) - $29.99 - Status: active
  • 2. Winter Jacket (ID: 12346) - $89.99 - Status: active
  • 3. Spring Dress (ID: 12347) - $49.99 - Status: draft

استخدام "shopify-automation". Get orders from the last 7 days

النتيجة المتوقعة:

  • Found 5 orders:
  • Order #1001 - $125.00 - Status: open - Paid
  • Order #1002 - $45.00 - Status: closed - Paid - Fulfilled
  • Order #1003 - $89.99 - Status: open - Pending

التدقيق الأمني

آمن
v1 • 2/25/2026

All 54 static findings are false positives. The skill is documentation for Shopify API operations, not executable code. The backtick patterns flagged as 'Ruby/shell execution' are markdown code formatting for tool names. The hardcoded URL is a legitimate service endpoint required for Rube MCP functionality.

1
الملفات التي تم فحصها
174
الأسطر التي تم تحليلها
0
النتائج
1
إجمالي عمليات التدقيق
لا توجد مشكلات أمنية
تم تدقيقه بواسطة: claude

درجة الجودة

38
الهندسة المعمارية
100
قابلية الصيانة
87
المحتوى
50
المجتمع
100
الأمان
91
الامتثال للمواصفات

ماذا يمكنك بناءه

E-commerce Store Manager

Quickly add new products in bulk, update inventory across locations, and organize items into collections without logging into Shopify admin.

Order Processing Assistant

Filter and retrieve orders by status, check fulfillment details, and track shipping events for efficient order management.

Customer Data Analyst

Export customer lists with purchase history and spending data for marketing analysis and customer segmentation.

جرّب هذه الموجهات

List Recent Orders
Show me the last 10 orders with status 'open' from my Shopify store.
Create New Products
Create 5 new products with titles 'Summer T-Shirt', 'Winter Jacket', 'Spring Dress', 'Fall Sweater', 'Winter Boots' with vendor 'MyBrand' and status 'active'.
Check Inventory Levels
Check inventory levels for inventory items 12345, 12346, and 12347 across all locations.
Build Smart Collection
Create a smart collection called 'Sale Items' that automatically includes products with price greater than 50.

أفضل الممارسات

  • Always verify Rube MCP connection status is ACTIVE before running workflows
  • Use pagination with cursor-based navigation for large product catalogs
  • Specify explicit status filters when retrieving orders to avoid missing results

تجنب

  • Assuming connection is active without checking status first
  • Processing large datasets without implementing pagination logic
  • Ignoring rate limits and receiving API throttling errors

الأسئلة المتكررة

Do I need a Shopify API key?
No API keys required. The skill uses Rube MCP which handles OAuth authentication with your Shopify store through the browser.
What Shopify operations are supported?
Products, orders, customers, inventory, collections, fulfillments, and GraphQL queries are all supported through the Composio toolkit.
How do I handle large product catalogs?
Use paginated endpoints with cursor-based pagination. Check for 'next' link in responses and continue until all pages are processed.
Can I create products in bulk?
Yes, use SHOPIFY_BULK_CREATE_PRODUCTS to create multiple products in a single API call.
What rate limits should I be aware of?
REST API allows 2 requests per second on standard plans. GraphQL allows 1000 cost points per second. Implement delays for bulk operations.
How do I verify my connection is working?
Call SHOPIFY_VALIDATE_ACCESS to confirm your store connection is active and properly authenticated.

تفاصيل المطور

المؤلف

sickn33

الترخيص

MIT

مرجع

main

بنية الملفات

📄 SKILL.md