← 返回 Skills 市场
TikTok Shop Automation
作者
lvjunjie-byte
· GitHub ↗
· v1.0.0
· MIT-0
403
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install tiktok-shop-automation
功能描述
提供TikTok Shop店铺商品管理、订单处理、数据分析和营销自动化的全方位电商运营解决方案。
安全使用建议
What to check before installing:
- Confirm credential handling: the SKILL.md suggests using environment variables, but the code stores credentials and settings under ~/.clawhub/tiktok-shop (config.json and credentials.json). If you install, expect secrets to be written to disk; ensure you are comfortable with that storage location and permissions.
- Review destinations you will send data to: enabling Feishu integration or configuring webhooks will transmit orders/customers/reports to those external endpoints. Only configure trusted webhook URLs and Feishu app tokens/table IDs when you understand what data will be sent.
- Use Mock mode first: the code defaults to a Mock API for TikTok; test in mock mode until you verify behavior. Switch to real API only after reviewing the code and testing in an isolated environment.
- Audit sensitive exports: commands and SKILL.md allow exporting customer lists and reports. If you have PII in your store, confirm export and notification settings before running scheduled automations.
- Code quality notes: there are minor mismatches and bugs (for example, some functions shadow/import names which can cause runtime errors). Verify and run tests in a sandboxed VM or container before connecting production accounts.
- Verify provenance: registry metadata lists a repository and homepage, but source 'Source' field here is unknown. If you rely on this skill in production, prefer packages from verified authors or review the full source and maintainers.
If you want, I can: (1) point out exact lines where credentials are persisted, (2) show where data is sent to Feishu/webhooks, or (3) suggest safe minimal configuration steps to test in mock mode.
功能分析
Type: OpenClaw Skill
Name: tiktok-shop-automation
Version: 1.0.0
The TikTok Shop Automation bundle is a legitimate e-commerce management tool providing features for product listing, order processing, and data analysis. It includes integrations with the TikTok Shop API and Feishu (Lark) for notifications. While the tool handles sensitive information such as API secrets and session cookies (found in bin/cli.js and commands/account.js), it follows security best practices by storing credentials in the user's home directory with restricted file permissions (0o600, as seen in src/config.js). The code is well-structured, lacks obfuscation, and contains no evidence of data exfiltration or malicious intent.
能力评估
Purpose & Capability
The code implements TikTok Shop automation features (mock API, product/order/video management, Feishu integration) which aligns with the declared purpose. However metadata/registry claims no required env vars or primary credential while SKILL.md and the code expect TikTok API credentials and optional Feishu credentials/config—this discrepancy is incoherent and should be clarified.
Instruction Scope
SKILL.md instructs use of API keys, webhook secrets and commands that export customer/order data. The runtime code writes/reads configuration and credentials from the user's home directory (~/.clawhub/tiktok-shop), exports reports to disk (reports/), and will transmit orders/customers/reports to configured Feishu endpoints or webhooks. These actions are consistent with the tool's purpose but the README/SKILL.md do not explicitly call out that credentials will be persisted on disk and sensitive customer data can be sent to external services.
Install Mechanism
There is no external install script or remote download in the manifest; this is a code-only package that runs in the OpenClaw runtime/Node environment. No unusual installers or remote archives were found. Runtime uses standard Node libs (inquirer, chalk, uuid) and Node's fetch (v18+).
Credentials
Registry metadata declares no required env vars or primary credential, but SKILL.md requests TIKTOK_SHOP_API_KEY, TIKTOK_SHOP_API_SECRET, TIKTOK_SHOP_SELLER_ID and optional webhook secret; the code instead persists credentials into ~/.clawhub/tiktok-shop/credentials.json and config.json. Requesting TikTok and Feishu credentials is reasonable for this skill, but the mismatch between declared requirements and actual runtime credential usage is a red flag. Also: enabling Feishu will transmit order/customer data to Feishu endpoints/webhooks—ensure you trust those destinations.
Persistence & Privilege
The skill persists configuration and (optionally) credentials in the user's home directory under ~/.clawhub/tiktok-shop. Credentials are saved to credentials.json and the code attempts to set file permissions to 0600 on non-Windows platforms. The skill does not request 'always: true' and does not modify other skills; autonomous invocation is enabled by default (normal).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tiktok-shop-automation - 安装完成后,直接呼叫该 Skill 的名称或使用
/tiktok-shop-automation触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
v1.0.0 - TikTok Shop 自动化:视频批量发布、商品管理、订单自动化、飞书集成、数据分析
元数据
常见问题
TikTok Shop Automation 是什么?
提供TikTok Shop店铺商品管理、订单处理、数据分析和营销自动化的全方位电商运营解决方案。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 403 次。
如何安装 TikTok Shop Automation?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tiktok-shop-automation」即可一键安装,无需额外配置。
TikTok Shop Automation 是免费的吗?
是的,TikTok Shop Automation 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
TikTok Shop Automation 支持哪些平台?
TikTok Shop Automation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 TikTok Shop Automation?
由 lvjunjie-byte(@lvjunjie-byte)开发并维护,当前版本 v1.0.0。
推荐 Skills