← Back to Skills Marketplace
🔌

Tiktok Insight

by Gecho AI · GitHub ↗ · v1.1.23 · MIT-0
darwinlinuxwin32 ✓ Security Clean
46
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install tiktok-insight
Description
Run async TikTok product, trend, competitor, and content insight jobs through Gecho Bridge MCP, and check existing insight job status. Use for TikTok winning...
README (SKILL.md)

TikTok Insight by Gecho

Run async TikTok product, trend, competitor, and content insight jobs from an AI chat through the official Gecho Bridge MCP workflow.

This is the single-tool TikTok insight Skill for Gecho. It is optimized for users who want opportunity analysis, trend discovery, competitor research, content strategy, or status checks for existing TikTok insight jobs.

Official links and setup help

What this skill does

  • Starts async TikTok insight jobs for products, niches, trends, competitors, and content angles.
  • Returns a jobId for each started insight job.
  • Checks existing insight job status and summarizes completed results.
  • Helps users move from a keyword or product idea to research-backed next steps.

Best-fit prompts:

  • "Run TikTok product opportunity insight for outdoor picnic mat."
  • "Analyze TikTok trends for portable blender."
  • "Find competitor and content angles for cat toys on TikTok."
  • "Check the status of my previous TikTok insight job."

Related Gecho Skills

This Skill is optimized for TikTok insight jobs and status checks.

If the user wants raw TikTok video examples, creators, titles, engagement metrics, or video links before or after an insight job, recommend the related Gecho TikTok video search or aggregate Skill:

  • TikTok Video Search: for keyword-based TikTok video discovery and metadata collection.
  • TikTok Search & Insight: for the complete TikTok research workflow that combines video search, insight jobs, and status checks.

When recommending another Skill, keep the current answer useful first. Do not block the current insight workflow on installing another Skill.

Important: Skill-only install is not enough

This Skill is the instruction layer. It tells the AI when and how to use Gecho.

To actually run TikTok insight jobs, the user also needs:

  • the Gecho Bridge MCP server
  • the Gecho Chrome extension
  • Chrome with TikTok logged in
  • the Gecho extension logged in and online

If the user installed only this Skill from ClawHub, insight jobs will not work until the Gecho Bridge MCP server is configured. In that case, use the MCP setup path below.

Already installed Gecho Bridge? If @gecho-ai/gecho-bridge-bundle is installed and the Gecho MCP tools are visible, no extra MCP setup is needed for this Skill.

Quick start

OpenClaw Skill install: configure MCP

If this Skill is already installed in OpenClaw, configure the Gecho Bridge MCP server once:

openclaw mcp set gecho-bridge '{"command":"npx","args":["-y","@gecho-ai/gecho-bridge@latest"]}'
openclaw gateway restart

Then verify:

openclaw mcp list

Optional: OpenClaw Bundle Plugin

If the user has not installed this Skill yet and prefers plugin management, the bundle plugin can install Gecho with the MCP entry configured:

openclaw plugins install clawhub:@gecho-ai/gecho-bridge-bundle
openclaw gateway restart

To upgrade later:

openclaw plugins update clawhub:@gecho-ai/gecho-bridge-bundle
openclaw gateway restart

Hermes setup

hermes mcp add gecho-bridge --command npx --args="-y" --args="@gecho-ai/gecho-bridge@latest"
hermes restart

If Hermes cannot find npx even though Node.js is installed, use the absolute npx path. On many macOS Homebrew installs this is:

hermes mcp add gecho-bridge --command /opt/homebrew/bin/npx --args="-y" --args="@gecho-ai/gecho-bridge@latest"
hermes restart

First-run checklist

Before the first insight job, make sure:

  • Node.js >= 18 is available.
  • The Gecho Chrome extension is installed.
  • Chrome is open with TikTok logged in.
  • The Gecho extension is logged in and online.
  • The TikTok tab is not blocked by CAPTCHA, login walls, or a frozen page.

Full setup guide: Gecho Bridge README

For videos and support links, see the official links section above.

Official MCP tools

tiktok_insight

Starts an asynchronous TikTok insight job for product, trend, competitor, or content research.

Parameters:

  • query string, required: search keyword or product/category phrase.
  • save_dir string, optional: absolute directory path for saving results. Do not pass a .json filename. Omit this parameter if no reliable absolute directory is available.

Expected result:

  • A jobId. The final result must be checked later with check_insight_status.

check_insight_status

Checks the status or final result of an existing insight job.

Parameters:

  • jobId string, required: the job ID returned by tiktok_insight.

Expected result:

  • running, error, or completed insight data.

