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.
npx skills add sandbaseai/sandbase-skills --skill douyin-researchgit clone --depth 1 https://github.com/sandbaseai/sandbase-skillsWrote 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.
[](https://agentmods.dev/skills/sandbaseai/sandbase-skills/douyin-research)<a href="https://agentmods.dev/skills/sandbaseai/sandbase-skills/douyin-research"><img src="https://agentmods.dev/badge/skills/sandbaseai/sandbase-skills/douyin-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.
<a href="https://agentmods.dev/skills/sandbaseai/sandbase-skills/douyin-research"><img src="https://agentmods.dev/badge/skills/sandbaseai/sandbase-skills/douyin-research.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00047 | $0.00481 |
| Opus 5 | $0.00023 | $0.00241 |
| Sonnet 5 | $0.00009 | $0.00096 |
| Haiku 4.5 | $0.00005 | $0.00048 |
Grade A, and why
douyin-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 11d 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.
What it actually says
抖音研究
抖音内容与创作者研究工具。搜索视频、分析达人、追踪挑战赛和话题趋势。使用前请阅读 API 映射表。
调用 SandBase 能力
每次调用前先使用 sandbase_describe_tool 获取当前参数 schema,再使用 sandbase_call_tool 传入准确的 tool_name。
操作原则
- 仅用于公开内容的研究和分析,不发布或互动。
- 保留归因:视频链接、作者、播放量、发布时间。
- 抖音数据时效性强,热点内容变化快。
工作流
1. 搜索与发现
使用 douyin_search_general_search_v2 综合搜索(视频、用户、话题)。
使用 douyin_search_video_search_v2 搜索视频。
使用 douyin_search_user_search_v2 搜索用户/创作者。
使用 douyin_search_challenge_search_v2 搜索挑战赛/话题。
使用 douyin_search_music_search 搜索音乐。
使用 douyin_search_live_search_v1 搜索直播。
2. 内容分析
使用抖音 app-v3 相关接口获取视频详情和互动数据。
3. 趋势追踪
使用 douyin_search_search_suggest 获取搜索联想词。
使用挑战赛搜索追踪话题趋势。
输出
返回:搜索结果概览、视频热度分析、创作者画像、话题趋势、内容策略洞察。
示例任务
- "搜索抖音上关于 [话题] 的热门视频。"
- "找出 [品类] 领域的抖音头部达人。"
- "追踪 #[挑战赛] 的参与量和热度变化。"
- "分析 [品牌] 在抖音上的内容营销策略。"
- "最近抖音上有哪些爆款内容模式?"
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.
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.
- 11d ago First seen · 51 lines · 47 tokens per session scan A 54a97a11e5c4
douyin-research is a skill published in the GitHub repository sandbaseai/sandbase-skills (151 stars, last pushed 3d ago), licensed Apache-2.0. It adds 47 tokens to every session and 481 once invoked, about $0.0002 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-08-30.
Other skills, from other repositories
skill
Ten native DSH tools give a text-only agent eyes. Use these structured tools directly; do not shell out to the bundled Python scripts or reproduce their implementation. Vision API credentials and model settings are managed by the plugin, so tool calls do not receive credentials.
modsearch
Plug-in web search, X (Twitter) search, and page fetch for models without native web access. Use whenever the task needs current information, external facts, source links, posts from X, or the content of a specific URL, and the active model/harness has no native search or fetch tool. Runs the modsearch CLI to return…
submit-dsh-plugin
A submission checklist and workflow for adding a DeepSeek Harness plugin to the community’s public catalogue. It prepares the catalogue entry and checks the plugin’s repository, metadata, tests, and required files.
dsh-plugin-dev
A guide for building and debugging plugins for DeepSeek Harness, a developer-preview tool built on the Cordis component framework. It explains how plugins are exported, loaded, and connected to services.
dsh-first-plugin
A step-by-step guide for building and installing a first DSH plugin. DSH is a software tool whose plugins can add tools, connect outside services, or respond to agent events.
dsh-onboarding
Guidance for helping someone use DeepSeek Harness, a local runtime for coding agents, for the first time. It explains the runtime, profiles, workspace, permissions, and how extensions are discovered.