A comprehensive tool for discovering and calling TikHub API endpoints to fetch data from TikTok, Instagram, Douyin, and other social platforms.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install tikhub-api-skill
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install tikhub-api-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
TikHub API Helper is a robust interface designed to simplify interactions with the TikHub ecosystem, which provides extensive API coverage for global social media platforms. By integrating this skill into Openclaw Skills, developers and AI agents can programmatically search for relevant API endpoints, explore detailed parameter requirements, and execute high-performance data requests across networks like TikTok, Xiaohongshu, YouTube, and Twitter.
This skill is particularly valuable for cross-platform data aggregation, sentiment analysis, and content monitoring. It abstracts the complexity of different platform structures into a unified workflow, making it easier to build data-driven applications or research tools using Openclaw Skills.
api_searcher.py script is executed with relevant keywords to find the matching TikHub API endpoint.sec_user_id or post_id) using the detail flag in the searcher.api_client.py utility makes an authenticated HTTP request to the selected TikHub endpoint.To start using TikHub API Helper within Openclaw Skills, follow these configuration steps:
TIKHUB_TOKEN environment variable in your terminal or configuration file:export TIKHUB_TOKEN="YOUR_API_TOKEN_HERE"
python api_client.py GET /api/v1/health/check
The skill manages data through two primary scripts that interact with the TikHub REST API. The organization is based on platform tags and operation IDs:
| Component | Function | Data Type |
|---|---|---|
api_searcher.py |
Endpoint Discovery | JSON metadata (operation_id, tags, description) |
api_client.py |
Data Execution | Platform-specific JSON (User, Video, Comment objects) |
| Domain Logic | Region Routing | Auto-detects between api.tikhub.io (Global) and api.tikhub.dev (China) |
All results returned to Openclaw Skills are structured in JSON format for easy parsing and subsequent processing.
Loading
A professional-grade AI video script and storyboard generator optimized for creating multi-episode series on the Seedance 2.0 platform.

A sophisticated AI framework that transforms raw product concepts into deep user insights and prioritized market opportunities in under ten minutes.

An advanced web research toolkit powered by Bright Data MCP for automated scraping, structured data extraction, and competitive intelligence.

A comprehensive Amazon competitor analysis tool that deconstructs listing logic, keyword strategies, and customer sentiment into actionable reports.

A comprehensive weather retrieval skill providing real-time conditions, forecasts, and lifestyle recommendations for cities across China.

An intelligent Bark notification assistant for Openclaw Skills that provides flexible multi-user message delivery and history management.








































