kuaishou-search

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

A search tool for popular Kuaishou videos, a Chinese short-video platform. It returns titles, authors, view counts, likes, comments, collections, links, and can connect a result to video details and transcript extraction.

In plain words
What is it for?
It helps search by keyword, sort by popularity or recency, browse multiple result pages, assess creators and content, and pass a work ID to the video-transcription tool.
Why use it?
It makes it easier to find and compare popular videos than browsing the platform manually.

Skill for Claude CodeCodex

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

Good fit It helps search by keyword, sort by popularity or recency, browse multiple result pages, assess creators and content, and pass a work ID to the video-transcription tool.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/redfox-data/redfox-community-dsh/kuaishou-search"><img src="https://agentmods.dev/badge/skills/redfox-data/redfox-community-dsh/kuaishou-search.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 123 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,208 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.00123 $0.02208
Opus 5 $0.00062 $0.01104
Sonnet 5 $0.00025 $0.00442
Haiku 4.5 $0.00012 $0.00221

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

Security

Grade A, and why

kuaishou-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 11d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/search_ks_work.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/kuaishou-search/SKILL.md · 184 lines

How it starts

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

快手作品搜索

📝 简介

输入关键词就能搜到快手热门作品(广域库),支持按排序方式多维度筛选,作品标题、作者、播放数、点赞数、评论数、收藏数一览无余,点一下链接就能跳转看详情,还可关联提取视频详情和文案。

✨ 功能特性

功能模块 能力描述 核心价值
关键词搜索 输入关键词搜索快手热门作品(广域库) 精准发现目标赛道的内容
多维排序 综合/最新/最多点赞/最多收藏 按不同维度发现优质内容
分页浏览 每页展示50条结果,支持多页翻看 不遗漏任何一条内容
视频详情提取 work_id 可用于 kuaishou-video-extract 技能获取视频详情和提取视频文案 搜索→详情→文案提取全链路

🎯 适用对象

  • 🔍 内容创作者 — 找同赛道热门作品,研究对标内容的选题方向和爆款规律。
  • 📊 运营 / 数据分析 — 快速摸清某个品类在快手上有什么热门内容,掌握流量趋势。
  • 🏢 品牌 / MCN — 筛选潜在合作达人,按互动量评估作品价值,辅助投放决策。
  • 🛒 电商选品 — 搜索细分赛道的带货作品,找到匹配的推广内容方向。

🔑 鉴权

获取 API Key

请前往 红狐hub 获取 API KEY

配置 API Key

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

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

方案2: 终端配置

export REDFOX_API_KEY="ak_xxxx..."

🔄 工作流程

Step 1:理解用户意图,提取关键词和筛选参数

1. 提取关键词

  • 从用户描述中提取 2~6 字的搜索关键词
  • 若用户意图模糊(如“帮我搜快手”),主动询问:「请问你想搜索哪个方向或领域的内容?」
  • 不得在用户未提供关键词时擅自猜测并调用脚本

2. 识别筛选参数(用户未指定时使用默认值)

  • 排序方式--sort):默认 最多点赞
    • 用户提到“综合” → 综合
    • 用户提到“最新”、“最近” → 最新
    • 用户提到“点赞”、“热门”、“爆款” → 最多点赞
    • 用户提到“收藏” → 最多收藏
    • 未提及排序 → 最多点赞(默认)
  • 页码--page):默认 1
    • 用户提到“下一页”、“第2页” → 对应页码
    • 未提及页码 → 1(默认)

Step 2:调用搜索脚本

python3 ~/.agents/skills/kuaishou-search/scripts/search_ks_work.py "<关键词>" [--sort 排序] [--page 页码]

参数说明:

参数 可选值 含义
keyword 任意字符串 搜索关键词
--sort 综合 / 最新 / 最多点赞 / 最多收藏 排序方式(默认:最多点赞)
--page 正整数 页码,从 1 开始(默认:1)

脚本以 JSON 格式输出:

字段 说明
articles 关键词匹配作品列表(按请求排序参数排列)
sort_label 本次排序方式文字说明
page 当前页码
has_next 是否有下一页(true/false)
total 当前页返回条数

每条作品字段:

字段 说明
title 作品标题
author 作者名称
author_url 作者主页链接(保留字段,当前为空)
author_fans 作者粉丝数
play_count 播放数
like_count 点赞数
comment_count 评论数
collect_count 收藏数
share_count 分享数
forward_count 转发数
work_url 作品链接(由 photoId 构建)
cover_url 封面图 URL
video_url 视频 URL
head_url 作者头像 URL
duration 视频时长(mm:ss 格式)
duration_ms 视频时长(毫秒)
work_type 作品类型
publish_time 发布时间(YYYY-MM-DD HH:MM:SS)
publish_date 发布日期(YYYY-MM-DD)
work_id 作品ID(photoId,可用于 kuaishou-video-extract 技能获取视频详情和提取视频文案)

Read the full file on GitHub · 184 lines

Files

What ships with it

3 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 · 184 lines · 123 tokens per session scan A 4be1b0359b11

Subscribe to this mod's changes

kuaishou-search is a skill published in the GitHub repository redfox-data/redfox-community-dsh (5 stars, last pushed today), licensed MIT. It adds 123 tokens to every session and 2,208 once invoked, about $0.0006 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