Back to Registry View Author Profile
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-syncOr
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_produtosnode jobs/sync-shopee-notion.js "blusas de academia femininas" 10 shopee_produtos
Metadata
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.