TikTok Agent Publisher

ReviewAudited by ClawScan on May 10, 2026.

Overview

This skill is a coherent TikTok publishing integration, but users should verify the npm package and approve any OAuth login or live post before use.

Before installing, verify the npm package/repository, authorize only the intended TikTok account, and require dry-run or preview review before any live post. Do not paste OAuth tokens or private data into the chat.

Findings (4)

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.

What this means

A live publish could post public content from the user's TikTok account.

Why it was flagged

The skill can publish content to a TikTok account, which is a high-impact external action, but the stated purpose and dry-run framing make this disclosed and purpose-aligned.

Skill content
Prepare, validate, and explicitly publish TikTok content through the official Content Posting API with dry-run safety.
Recommendation

Use dry-run, manifest, connection status, and privacy-audit flows first; require explicit user approval before any live publish.

What this means

The underlying tool may need account authorization that can affect the user's TikTok account.

Why it was flagged

OAuth access is expected for official TikTok publishing, and the skill also warns not to print OAuth tokens or private user data.

Skill content
TikTok OAuth readiness
Recommendation

Authorize only the intended TikTok account, review requested scopes, and avoid exposing tokens in chat or logs.

What this means

Running the setup command executes code from the npm package available at install time.

Why it was flagged

The instruction runs an npm package by name without a pinned version; this is normal setup documentation but means the reviewed artifacts do not include the package code that will run.

Skill content
`npm exec --yes --package=tiktok-agent-publisher -- tiktok-agent-publisher doctor`
Recommendation

Verify the npm package and repository before running npx/npm exec, and prefer a pinned version if reproducibility matters.

What this means

Queued publishing work could occur later if the underlying tool supports persistent job execution.

Why it was flagged

Queued jobs are disclosed as an agent surface and are plausible for publishing workflows, but users should understand whether queued work can persist or run later.

Skill content
queued jobs
Recommendation

Review queue status and cancellation controls, and do not leave jobs queued unless the user explicitly wants them.