senclaw/shopee

app Kết nối agent SenClaw với shop Shopee của bạn qua Shopee Open Platform CHÍNH THỨC (open.shopee.com): OAuth per-shop để lấy access token, quản lý sản phẩm/đơn hàng, và trả lời khách qua Chat API. CSKH theo kiểu draft-first: mọi câu trả lời được SOẠN sẵn vào hàng chờ, chỉ gửi khi bạn bấm Duyệt (hoặc bật chế độ live). partner_key và token chỉ lưu cục bộ trong SQLite của app và chỉ gửi tới host Shopee. KHÔNG trộm session token, KHÔNG né anti-bot, KHÔNG nhắn tin hàng loạt — xem docs/shopee-app-research.md.

Install

senclaw app install senclaw/shopee

Verifies sha512 and SenClaw’s signature before writing to disk.

Documentation

Shopee — SenClaw Space App 🛒

Kết nối agent SenClaw với shop Shopee của bạn qua [Shopee Open Platform CHÍNH THỨC](https://open.shopee.com) — OAuth per-shop để lấy access token, quản lý đơn hàng, và trả lời khách qua Chat API. CSKH theo kiểu draft-first: mọi câu trả lời được soạn sẵn vào hàng chờ, chỉ gửi khi bạn Duyệt.

Chỉ đi cổng chính thức. App không trộm session token của web, không né anti-bot, không nhắn tin hàng loạt. Đây cũng chính là con đường không bị Shopee chặn — xem [docs/shopee-app-research.md](../../docs/shopee-app-research.md). partner_key và token chỉ nằm trong SQLite cục bộ, chỉ gửi tới host Shopee.

Chạy trên port 4492.

Có gì trong này (Phase 1 + 2 — đã có, compile + test + chạy thật)

LayerFileGhi chú
Shopee REST clientsrc/shopee.rsOAuth (authorize link + đổi/refresh token), ký HMAC-SHA256, shop info / order list / Chat (conversations, message, send) / Product (item list, base info, update stock/price)
Local storesrc/db.rssettings (partner_id/key/shop_id/host + autonomy), tokens + expiry, hàng đợi draft, activity log
REST APIsrc/api.rsstatus / settings / oauth link+callback / account / orders / chat / drafts (+ autonomy gate observe·draft·live)
LLM bridgesrc/llm.rssoạn trả lời CSKH qua daemon bridge (không gọi provider trực tiếp)
Heartbeatsrc/engine.rsmỗi 180s đọc hội thoại chưa đọc → SOẠN nháp trả lời (dedup theo conversation_id); tôn trọng autonomy; POST /api/engine/tick chạy tay
MCP serversrc/mcp.rsshopee-mcp (HTTP+SSE) 15 tool shopee_* (status/oauth_link/shop_info/orders/order_detail/conversations/draft_reply/list_drafts/approve/reject/tick + products/product_info/update_stock/update_price); mọi write qua đúng cổng draft-approve, không có tool gửi hàng loạt
Order groundingapi.rsdraft_reply/shopee_draft_reply nhận order_sn → tự tra get_order_detail (trạng thái/sản phẩm/vận đơn) và nhét vào context để AI trả lời đúng số liệu, không bịa
Web UIweb/React 19 + Ant Design 6 (dark): Kết nối (Settings + Authorize + autonomy) · Đơn hàng · Sản phẩm (list + sửa tồn/giá) · Hội thoại + soạn trả lời · Hàng chờ duyệt (badge + Duyệt/Bỏ) · Hoạt động

Test: cargo test -p shopee (8/8: ký sign, item_id_list/order_sn join, rò rỉ partner_key, vòng đời draft/token). Build web: cd web && npm install && npm run build. Chạy: PORT=4492 ./target/debug/shopee.

Kết nối (một lần)

  1. Đăng ký Partner App tại <https://open.shopee.com> → lấy partner_id + partner_key. Bạn tự đăng ký (cần tài khoản seller).
  2. Nhập partner_id / partner_key ở Settings: POST /api/settings.
  3. GET /api/oauth/link?redirect=<callback> → mở link cho seller bấm đồng ý (link sống 5 phút).
  4. Shopee redirect GET /api/oauth/callback?code=...&shop_id=... → app lưu token.

Chưa làm (roadmap tiếp)

  • Logistics API (ship_order, tracking) để trả lời "đơn tới đâu rồi" trực tiếp từ vận đơn.
  • Voucher/Discount API.
  • Chrome extension: hứng OAuth redirect (không cần cho OAuth Shopee vì redirect thẳng về localhost là đủ) — chỉ hợp lệ, không né-chặn/trộm token.

KHÔNG làm (ranh giới cố định)

Trộm SPC_* token gọi internal api/v4, kỹ thuật né anti-bot ("không bị chặn"), DM/spam hàng loạt tới user bất kỳ, crawler toàn sàn. Lý do & giải thích kỹ thuật: [docs/shopee-app-research.md](../../docs/shopee-app-research.md).

Declared permissions

{
  "network": [
    "127.0.0.1"
  ],
  "exec": [
    "./shopee"
  ]
}

Declared by the publisher, not enforced by SenClaw. The CLI compares this against what you already have installed and asks before anything widens.

Published by

@senclawtrusted
benji
44 packages · 0 downloads · member since 2026-07 · GitHub since 2015-06

The checkmark means SenClaw confirmed who this publisher is. It says nothing about whether their packages are safe.

About

Owner@senclaw
Latest1.0.0
Downloads (30d)0
Repositorygithub.com/NortonBen/senclaw-app

Versions

VersionTagsArtifactsPublished
1.0.0latestdarwin-arm64, linux-x64, win32-x642026-08-07

Artifacts · 1.0.0

PlatformFormatSignatureFileSize
darwin-arm64zipunsignedshopee-app.zip2760 KB
linux-x64zipunsignedshopee-app.zip3092 KB
win32-x64zipunsignedshopee-app.zip3012 KB

Unsigned builds require sign-in to download and are not distributed to the auto-updater, because unsigned executables from a new domain get flagged as unsafe. Sign and notarize (macOS) or Authenticode-sign (Windows) to distribute publicly.

Auto-update endpoints

For a Tauri app — add to tauri.conf.json:

"endpoints": ["https://senclaw.bacnd.com/api/v1/updates/tauri/senclaw/shopee/{{target}}/{{arch}}/{{current_version}}"]

For an electron-updater app — generic provider URL:

https://senclaw.bacnd.com/updates/senclaw/shopee/stable

Only signed/notarized artifacts are offered as updates — a client fetches the update without credentials, and unsigned binaries are not publicly downloadable.

Something wrong with this package?

Report this package

Report this package

Tell us what is wrong and a moderator will look at it. Be specific — a report that names a version and a behaviour can be checked in minutes; one that says “looks sketchy” cannot be acted on at all.

Not about this package? Contact us instead. What happens to a report is described in reporting and moderation.

API: GET https://senclaw.bacnd.com/api/v1/packages/senclaw/shopee