ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

shopee_notion_sync

Sync Shopee products into Notion using the local Node.js workflow only.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/cbbathaglini/shopee-to-notion-sync
Or

Shopee Notion Sync

Use this skill for any request involving:

  • searching Shopee products
  • saving Shopee products to Notion
  • updating the Shopee product table in Notion
  • syncing Shopee with Notion

Mandatory rule

For any request covered by this skill, you MUST use only this command:

node jobs/sync-shopee-notion.js "<keyword>" <limit> <target>

Do NOT:

  • use web search
  • use browser tools
  • use curl directly
  • create Python scripts
  • create shell scripts
  • scrape websites
  • write memory files
  • invent product results

Defaults

  • default target: shopee_produtos
  • default limit: 10

Response format

Return only:

  • keyword usada
  • target usado
  • criados
  • atualizados
  • falhas

Examples

  • node jobs/sync-shopee-notion.js "celular" 10 shopee_produtos
  • node jobs/sync-shopee-notion.js "blusas de academia femininas" 10 shopee_produtos

Metadata

Stars4044
Views0
Updated2026-04-12
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-cbbathaglini-shopee-to-notion-sync": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.