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 redfox-data/redfox-community-dsh --skill kuaishou-account-worksgit clone --depth 1 https://github.com/redfox-data/redfox-community-dshWrote 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/redfox-data/redfox-community-dsh/kuaishou-account-works)<a href="https://agentmods.dev/skills/redfox-data/redfox-community-dsh/kuaishou-account-works"><img src="https://agentmods.dev/badge/skills/redfox-data/redfox-community-dsh/kuaishou-account-works/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/redfox-data/redfox-community-dsh/kuaishou-account-works"><img src="https://agentmods.dev/badge/skills/redfox-data/redfox-community-dsh/kuaishou-account-works.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.00179 | $0.01213 |
| Opus 5 | $0.00089 | $0.00607 |
| Sonnet 5 | $0.00036 | $0.00243 |
| Haiku 4.5 | $0.00018 | $0.00121 |
Grade A, and why
kuaishou-account-works 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.
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
快手账号作品查询
📝 简介
快手账号作品查询工具,覆盖两个互补场景(Lindorm 数据源):
- 账号作品列表:通过快手账号平台展示 id(kwaiId)或主页链接 id(threeXId)精准匹配查询该账号的作品列表,按发布时间倒序返回。
- 单条作品详情:通过作品 ID(photoId)精确匹配查询单条作品正文详情,深挖爆款数据。
标题、播放数、点赞数、评论数、收藏数、分享数、转发数、视频时长、封面与视频链接一览无余。
✨ 功能特性
| 功能模块 | 能力描述 | 核心价值 |
|---|---|---|
| 双 ID 查询(列表) | 支持 kwaiId / threeXId 两种账号标识 | 有主页链接或平台 id 均可查询 |
| 账号作品列表 | 精准匹配该账号全部可见作品,发布时间倒序 | 一次拉取完整作品库,掌握最新内容 |
| photoId 精准查询(详情) | 通过作品 ID 精确匹配单条详情 | 深挖单条作品的完整数据 |
| 完整数据维度 | 播放/点赞/评论/收藏/分享/转发/时长 | 全面评估作品表现 |
| 作者信息 | 昵称 + 粉丝数 + 头像 | 快速了解作者影响力 |
| 分页浏览 | 每页最多 50 条,支持多页翻看 | 不遗漏任何一条内容 |
| 作品直达 | 直接输出封面与视频 URL | 快速查看/下载原片 |
🎯 适用对象
- 🔍 内容创作者 — 拆解对标账号作品结构、深挖单条爆款,研究爆款规律。
- 📊 运营 / 数据分析 — 摸清账号更新频率与流量趋势,精确追踪单条作品表现。
- 🏢 品牌 / MCN — 筛查合作达人的作品表现,评估单个合作作品的实际价值。
- 🛒 电商选品 — 查看带货账号的最新作品,匹配推广方向。
🔑 鉴权
获取 API Key
配置 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也能读取到
- macOS/Linux:将
🔄 使用指南
本技能支持两大核心场景:
- 场景 A — 按账号查询作品列表:通过 kwaiId 或 threeXId 查询账号全部作品,获取播放、点赞、评论等完整互动数据,按发布时间倒序展示
- 场景 B — 查询单条作品详情:通过 photoId 精确查询单条作品正文详情,深挖爆款数据
详细执行步骤、参数说明与输出格式详见
references/core_workflow.md
⏰ 数据时效说明
数据每日早上 06:00 更新(广域库快照)。
📂 相关文件
| 路径 | 用途 |
|---|---|
| scripts/search_ks_work.py | 账号作品列表查询脚本 |
| scripts/search_ks_detail.py | 作品详情查询脚本 |
references/core_workflow.md |
核心执行流程与输出规范 |
| README.md | 完整接口说明与返回字段文档 |
What ships with it
5 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.
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.
- 12d ago First seen · 73 lines · 179 tokens per session scan A f1ebaf9d18a4
kuaishou-account-works is a skill published in the GitHub repository redfox-data/redfox-community-dsh (6 stars, last pushed yesterday), licensed MIT. It adds 179 tokens to every session and 1,213 once invoked, about $0.0009 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.
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.
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.
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…
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.
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…
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.