douyin-top-account

douyin-top-account is a skill for Claude Code, Codex from redfox-data/redfox-community-dsh. It costs 102 tokens per session (2,943 once invoked), scanned A, original, MIT.

A tool for tracking and analysing influential Douyin accounts. Douyin is a Chinese short-video platform; the tool covers daily, weekly, and monthly account rankings by category.

In plain words
What is it for?
Use it to find top accounts, filter rankings by content area, generate HTML reports that can be exported to PDF or images, and schedule daily, weekly, or monthly updates.
Why use it?
It removes the need to gather and compare ranking data manually across time periods and content categories.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to find top accounts, filter rankings by content area, generate HTML reports that can be exported to PDF or images, and schedule daily, weekly, or monthly updates.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/redfox-data/redfox-community-dsh/douyin-top-account
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 redfox-data/redfox-community-dsh --skill douyin-top-account
Clone the repo
git clone --depth 1 https://github.com/redfox-data/redfox-community-dsh

Made for: Claude Code, Codex.

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 douyin-top-account

README.md
[![agentmods](https://agentmods.dev/badge/skills/redfox-data/redfox-community-dsh/douyin-top-account/github.svg)](https://agentmods.dev/skills/redfox-data/redfox-community-dsh/douyin-top-account)
Your own site
<a href="https://agentmods.dev/skills/redfox-data/redfox-community-dsh/douyin-top-account"><img src="https://agentmods.dev/badge/skills/redfox-data/redfox-community-dsh/douyin-top-account/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 douyin-top-account

Your own site · 80×15
<a href="https://agentmods.dev/skills/redfox-data/redfox-community-dsh/douyin-top-account"><img src="https://agentmods.dev/badge/skills/redfox-data/redfox-community-dsh/douyin-top-account.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 102 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,943 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.
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.00102 $0.02943
Opus 5 $0.00051 $0.01471
Sonnet 5 $0.00020 $0.00589
Haiku 4.5 $0.00010 $0.00294

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

Security

Grade A, and why

douyin-top-account 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.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/fetch_rank.py, scripts/generate_report.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/douyin-top-account/SKILL.md · 250 lines

How it starts

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

抖音热门账号推荐

1. 简介

抖音每日最具影响力账号榜单追踪分析工具 -- 基于红狐数据 API,提供抖音全品类 / 分品类账号每日 / 每周 / 每月的表现榜单查询,支持排名查询、赛道筛选、HTML 可视化报告下载与定时订阅推送。

适用对象:新手内容创作者、品牌方 / 商务投放人员、MCN 机构 / 内容团队、行业分析师 / 咨询从业者。


2. 功能特性

核心功能

  • 排名查询 -- 查日榜、周榜、月榜 TOP50,支持全品类和分品类
  • 赛道筛选 -- 按品类筛选(美食、旅行、科技、游戏等 27 个赛道)
  • 报告下载 -- 生成 HTML 可视化报告,支持导出 PDF / 截图
  • 定时订阅 -- 设置自动化定时推送,支持日 / 周 / 月频率

特色亮点

  • 日榜每日 17:30 更新 / 回溯 7 天,周榜每周一 17:30 更新 / 回溯 3 周,月榜每月 2 号 9 点更新 / 回溯 3 月
  • 综合评分算法:根据总粉丝数、新增粉丝增量、新增点赞 / 分享 / 评论加权计算,满分 100
  • 赛道模糊匹配:支持自然语言输入(如 "美妆" 自动映射到 "化妆美容")
  • 数据一致性保障:对话展示的数据条数与 HTML 报告严格一致

3. 一键安装

鉴权

获取 API Key

请前往 红狐hub 获取API KEY

配置 API Key

方案1: 以OpenClaw为例,将REDFOX_API_KEY添加到~/.openclaw/openclaw.json中

{ "env": { "REDFOX_API_KEY": "ak_xxxx..." } }

方案2: 终端配置:export REDFOX_API_KEY="ak_xxxx..."

export REDFOX_API_KEY="ak_xxxx..."

依赖安装

无需安装第三方依赖,使用 Python 标准库即可运行。


4. 使用指南

基础使用

查询榜单数据(默认展示 TOP 20)

python scripts/fetch_rank.py --query "用户原始问题" --limit 20 --output /path/to/data.json

脚本会自动解析:

  • 时间:从用户文本识别日 / 周 / 月,未明确则默认日榜
  • 日期:自动计算最新可用日期(日榜 17:30 更新,周榜周一 17:30 更新,月榜每月 2 号 9 点更新)
  • 赛道:支持模糊匹配(如 "美妆" 映射为 "化妆美容")

生成 HTML 报告

python scripts/generate_report.py --data /path/to/data.json --limit 20

重要:HTML 报告展示的数据条数必须与对话中展示的数量保持一致。使用 deliver_attachments 交付 HTML 文件。

查看全部 50 条数据

python scripts/fetch_rank.py --query "用户原始问题" --limit 50 --output /path/to/data_full.json
python scripts/generate_report.py --data /path/to/data_full.json --limit 50

高级使用

更新时间与回溯范围

榜单类型 更新时间 回溯范围
日榜 每日17:30 过去7天
周榜 每周一17:30 过去3周
月榜 每月2号9点 过去3月

时间边界处理(必须严格遵守)

  • 查询当日及未来日期:回复「非常抱歉🙏,我们最新的是昨日/上周/上月的数据,将为您提供最接近您需求的昨日/上周/上月热榜。」
  • 查询时间早于回溯日期:回复「非常抱歉🙏,目前榜单最多支持回溯「过去7天/过去3周/过去3月」,我将为您查询最接近您需求的时间范围~」

订阅服务

用户确认订阅后,使用 automation_update 工具创建自动化任务:

  • 日榜:FREQ=DAILY;BYHOUR=19;BYMINUTE=30
  • 周榜:FREQ=WEEKLY;BYDAY=MO;BYHOUR=19;BYMINUTE=30
  • 月榜:FREQ=MONTHLY;BYMONTHDAY=1;BYHOUR=16;BYMINUTE=0

Read the full file on GitHub · 250 lines

Files

What ships with it

10 files 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. 11d ago First seen · 250 lines · 102 tokens per session scan A 1aa7078280c5

Subscribe to this mod's changes

douyin-top-account is a skill published in the GitHub repository redfox-data/redfox-community-dsh (5 stars, last pushed yesterday), licensed MIT. It adds 102 tokens to every session and 2,943 once invoked, about $0.0005 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-31.

Related

Other skills, from other repositories

dsh-hooks-authoring

Instructions for writing and debugging dsh-hooks-plugin scripts, which run during tool or session events such as before a tool call or after it finishes. These scripts return JSON decisions such as allowing, asking about, or denying an action.

KYinCode/dsh-hooks-plugin · 112 tokens

web-artifact-designer

A design workflow for producing self-contained HTML or SVG files that open directly in a browser. It covers visual work such as posters, infographics, landing pages, charts, banners, cards, and interface mockups.

xulelenlp/dsh-web-artifact-designer · 115 tokens

dsh-web-pet-developer

Create a pet for the dsh-pet plugin and integrate it into the dsh web GUI — author a v2 pet.json manifest plus an 8-column x 9-row atlas per the Codex/hatch-pet contract (live2d pets, voice packs and status decorations included), drop it into the pet-center user directory or contribute it as a built-in asset under…

zhu1090093659/dsh-web · 162 tokens

company-research-method

A documented process for researching a company using supplied files and selected public sources. It produces a company overview with business details, sourced financial figures, and stated risks.

PerryLink/dsh-industry-research · 83 tokens

dsh-plugin-guide

Use when developing, reviewing, packaging, debugging, or answering questions about DeepSeek Harness (DSH) plugins — the plugin-based agent harness on vendored Cordis. Applies the official plugin-development constraints (plugin contract, cordis.yml layers, services/events/effects, tool DSL, bundles/profiles) backed by…

PerryLink/dsh-plugin-guide · 76 tokens

living-docs-governance

Keep a long-lived project's documentation from rotting by assigning existing project docs clear constitution, map, status, and history roles, then wiring the active agent harness to those canonical sources. Use in the maintain phase when docs drift from code, agents lose context between sessions, or intentional…

gongyijie85/dsh-ecc · 118 tokens