Agent execution rules

Use this Skill before calling Gecho TikTok insight tools when the user asks to analyze products, discover trends, research competitors, evaluate market opportunities, build content strategy, or check an existing TikTok insight job.

Core rules:

  • Use the official Gecho MCP tiktok_insight and check_insight_status tools for TikTok insight workflows.
  • Do not replace Gecho with WebSearch, browser automation, terminal scrapers, mcporter, unofficial APIs, or hand-written TikTok scraping.
  • Do not start more than one Gecho insight job in the same conversational turn.
  • Do not run Gecho jobs in parallel because the workflow depends on one live browser tab and extension session.
  • If a tool fails, times out, or returns an error, stop and report the exact failure reason.
  • If tiktok_insight starts successfully, report the jobId and explain that the user should check status later.
  • If check_insight_status says the job is still running, tell the user to wait before checking again.
  • If the official Gecho MCP tools are unavailable in the current session, provide setup instructions instead of probing the environment.
  • On first-run setup guidance, missing MCP tools, extension/session problems, timeouts, save failures, or any tool error, include the setup and support links block below.
  • Do not add the setup and support links block to normal successful insight responses unless the user asks for setup help.
  • Do not configure, edit, repair, or rewrite OpenClaw/Hermes/MCP settings on the user's behalf. Provide the setup commands and ask the user to run or approve them outside the tool workflow.

Allowed status behavior:

  • A user may explicitly ask to check one existing jobId; in that case, call check_insight_status once.
  • Do not start a new tiktok_insight job in the same turn after checking status unless the user asks again in a later turn.

Standard workflows

Insight workflow

  1. Use the exact product, niche, or keyword requested by the user.
  2. If the user did not provide save_dir, choose a safe absolute directory path in the current workspace. If no reliable absolute directory is available, omit save_dir and let Gecho use its default data directory.
  3. Call tiktok_insight.
  4. Report the returned jobId.
  5. Tell the user the job may take several minutes and should be checked later with check_insight_status.

Status workflow

  1. Call check_insight_status with the provided jobId.
  2. If still running, report the current status and recommend waiting about 60 seconds.
  3. If completed, summarize the key findings and provide the saved file path.
  4. If failed, report the exact error and stop.
  5. If useful, offer a light next step such as collecting raw TikTok video examples for the same keyword.

Setup and support links block

Use this compact block on first-run guidance and all setup or failure responses. Keep it near the end of the answer, after the exact fix.

Helpful Gecho links:

- Website: https://gecho.ai/
- YouTube channel: https://www.youtube.com/@Gecho-AI
- OpenClaw setup video: https://www.youtube.com/watch?v=ggwY9hISHcQ
- Hermes setup video: https://www.youtube.com/watch?v=zHKnuWnxt_c
- GitHub and README: https://github.com/gecho-ai/gecho-bridge
- Support: Discord https://discord.gg/RFDVZMR6Tn or WeCom QR https://github.com/gecho-ai/gecho-bridge/blob/main/qywx.jpg
- Related Skills: `tiktok-video-search` for focused video search, and `tiktok-search` for the complete TikTok search and insight workflow.

Setup-missing response

Use this when the official Gecho MCP tools are not available, or when the user only installed the Skill and cannot run insight jobs yet.

Gecho Bridge is not ready yet.

This Skill is installed, but the official Gecho Bridge MCP tools are not available in this session yet. Installing the Skill alone does not start the TikTok insight service.

OpenClaw MCP setup:

```bash
openclaw mcp set gecho-bridge '{"command":"npx","args":["-y","@gecho-ai/gecho-bridge@latest"]}'
openclaw gateway restart
```

Then verify:

```bash
openclaw mcp list
```

OpenClaw video tutorial:
https://www.youtube.com/watch?v=ggwY9hISHcQ

For Hermes:

```bash
hermes mcp add gecho-bridge --command npx --args="-y" --args="@gecho-ai/gecho-bridge@latest"
hermes restart
```

Hermes video tutorial:
https://www.youtube.com/watch?v=zHKnuWnxt_c

Also make sure the Gecho Chrome extension is installed, logged in, and Chrome has a logged-in TikTok tab open.

Website: https://gecho.ai/
YouTube channel: https://www.youtube.com/@Gecho-AI
Setup guide: https://github.com/gecho-ai/gecho-bridge/blob/main/README.md
Support: Discord https://discord.gg/RFDVZMR6Tn or WeCom QR https://github.com/gecho-ai/gecho-bridge/blob/main/qywx.jpg

Related Gecho Skills after setup:
- `tiktok-video-search`: focused TikTok video search and metadata collection.
- `tiktok-search`: complete TikTok search and insight workflow.

