Sync Shopee products into Notion using the local Node.js workflow only.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add Lord1Egypt/awesome-skill-forge --skill shopee-to-notion-sync --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Shopee To Notion Sync?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lord1egypt-shopee-to-notion-sync)More formats (shields.io, HTML) on the badges page.
---
name: shopee_notion_sync
description: Sync Shopee products into Notion using the local Node.js workflow only.
---
# 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`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...