Skip to main content
~/
skillsmp
$
ai
--search
$
cd
/occupations
$
watch
stats
$
man
docs
KO
Manus에서 모든 스킬 실행
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기
$
cd
top
원클릭으로 모든 스킬 실행
전자상거래 개발 - Agent Skills | SkillsMP
$
pwd:
~
/
categories
/
ecommerce-development
전자상거래 개발
전자상거래 플랫폼, 장바구니, 제품 카탈로그, 결제 시스템 구축을 위한 에이전트 스킬을 탐색하세요.
스타 순
최근 업데이트순
ordercli.md
363.2k
from
"openclaw/openclaw"
Foodora-only CLI for checking past orders and active order status (Deliveroo WIP).
2026-01-31
apify-ecommerce.md
34.9k
from
"sickn33/antigravity-awesome-skills"
Extract product data, prices, reviews, and seller information from any e-commerce platform using Apify's E-commerce Scraping Tool.
2026-04-13
odoo-shopify-integration.md
34.9k
from
"sickn33/antigravity-awesome-skills"
Connect Odoo with Shopify: sync products, inventory, orders, and customers using the Shopify API and Odoo's external API or connector modules.
2026-04-13
odoo-woocommerce-bridge.md
34.9k
from
"sickn33/antigravity-awesome-skills"
Sync Odoo with WooCommerce: products, inventory, orders, and customers via WooCommerce REST API and Odoo external API.
2026-04-13
shopify-automation.md
34.9k
from
"sickn33/antigravity-awesome-skills"
Automate Shopify tasks via Rube MCP (Composio): products, orders, customers, inventory, collections. Always search tools first for current schemas.
2026-04-13
wordpress-woocommerce-development.md
34.9k
from
"sickn33/antigravity-awesome-skills"
WooCommerce store development workflow covering store setup, payment integration, shipping configuration, customization, and WordPress 7.0 features: AI connectors, DataViews, and collaboration tools.
2026-04-13
zustand-store-ts.md
34.9k
from
"sickn33/antigravity-awesome-skills"
Create Zustand stores following established patterns with proper TypeScript types and middleware.
2026-04-13
odoo-ecommerce-configurator.md
34.9k
from
"sickn33/antigravity-awesome-skills"
Expert guide for Odoo eCommerce and Website: product catalog, payment providers, shipping methods, SEO, and order-to-fulfillment workflow.
2026-03-04
billing-automation.md
34.2k
from
"wshobson/agents"
Build automated billing systems for recurring payments, invoicing, subscription lifecycle, and dunning management. Use when implementing subscription billing, automating invoicing, or managing recurring payment systems.
2026-03-07
paypal-integration.md
34.2k
from
"wshobson/agents"
Integrate PayPal payment processing with support for express checkout, subscriptions, and refund management. Use when implementing PayPal payments, processing online transactions, or building e-commerce checkout flows.
2026-03-07
stripe-integration.md
34.2k
from
"wshobson/agents"
Implement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integrating Stripe payments, building subscription systems, or implementing secure checkout flows.
2026-03-07
wox-plugin-submit2store.md
26.7k
from
"Wox-launcher/Wox"
Submit the current Wox plugin repository to the official Wox store by ensuring the user has a reusable fork of Wox-launcher/Wox, checking whether the plugin ID already exists in Wox's store-plugin.json, adding a new store entry when missing, and preparing a pull request to Wox-launcher/Wox. Use when the user wants to publish a Wox plugin to the store, verify whether it has already been listed, or have Codex run the store submission PR workflow.
2026-03-17
recipe-log-deal-update.md
25.3k
from
"googleworkspace/cli"
Append a deal status update to a Google Sheets sales tracking spreadsheet.
2026-03-31
product-strategist.md
12.6k
from
"alirezarezvani/claude-skills"
Strategic product leadership toolkit for Head of Product covering OKR cascade generation, quarterly planning, competitive landscape analysis, product vision documents, and team scaling proposals. Use when creating quarterly OKR documents, defining product goals or KPIs, building product roadmaps, running competitive analysis, drafting team structure or hiring plans, aligning product strategy across engineering and design, or generating cascaded goal hierarchies from company to team level.
2026-03-10
create-cowork-plugin.md
11.5k
from
"anthropics/knowledge-work-plugins"
Guide users through creating a new plugin from scratch in a cowork session. Use when users want to create a plugin, build a plugin, make a new plugin, develop a plugin, scaffold a plugin, start a plugin from scratch, or design a plugin. This skill requires Cowork mode with access to the outputs directory for delivering the final .plugin file.
2026-03-18
woocommerce-markdown.md
10.3k
from
"woocommerce/woocommerce"
Guidelines for creating and modifying markdown files in WooCommerce. Use when writing documentation, README files, or any markdown content.
2026-04-16
woocommerce-performance.md
10.3k
from
"woocommerce/woocommerce"
Identify missing cache priming calls in WooCommerce PHP code. Use when writing or reviewing code that loads collections of post-based objects (products, orders), renders product lists with images, or reads multiple options in a loop or method.
2026-03-30
unopim-connector-quickstart.md
9.7k
from
"unopim/unopim"
Day-1 checklist and step-by-step guide to build a complete Unopim third-party connector (WooCommerce, Shopify, Shopware, module, or any REST API) within one working day. Use this skill when starting a new Unopim integration, planning a connector from scratch, or needing the full ordered sequence of steps to create a production-ready connector module. Covers all required files, patterns, and critical checkpoints verified against the WooCommerce connector reference implementation.
2026-04-02
unopim-datagrid.md
9.7k
from
"unopim/unopim"
Implement Unopim DataGrid classes for listing records in admin panels with search, filter, sort, actions (edit/delete), and mass actions. Covers DataGrid subdirectory structure (DataGrids/Section/), prepareQueryBuilder with DB::table (prefix added by Laravel), addColumn with correct closure patterns, addAction with function callbacks for url, addMassAction, bouncer() permission checks, and Blade integration. Use this skill when creating a DataGrid for credentials, mappings, export history, or any Unopim module listing page.
2026-04-02
unopim-export-workflow.md
9.7k
from
"unopim/unopim"
Implement end-to-end export and import workflow for Unopim third-party connectors including exporters.php config with correct filter field keys (async/track_by/label_by/list_route), quick_exporters.php for one-click product sync, importers.php for two-way connector flows, Exporter classes extending AbstractExporter, Validator classes, queue jobs, and the get-credentials API route. Use this skill when building export jobs, defining job validators, implementing exporter/importer logic, or setting up data transfer for any Unopim connector (WooCommerce, Shopify, Shopware, module, etc.).
2026-03-25
unopim-package.md
9.7k
from
"unopim/unopim"
Generate complete production-ready Unopim modules (Unopim-style packages) including ServiceProvider, ModuleServiceProvider, routes, ACL, menu, controllers, repositories, models with HistoryTrait, views, config files (exporters / quick_exporters / importers / acl / menu), migrations with DB_PREFIX prefix, factories, presenters, contracts, and composer.json. Use this skill when creating new Unopim integration connectors (WooCommerce, Shopify, Shopware, module, etc.) or any new Unopim module/package from scratch.
2026-04-02
create-pr.md
9.0k
from
"PrestaShop/PrestaShop"
Creates a PrestaShop pull request with the required metadata table. Triggers when asked to create, open, submit, or push a PR, or when mentioning "pull request" in the context of contributing.
2026-04-16
shopify-expert.md
8.5k
from
"Jeffallan/claude-skills"
Builds and debugs Shopify themes (.liquid files, theme.json, sections), develops custom Shopify apps (shopify.app.toml, OAuth, webhooks), and implements Storefront API integrations for headless storefronts. Use when building or customizing Shopify themes, creating Hydrogen or custom React storefronts, developing Shopify apps, implementing checkout UI extensions or Shopify Functions, optimizing performance, or integrating third-party services. Invoke for Liquid templating, Storefront API, app development, checkout customization, Shopify Plus features, App Bridge, Polaris, or Shopify CLI workflows.
2026-03-06
payment-send.md
8.2k
from
"TeamWiseFlow/wiseflow"
Send payment QR code image to customer for purchase. Supports club (168), subs (488), and topup (100) modes.
2026-04-09
memory-management.md
4.3k
from
"openclaw/skills"
SEO campaign memory manager: persist keyword research, audit results, and project context across Claude Code sessions with hot/warm/cold storage tiers. Part of a 20-skill SEO & GEO suite. 项目记忆/跨会话/SEO数据管理/项目追踪/数据归档
2026-04-09
android-order.md
4.3k
from
"openclaw/skills"
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
2026-03-07
coda-packs.md
4.3k
from
"openclaw/skills"
Manage Coda Packs via REST API v1. Supports listing, creating, updating, and deleting private Packs. Requires CODA_API_TOKEN. Delete requires confirmation. Note: Builds, Gallery submission, Analytics, and Collaborators require Coda's Pack SDK CLI, not available via REST API.
2026-02-08
universal-trading.md
4.3k
from
"openclaw/skills"
Execute cross-chain token trading on EVM and Solana with Particle Network Universal Account SDK. Use when users ask to set up universal-account-example, buy or sell tokens, run convert/swap flows, transfer assets, call custom transactions, query balances/history, or monitor transaction status via WebSocket.
2026-02-28
1688-product-search.md
4.3k
from
"openclaw/skills"
1688商品搜索SKILL:提供完整的1688商品搜索能力,包括类目查询、关键词搜索、图片搜索、商品详情、相关性商品、拉取货盘底池等9个核心接口。 支持多语言搜索和商品推荐,使用1688开放平台官方API,统一鉴权,Token全局缓存共享。
2026-03-26
1688-product-to-ozon.md
4.3k
from
"openclaw/skills"
将1688的商品铺货到俄罗斯电商平台Ozon(上架),通过Ozon官方API实现商品信息的上传和状态查询。适用于需要将单个1688的商品上架到Ozon的场景。
2026-03-26
1688-ranking.md
4.3k
from
"openclaw/skills"
1688榜单SKILL:查询1688商品榜单列表和热搜词。 支持按类目ID查询综合榜/热卖榜/好价榜,以及获取类目维度的热搜关键词。 使用1688开放平台官方API,统一鉴权,Token全局缓存共享。
2026-03-26
alphashop-sel-product-search.md
4.3k
from
"openclaw/skills"
商品搜索API SKILL:通过关键词搜索发现Amazon/TikTok平台商品。 支持价格、销量、评分、上架时间等多维度筛选条件。 通过 AlphaShop REST API 调用遨虾AI选品系统的商品搜索服务。
2026-03-26
inquiry-1688.md
4.3k
from
"openclaw/skills"
向1688供应商发起询盘对话,就商品的价格、起订量、定制、物流、资质、规格、样品等问题咨询商家, 自动提交询盘并在20分钟后获取供应商的回复结果,通过钉钉主动推送给用户。 适用于跨境采购、批发拿货、OEM定制等场景下需要与1688商家沟通的需求。 触发词:询盘、1688询盘、问供应商、问商家、咨询供应商、咨询商家、联系供应商、联系商家、 问一下卖家、帮我问问、帮我咨询、帮我询盘、发起询盘、给商家留言、 能不能定制、可以定制吗、支持定制吗、能定做吗、可以OEM吗、能贴牌吗、 起订量多少、起批量多少、最少买多少、最低起订、MOQ多少、最小订单量、 多少钱、什么价格、批发价多少、大量拿货价、能便宜吗、可以优惠吗、价格能谈吗、 能不能发货、可以发到哪里、能发国外吗、支持跨境发货吗、有物流吗、怎么发货、运费多少、 有没有现货、库存多少、多久能发货、交期多久、生产周期、几天能做好、 有没有资质、有认证吗、有质检报告吗、有CE认证吗、能提供检测报告吗、 商品尺寸、商品长宽高、产品规格、有什么材质、什么面料、 能提供样品吗、可以寄样吗、样品多少钱、打样费多少、 供应商能不能XXX、这个商品能不能XXX、想问一下这个产品。
2026-03-26
ozon-product-selection.md
4.3k
from
"openclaw/skills"
Ozon电商选品工具:根据用户指定的品类,自动搜索市场趋势、提取热门细分关键词、 调用1688搜索API逐一选品,按筛选条件过滤后输出每个细分市场的最优商品推荐。 触发词:寻找Ozon蓝海商品、Ozon潜力爆品、Ozon可铺货商品、Ozon可卖的货盘、 Ozon选品、帮我选品、找Ozon能卖的商品、Ozon热门商品推荐。
2026-03-26
coupon-finder.md
4.3k
from
"openclaw/skills"
自动发现和领取电商优惠券,支持淘宝/京东/拼多多/美团。购物前查券,省下的就是赚到的。
2026-03-26
livestream-script-generator.md
4.3k
from
"openclaw/skills"
直播带货脚本生成,话术设计、节奏把控、互动环节、促单技巧。适合直播主播、电商运营、MCN 机构。
2026-03-26
pinduoduo-deal-finder.md
4.3k
from
"openclaw/skills"
拼多多神价发现、百亿补贴监控、多人团优惠、砍价免费拿进度追踪。适合省钱购物、副业套利。
2026-03-26
smzdm-deals.md
4.3k
from
"openclaw/skills"
什么值得买优惠信息聚合,实时监控神价、BUG 价、历史低价。适合薅羊毛、省钱购物、副业套利。
2026-03-31
bupahua-store.md
4.3k
from
"openclaw/skills"
不怕花商城商品搜索。支持按关键词搜索商品、查看价格和库存。 Use when: 用户问"有XXX吗"、"XXX多少钱"、"搜索XXX"、"不怕花有XXX吗"、"活力28"等商品名称。 NOT for: 订单查询、售后咨询、跨平台比价、非商品类问题。 微信搜索 "不怕花" 小程序获取API KEY → 进入小程序后点击右下角 "我的" → "个人资料"
2026-04-06
track-upvotes.md
4.3k
from
"openclaw/skills"
Track Product Hunt launch upvotes, comments, and daily ranking in real-time — get Telegram alerts when you move up the leaderboard.
2026-03-21
rednote-viral-writer.md
4.3k
from
"openclaw/skills"
小红书爆款助手,热点追踪、文案生成、标签推荐。
2026-03-21
stitch-ui-designer.md
4.3k
from
"openclaw/skills"
Design, preview, and generate UI code using Google Stitch (via MCP). Helps developers choose the best UI by generating previews first, allowing iteration, and then exporting code.
2026-02-08
zinc-orders.md
4.3k
from
"openclaw/skills"
Place, list, and retrieve orders via the Zinc API (zinc.com). Use when the user wants to buy a product from an online retailer, check order status, list recent orders, or anything involving the Zinc e-commerce ordering API. Requires ZINC_API_KEY environment variable.
2026-02-12
gumroad-admin.md
4.3k
from
"openclaw/skills"
Gumroad Admin CLI. Check sales, products, and manage discounts.
2026-01-31
lemonsqueezy-admin.md
4.3k
from
"openclaw/skills"
Admin CLI for Lemon Squeezy stores. View orders, subscriptions, and customers.
2026-01-31
gumroad-pro.md
4.3k
from
"openclaw/skills"
Comprehensive Gumroad merchant management for Products, Sales, Licenses, Discounts, Payouts, and Webhooks. Use when Claude needs to: (1) Manage digital or physical inventory, (2) Oversee transactions and process refunds/shipping, (3) Verify or rotate license keys, (4) Manage offer codes, or (5) Monitor payout history and store webhooks.
2026-02-14
ecom-manager-d2c.md
4.3k
from
"openclaw/skills"
AI ecommerce operations manager
2026-03-17
buy-apparel.md
4.3k
from
"openclaw/skills"
Buy clothing, apparel staples, and fashion pieces through Lobster Thread. Use when a buyer wants an agent to discover apparel labels, fashion merchants, and clothing shops, compare styles and staples, build a cart, and hand back a Shopify checkout link for approval and payment.
2026-03-18