A skill that automates repurposing Chinese social videos (Douyin/Bilibili/Xiaohongshu) to international platforms (TikTok/YouTube/Instagram) via the Lumi API — handling translation, AI dubbing, and publishing in one workflow.
Analysis
This skill is coherent for Lumi social-media automation, but it needs review because it can use your Lumi key to automatically publish videos to connected TikTok, YouTube, and Instagram accounts.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
TikTok 隐私设置 | 可选 | 默认 PUBLIC_TO_EVERYONE ... **autoPublish 默认启用** ... 必须始终设置 `autoPublish` 字段,无需额外询问用户是否自动发布。
The workflow defaults TikTok posting to public and requires autoPublish when platforms are selected, without a separate final approval step after translation/dubbing completes.
"owner": "lumi", "slug": "lumi-api", "latest": { "version": "0.2.0" }The packaged metadata does not match the supplied registry slug/version for the evaluated skill, creating a provenance ambiguity for a credentialed publishing tool.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Auth: `Authorization: Bearer $LUMI_API_KEY` ... 调用 `GET /api/v1/connections` 获取目标平台的 `connectionId`
The Lumi API key is used to enumerate connected social accounts and perform actions against them, which is expected for the skill but is sensitive delegated account authority.
