overseas-trending-search

overseas-trending-search is a skill for Claude Code, Codex from redfox-data/redfox-community-dsh. It costs 155 tokens per session (2,619 once invoked), scanned A, original, MIT.

A search tool for finding popular recent posts and videos about a keyword on X, TikTok, and YouTube. It combines results from these platforms into one list and can create CSV and HTML files.

In plain words
What is it for?
Use it to track daily trends, compare platform activity, monitor competitors or public reaction, collect content ideas, and explore TikTok posts by creator.
Why use it?
It removes the need to search each platform separately when comparing how a topic, event, brand, or product is spreading.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to track daily trends, compare platform activity, monitor competitors or public reaction, collect content ideas, and explore TikTok posts by creator.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/redfox-data/redfox-community-dsh/overseas-trending-search
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 overseas-trending-search
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 overseas-trending-search

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/redfox-data/redfox-community-dsh/overseas-trending-search"><img src="https://agentmods.dev/badge/skills/redfox-data/redfox-community-dsh/overseas-trending-search.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 155 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,619 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.00155 $0.02619
Opus 5 $0.00077 $0.01309
Sonnet 5 $0.00031 $0.00524
Haiku 4.5 $0.00015 $0.00262

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

Security

Grade A, and why

overseas-trending-search 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 12d ago.

The scan reads SKILL.md. This mod also ships 7 executable files (scripts/config.py, scripts/digest.py, scripts/sources/__init__.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/overseas-trending-search/SKILL.md · 176 lines

How it starts

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

海外跨平台热文搜索

输入任意关键词(中文/英文),一键搜索 X / TikTok / YouTube 三平台热门内容,每平台按点赞/播放/评论/发布时间取 Top N(默认 5),输出统一字段列表:平台、标题、作者、播放数、点赞数、评论数、发布时间、链接。

API 请求均携带 ChinaTrendingDigest-RedSkill 标识。需先配置 API Key,通过环境变量 REDFOX_API_KEY 或 --api-key 参数传入。 架构为平台适配器模式:新平台(如 YouTube)只需新增适配器文件,主流程零改动。


使用场景

场景 示例
每日热点追踪 每天跑一次 "AI",掌握三平台当日最热内容
跨平台对比 同一关键词对比 X / TikTok / YouTube 的热度与内容形态差异
话题事件追踪 搜 "新能源,EV" 追踪特定话题跨平台传播
竞品/舆情监控 搜品牌或产品名,看海外用户的真实讨论与爆款反馈
素材灵感采集 导出 CSV 做选题库与数据分析
账号内容挖掘 TikTok 侧支持按作者作品列表下钻(userAwemeList)

使用方法

# 基础用法:单关键词(默认最近 24 小时,按播放数降序)
python3 "$SKILL_PATH/scripts/digest.py" "AI"

# 中文关键词 / 多关键词(英文逗号分隔)
python3 "$SKILL_PATH/scripts/digest.py" "人工智能,AI agent"

# 放宽时间窗口到最近 3 天(TikTok 热门多为历史内容,建议放宽)
python3 "$SKILL_PATH/scripts/digest.py" "AI" --days 3

# 只跑指定平台
python3 "$SKILL_PATH/scripts/digest.py" "AI" --platforms tiktok

# 按发布时间排序
python3 "$SKILL_PATH/scripts/digest.py" "AI" --sort time

# 按点赞数排序 / 调整每平台返回条数(默认 5)
python3 "$SKILL_PATH/scripts/digest.py" "AI" --sort likes --top 10

# 仅导出 CSV / 不自动打开浏览器
python3 "$SKILL_PATH/scripts/digest.py" "AI" --csv-only --no-open

CSV / HTML 默认保存在 ~/Downloads/QoderOverseasTrending/


返回结果展示规范

向用户展示结果时,必须包含以下字段:

字段 说明
平台 X / TikTok / YouTube(带平台标识色)
标题 推文/视频文案摘要,仅展示前 20 字(HTML 表格悬停看全文)
作者 作者昵称
播放数 千/万简写(如 47.3w),展示在作者之后
点赞数 千/万简写(如 62.9w)
评论数 同上
发布时间 YYYY-MM-DD HH:mm
链接 可点击跳转原文

平台状态需在结果前明示:某平台上游故障时优雅降级并在报告中标注,不影响其他平台结果。

  • 条数约束:每个平台最多返回 --top N 条(默认 5),按 --sort 指标在平台组内降序;终端与 HTML 均按平台分组展示。
  • 语言优先分层:中文关键词时各平台组内优先展示中文内容、英文关键词优先英文内容,组内中/英文内容不足时以其他语言兜底;层内仍按排序指标降序。
  • HTML 报告支持「卡片 / 表格」双视图切换,表格视图含点赞/评论/播放/分享全字段。
  • YouTube 点赞/评论数由 videoDetail 详情接口逐条补全(默认全量覆盖搜索结果 20 条,本地化计数串已解析为整数)。

参数说明

参数 说明 默认值
keywords 关键词,中英文均可,多词英文逗号分隔(位置参数)
--days 时间窗口:最近 N 天(0=不限) 1
--platforms 平台列表:x,tiktok,youtube 任意组合 x,tiktok,youtube
--sort 排序:views / likes / comments / time views
--top 每平台最多返回条数(0=不限) 5
--output-dir 输出目录 ~/Downloads/QoderOverseasTrending
--api-key 指定 RedFox API Key
--csv-only 仅生成 CSV,不生成 HTML
--no-open 不自动打开浏览器

Read the full file on GitHub · 176 lines

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. 12d ago First seen · 176 lines · 155 tokens per session scan A ab4d570673ae

Subscribe to this mod's changes

overseas-trending-search is a skill published in the GitHub repository redfox-data/redfox-community-dsh (6 stars, last pushed yesterday), licensed MIT. It adds 155 tokens to every session and 2,619 once invoked, about $0.0008 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

delivery-proof

Delivery proof and the doublecheck report. Use when the work is done and the delivery must be proven — consolidate the spec, test timeline, review verdicts, and verification checks into a doublecheckreport, and only then claim completion.

PerryLink/dsh-doublecheck · 50 tokens