tiktok-research

tiktok-research is a skill for Claude Code from sandbaseai/sandbase-skills. It costs 51 tokens per session (622 once invoked), scanned A, original, Apache-2.0.

A read-only research workflow for TikTok videos, creators, hashtags, trends, and live streams. TikTok is a short-form video platform where users publish and discover brief videos.

In plain words
What is it for?
Use it to discover videos, study creators, track hashtags, examine engagement, and research short-form content trends.
Why use it?
It gathers platform data without requiring manual browsing and keeps research separate from posting or interacting with accounts.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the sandbase-skills plugin — 97 skills shipped together

Good fit Use it to discover videos, study creators, track hashtags, examine engagement, and research short-form content trends.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sandbaseai/sandbase-skills/tiktok-research
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add sandbaseai/sandbase-skills --skill tiktok-research
Clone the repo
git clone --depth 1 https://github.com/sandbaseai/sandbase-skills

Made for: Claude Code.

Or install sandbase-skills, the plugin that ships this one along with the rest of its 97 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for tiktok-research

README.md
[![agentmods](https://agentmods.dev/badge/skills/sandbaseai/sandbase-skills/tiktok-research/github.svg)](https://agentmods.dev/skills/sandbaseai/sandbase-skills/tiktok-research)
Your own site
<a href="https://agentmods.dev/skills/sandbaseai/sandbase-skills/tiktok-research"><img src="https://agentmods.dev/badge/skills/sandbaseai/sandbase-skills/tiktok-research/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for tiktok-research

Your own site · 80×15
<a href="https://agentmods.dev/skills/sandbaseai/sandbase-skills/tiktok-research"><img src="https://agentmods.dev/badge/skills/sandbaseai/sandbase-skills/tiktok-research.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 622 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00051 $0.00622
Opus 5 $0.00026 $0.00311
Sonnet 5 $0.00010 $0.00124
Haiku 4.5 $0.00005 $0.00062

Measured 8d ago against content hash c7b501bdcf52, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

tiktok-research scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

research/tiktok-research/SKILL.md · 61 lines

How it starts

The opening of the file, as written. The whole thing — 61 lines — stays where its author put it; the contents beside it link to each section on GitHub.

TikTok Research

TikTok content and creator intelligence through SandBase. Search videos, analyze creator profiles, track hashtag performance, discover trending content, and research live streams. Read the API map before selecting a capability.

Call SandBase capabilities

For every selected tool, call sandbase_describe_tool first and use only arguments in its current input schema. Then call sandbase_call_tool with the exact tool_name.

Operating principles

  • Use TikTok data for content research and market intelligence only.
  • Preserve attribution: include video URLs, creator handles, view counts, dates.
  • TikTok metrics are volatile — note observation timestamps.
  • Never attempt to post, like, comment, or follow on the platform.

Workflow

1. Search and discover

Use tiktok_app_v3_general_search_result for keyword/topic video discovery. Use tiktok_app_v3_hashtag_search_result to find hashtags by keyword. Use tiktok_app_v3_hashtag_video_list to get videos under a specific hashtag. Use tiktok_app_v3_home_feed to see what's trending on For You.

2. Analyze creators

Use tiktok_app_v3_creator_info for creator profile and stats. Use tiktok_app_v3_creator_search_insights for creator search performance. Use tiktok_app_v3_creator_search_insights_trend for creator trend data. Use tiktok_app_v3_creator_search_insights_videos for top-performing videos.

3. Analyze content

Use tiktok_app_v3_one_video for detailed video metrics. Use tiktok_app_v3_multi_video for batch video analysis. Use tiktok_app_v3_music_video_list for content using specific sounds. Use tiktok_app_v3_music_detail for sound/music metadata.

4. Live and commerce

Use tiktok_app_v3_live_room_info for live stream details. Use tiktok_app_v3_live_ranking_list for top live creators. Use tiktok_app_v3_live_room_product_list for live commerce research.

Output

Return: search results, creator analysis (followers, engagement, content themes), hashtag performance, trending content patterns, and competitive insights.

Read the full file on GitHub · 61 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 61 lines · 51 tokens per session scan A c7b501bdcf52

Subscribe to this mod's changes

tiktok-research is a skill published in the GitHub repository sandbaseai/sandbase-skills (151 stars, last pushed 3d ago), licensed Apache-2.0. It adds 51 tokens to every session and 622 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

remotion-create

Create a new Remotion video.

stvlynn/dsh.fish · 10 tokens

visionary-cli

Analyze images with DeepSeek's vision model via the visionary-server CLI. Use this whenever the user provides an image, photo, screenshot, or document with images - run vision to look at it rather than guessing.

xlight/deepseek-visionary · 46 tokens

record-browser-gif

Record browser or Web UI interaction demos as optimized GIFs using the available browser-control workflow, optional Playwright Videos for higher capture frame rates, and deterministic encoding, then attach the GIF to a pull request with gh --attach, falling back to a dedicated assets branch where attach cannot apply.…

SparkElf/deepseek-harness-plus · 111 tokens

animate

Build an animation from scratch, making the decisions in the order that determines whether it feels right — should it animate at all, what purpose, which tool, which properties, which curve and duration, how it interrupts, how it exits. Writes the implementation. Use when asked to animate something, add motion, make a…

stvlynn/dsh.fish · 96 tokens

gc-minimal-zine-poster-v0-3

Generate or analyze poetic paper-texture minimal zine posters with large negative space, a small editorial collage or focal element, experimental typography, and one clear color accent. Use when the user gives a theme, sentence, article, mood, object, photo, content brief, reference images, or an image folder and…

stvlynn/dsh.fish · 100 tokens

remotion-best-practices

Router for all Remotion skills.

stvlynn/dsh.fish · 13 tokens