kuaishou-account-search

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

An account search tool for Kuaishou, a Chinese short-video platform. It finds accounts by a partial name and returns their platform ID, profile details and other identifying information.

In plain words
What is it for?
Use it to find Kuaishou creators, inspect similar or competing accounts, identify potential partners and retrieve the ID needed for further account research.
Why use it?
It removes the need to know an account’s exact ID before searching. The returned ID can be used to look up that account’s videos.

Skill for Claude CodeCodex

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

Good fit Use it to find Kuaishou creators, inspect similar or competing accounts, identify potential partners and retrieve the ID needed for further account research.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/redfox-data/redfox-community-dsh/kuaishou-accounts"><img src="https://agentmods.dev/badge/skills/redfox-data/redfox-community-dsh/kuaishou-accounts.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 108 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 850 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.00108 $0.00850
Opus 5 $0.00054 $0.00425
Sonnet 5 $0.00022 $0.00170
Haiku 4.5 $0.00011 $0.00085

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

Security

Grade A, and why

kuaishou-account-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 1 executable file (scripts/search_ks_user.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-accounts/SKILL.md · 60 lines

What it actually says

快手账号搜索(广域库)

📝 简介

通过快手账号名称(profile.userName)模糊包含匹配搜索账号,快速定位目标账号并拿到 kwaiId,用于后续查询该账号的作品列表。

✨ 功能特性

功能模块 能力描述 核心价值
名称模糊搜索 输入账号名称关键词即可搜索(如「人民日报」) 无需精确 ID,输入名字即可定位
返回 kwaiId 每个账号返回平台展示 id(kwaiId) 直接用于 queryWorkList 查询作品
账号画像 昵称、头像、封面、简介一览无余 快速判断账号定位与内容方向
分页浏览 每页最多 50 条,支持多页翻看 同名/相似账号不遗漏

🎯 适用对象

  • 🔍 内容创作者 — 搜索同赛道账号,拆解对标账号。
  • 📊 运营 / 数据分析 — 快速定位目标账号并获取其 kwaiId。
  • 🏢 品牌 / MCN — 筛查潜在合作达人账号。

🔑 鉴权

获取 API Key

  1. 访问 红狐Hub 官网 了解服务详情
  2. 前往 注册页面 注册账号
  3. 新注册用户将获赠免费积分,可立即开始使用 API 服务
  4. 注册登录后,在个人中心获取 API Key,格式为 ak_xxxxxxxx

配置 API Key

  • REDFOX_API_KEY 从环境变量获取,格式 ak_xxxxxxxx
  • 若未设置,提示用户自行配置:export REDFOX_API_KEY=<你的apikey>;若用户不会配置,Agent应主动帮用户设置:
    • macOS/Linux:将 export REDFOX_API_KEY=<值> 追加到 ~/.zshrc(zsh)或 ~/.bashrc(bash),然后 source 对应文件使其全局生效
    • Windows:使用 [Environment]::SetEnvironmentVariable("REDFOX_API_KEY", "<值>", "User") 设置用户级永久环境变量(需重启终端生效)
    • 配置完成后应验证:echo $REDFOX_API_KEY(macOS/Linux)或 echo %REDFOX_API_KEY%(Windows),确保换一个skill也能读取到

🔄 使用指南

通过快手账号名称模糊搜索定位目标账号,获取 kwaiId 后可直接用于查询该账号作品列表。

详细执行步骤、参数说明与输出格式详见 references/core_workflow.md


⏰ 数据时效说明

数据每日早上 06:00 更新(广域库快照)。

📂 相关文件

路径 用途
scripts/search_ks_user.py 账号搜索脚本(searchUser 接口)
references/core_workflow.md 核心执行流程与输出规范
README.md 完整接口说明与返回字段文档
Files

What ships with it

4 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. 12d ago First seen · 60 lines · 108 tokens per session scan A 56dbe597b222

Subscribe to this mod's changes

kuaishou-account-search is a skill published in the GitHub repository redfox-data/redfox-community-dsh (6 stars, last pushed yesterday), licensed MIT. It adds 108 tokens to every session and 850 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

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