Install
openclaw skills install @gecho-ai/tiktok-videoGet TikTok video detail data and comments from a known TikTok video URL with the official Gecho Bridge MCP tool. Use when the user wants one video's metadata, comments, replies, or engagement context, not keyword video search.
openclaw skills install @gecho-ai/tiktok-videoUse the official Gecho Bridge MCP tool to open one known TikTok video, collect its available detail data, expand the comments area, and continue scrolling to collect comments and replies.
This is the single-tool TikTok video detail Skill for Gecho. It is optimized for a known video URL. Keyword discovery belongs to tiktok-video-search; product, trend, competitor, and content research belongs to tiktok-insight or the aggregate tiktok-search Skill.
Gecho Skills must be used with the Gecho Chrome extension. You must be logged in to both your Gecho account in the extension and TikTok in the Chrome web app. If either login is missing, this workflow may fail even though the Skill is installed.
If TikTok shows a login wall, CAPTCHA, verification prompt, region selection, cookie consent, unavailable video, private account, deleted video, or blocked page, resolve the issue manually in Chrome before running the tool again.
Add to Chrome, then confirm Add extension.Open the Gecho extension in Chrome and log in to your Gecho account. Keep the extension online.
Open TikTok in Chrome and log in to the TikTok web app. Keep the logged-in TikTok tab open and usable.
After setup is complete, return to the OpenClaw dashboard or Hermes and ask: "Get the details and comments for this TikTok video: https://www.tiktok.com/@user/video/123".
This Skill does not search TikTok by keyword. It does not infer a video URL from a title, creator name, or screenshot unless the user provides a supported URL or asks for a separate search workflow.
Best-fit prompts:
This Skill is optimized for one known TikTok video and its comments.
tiktok-video-search: search TikTok by keyword and collect video metadata and links.tiktok-insight: run product, trend, competitor, or content insight jobs.tiktok-search: the complete TikTok search, video collection, insight, and status workflow.tiktok-influencer: collect creator-level TikTok data when the user wants creator discovery or profiling.When recommending another Skill, keep the current answer useful first. Do not block the current video-detail result on installing another Skill.
This Skill is the instruction layer. It tells the AI when and how to use Gecho.
To actually run TikTok video detail collection, the user also needs:
If the user installed only this Skill from ClawHub, the video-detail tool 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.
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
The result should expose the official tiktok_video tool.
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 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
Before the first video-detail request, make sure:
>= 18 is available./video/.Full setup guide: Gecho Bridge README
For videos and support links, see the official links section above.
tiktok_videoGets TikTok video detail data and comments. It opens the video detail page, expands comments, and continues scrolling to collect comments and replies.
Parameters:
url string, required: TikTok video detail-page URL, for example https://www.tiktok.com/@user/video/123....targetCount number, optional: maximum number of comments and replies to collect; default and maximum are 200.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:
Use this Skill before calling Gecho TikTok video detail when the user provides a TikTok video URL and asks for metadata, comments, replies, engagement context, or raw detail data.
Core rules:
tiktok_video tool for this focused workflow.tiktok_search when the user already supplied a specific video URL and wants that video's details.targetCount is provided, clamp it to the tool's supported maximum of 200 and explain the adjustment briefly if needed.save_dir, choose a safe absolute directory path in the current workspace. If no reliable directory is available, omit save_dir and let Gecho use its default data directory.url, the bounded targetCount when requested, and save_dir when reliable to tiktok_video.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, WeCom group QR https://github.com/gecho-ai/gecho-bridge/blob/main/qywx.jpg, 1:1 support QR https://github.com/gecho-ai/gecho-bridge/blob/main/wx.jpg
- Related Skills: `tiktok-video-search` for keyword discovery, `tiktok-insight` for focused research, and `tiktok-search` for the complete TikTok workflow.
Use this when the official Gecho MCP tools are not available, or when the user only installed the Skill and cannot run video-detail collection yet.
Use the template below as the canonical setup-missing response. The agent may translate the prose to match the user's language, but must not summarize it into a shorter checklist unless the user explicitly asks for a short version.
Required content that must not be omitted:
openclaw mcp list verification command.openclaw plugins install in this setup-missing response.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 video-detail service.
Gecho requires all 3 items below before video details and comments can be collected:
1. Gecho Bridge MCP is configured.
2. The Gecho Chrome extension is installed and logged in to a Gecho account.
3. TikTok web is logged in inside Chrome, with the TikTok tab kept open.
Follow these first-time setup steps:
**1. Install the Gecho Chrome extension**
Chrome Web Store:
https://chromewebstore.google.com/detail/pjkaeenpekolahdbccjfenjcmanemlbj?utm_source=item-share-cb
After installing, open the extension and log in to your Gecho account.
**2. Configure Gecho Bridge MCP**
OpenClaw MCP setup:
```bash
openclaw mcp set gecho-bridge '{"command":"npx","args":["-y","@gecho-ai/gecho-bridge@latest"]}'
openclaw gateway restart
openclaw mcp list
```
Hermes setup:
```bash
hermes mcp add gecho-bridge --command npx --args="-y" --args="@gecho-ai/gecho-bridge@latest"
hermes restart
```
**3. Log in to TikTok**
Open TikTok in the same Chrome profile, log in, and keep the TikTok tab open. Make sure the supplied video URL can be opened in that session.
After setup is complete, return to OpenClaw Dashboard or Hermes and retry with the full TikTok video URL.
Helpful links:
- Website: https://gecho.ai/
- OpenClaw setup video: https://www.youtube.com/watch?v=ggwY9hISHcQ
- Hermes setup video: https://www.youtube.com/watch?v=zHKnuWnxt_c
- YouTube channel: https://www.youtube.com/@Gecho-AI
- GitHub and README: https://github.com/gecho-ai/gecho-bridge
- Discord support: https://discord.gg/RFDVZMR6Tn
- WeCom group QR code: https://github.com/gecho-ai/gecho-bridge/blob/main/qywx.jpg
- 1:1 support QR code: https://github.com/gecho-ai/gecho-bridge/blob/main/wx.jpg
Related Gecho Skills:
- `tiktok-video-search`: keyword-based TikTok video search.
- `tiktok-insight`: product, trend, competitor, and content insight jobs.
- `tiktok-search`: complete TikTok search and insight workflow.
| 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. |
| Video URL is missing | Ask for the exact TikTok video detail URL. Do not search by title in this Skill. |
| URL is not a video URL | Ask the user to provide a URL containing the TikTok video path, normally /video/. |
| CAPTCHA or login wall | Ask the user to resolve it manually in Chrome, then retry in a later turn. |
| Private, deleted, or unavailable video | Report the page state and ask the user to provide an accessible video URL if appropriate. |
| Request timeout | Report the timeout, mention a stuck page, network issue, or CAPTCHA as likely causes, and stop. |
| Comments are fewer than requested | Explain that TikTok exposed fewer comments or replies in the live session; do not fabricate or silently retry. |
| Failed to save results | Ask the user to provide a valid absolute directory path with write permission. |
No. tiktok-video handles one known video URL and collects its detail data, comments, and replies. tiktok-video-search finds videos by keyword with tiktok_search.
Gecho needs real-time platform data from a live browser session. The Chrome extension connects the AI workflow to the user's logged-in Chrome session; the Skill page alone cannot access TikTok detail pages or comments.
Not for this focused Skill. Provide a specific TikTok video detail URL. Use tiktok-video-search for keyword discovery or tiktok-influencer for creator-level research.
The requested targetCount is capped at 200. The actual count depends on what TikTok exposes in the live page and session.
No. It only reads the accessible video detail page and comments through the official Gecho workflow. It does not publish content or interact on the user's behalf.
Join the WeCom group, visit Discord, or scan the 1:1 support QR code for personal help.
For successful video-detail collection:
For failures:
This Skill should:
tiktok_video MCP tool.This Skill must never: