TikHub API Helper
Looks up real TikHub endpoints for TikTok/Douyin/Instagram/etc, but the bundled API key doesn't work.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 14, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 7b59fb8
Ran the bundled client for real: api_searcher.py correctly found /api/v1/tiktok/web/fetch_user_profile from the local OpenAPI spec, but api_client.py's 'default token for development' came back 401 Invalid API token, and even the no-auth health check 403'd (Cloudflare blocks the script's bare urllib User-Agent) — the discovery half works, the call half needs your own paid TikHub key despite the docs implying otherwise.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 6/10
- Docs & honesty 2/5
What TikHub API Helper does
Searches a bundled 2.4MB OpenAPI spec to find the right TikHub endpoint (TikTok, Douyin, Xiaohongshu, Instagram, YouTube, Twitter, Reddit, Bilibili, Weibo, Zhihu, and more) and shows required parameters. Triggers when a user asks to fetch or search social media data by platform name. The endpoint discovery is real and grounded, but the bundled 'default token for development' is invalid and the shipped client gets Cloudflare-blocked even on the no-auth health check, so making an actual API call requires the user's own paid TikHub account.
How to install TikHub API Helper
git clone https://github.com/liangdabiao/social_research_agent
cd social_research_agent
mkdir -p ~/.claude/skills
cp -r .claude/skills/tikhub-api-helper ~/.claude/skills/tikhub-api-helper
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger TikHub API Helper
-
/tikhub-api-helperLooks up real TikHub endpoints for TikTok/Douyin/Instagram/etc, but the bundled API key doesn't work.
It also activates on plain-language prompts like these:
-
Find the TikHub endpoint for fetching a TikTok user's profile -
Show me the required parameters for the Douyin video info endpoint -
Look up which TikHub API pulls Instagram post data
Frequently asked questions
- Is the TikHub API Helper skill free?
- Yes. The skill itself is free from liangdabiao/social_research_agent. SkillProof publishes the install command and an independent test verdict at no cost.
- Does TikHub API Helper work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Works with setup. Ran the bundled client for real: api_searcher.py correctly found /api/v1/tiktok/web/fetch_user_profile from the local OpenAPI spec, but api_client.py's 'default token for development' came back 401 Invalid API token, and even the no-auth health check 403'd (Cloudflare blocks the script's bare urllib User-Agent) — the discovery half works, the call half needs your own paid TikHub key despite the docs implying otherwise.
- What is the TikHub API Helper SkillProof Score?
- 7.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 6/10, docs & honesty 2/5.
- How do I install TikHub API Helper?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use TikHub API Helper with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.