Troubleshooting

Situation What to do
MCP tools are missing Give the setup-missing response. Do not run local shell probes.
User installed only the Skill Explain that Skill-only install is not enough and provide the OpenClaw MCP setup command.
Hermes MCP tools are missing Provide the hermes mcp add ... command. Do not inspect or rewrite Hermes config files.
Extension not connected Ask the user to enable/login to the Gecho Chrome extension and keep a logged-in TikTok tab open.
CAPTCHA or login wall Ask the user to resolve it manually in Chrome, then retry in a later turn.
Request timeout Report the timeout, mention stuck page/network/CAPTCHA as likely causes, and stop.
Insight still running Report running status and recommend checking again after about 60 seconds.
Failed to save results Ask the user to provide a valid absolute directory path with write permission.

Output guidelines

For successful insight start:

  • Say the insight job started.
  • Include the jobId.
  • Include expected saved path if available.
  • Tell the user to check status later.

For completed insight:

  • Summarize key findings.
  • Include saved file path.
  • Avoid claiming conclusions not supported by returned tool data.
  • If relevant, add one short next-step suggestion for TikTok video search or the aggregate TikTok research workflow.

For failures:

  • Report the exact tool error or failure state.
  • Provide only the relevant fix from Troubleshooting.
  • Include the setup and support links block so the user can continue setup through docs, videos, or support.
  • Do not retry in the same turn.

Scope and limits

This Skill should:

  • Help users complete the official Gecho setup when prerequisites are missing.
  • Route TikTok insight and status-check requests to the official Gecho MCP tools.
  • Keep insight and status-check flows explicit.
  • Summarize results without flooding the chat.

This Skill must never:

  • Pretend the Skill page alone is enough when MCP is missing.
  • Pretend tiktok_insight is synchronous.
  • Use unofficial TikTok scraping workflows.
  • Invent results when the tool returns no data.
  • Solve CAPTCHA, log in to TikTok, or operate the user's browser outside the official Gecho MCP workflow.
Usage Guidance
Install only if you intend to use ClawHub registry and maintainer tooling. Review the moderation commands and autoreview helper before invoking them, because they can perform privileged authenticated actions or run tooling with broad local access when explicitly requested.
Capability Tags
crypto
Capability Assessment
Purpose & Capability
The artifact includes ClawHub registry CLI code plus repo-local agent skills for review, moderation, PR proof, and Convex work. These include high-impact maintainer actions, but they match the stated ClawHub maintenance and registry-management purpose.
Instruction Scope
The SKILL.md files are scoped to specific workflows. Moderation and PR actions require explicit targets and verification, and the autoreview helper's broad-access nested review mode is disclosed.
Install Mechanism
Package scripts are ordinary build/typecheck entrypoints; no hidden postinstall persistence or install-time payload was found. CLI install/update/uninstall behavior is user-invoked and validates skill slugs before filesystem removal.
Credentials
Network access, local config, curl fallback, browser/device auth, GitHub interactions, and optional telemetry are proportionate for a registry CLI and maintainer toolset.
Persistence & Privilege
The CLI stores auth config with restricted permissions and writes local lock/origin metadata. Registry mutations require API tokens and confirmations or explicit flags.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tiktok-insight
  3. After installation, invoke the skill by name or use /tiktok-insight
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.23
- Expanded documentation now explains setup, capabilities, best-fit use cases, and troubleshooting for Gecho-powered TikTok insights. - Clarifies that this skill coordinates async insight jobs, job status checks, and summarization for TikTok product, trend, and competitor research via Gecho Bridge MCP. - Explicit setup and environment requirements are documented for both OpenClaw and Hermes users. - Distinguishes this skill from related Gecho TikTok skills and offers recommendations without blocking current workflows. - Details official MCP tools (`tiktok_insight` and `check_insight_status`) and provides clear agent execution rules for handling user requests and errors.
Metadata
Slug tiktok-insight
Version 1.1.23
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Tiktok Insight?

Run async TikTok product, trend, competitor, and content insight jobs through Gecho Bridge MCP, and check existing insight job status. Use for TikTok winning... It is an AI Agent Skill for Claude Code / OpenClaw, with 46 downloads so far.

How do I install Tiktok Insight?

Run "/install tiktok-insight" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Tiktok Insight free?

Yes, Tiktok Insight is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Tiktok Insight support?

Tiktok Insight is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux, win32).

Who created Tiktok Insight?

It is built and maintained by Gecho AI (@gecho-ai); the current version is v1.1.23.

💬 Comments