redfox-skill-generator

redfox-skill-generator is a skill for Claude Code, Codex from redfox-data/redfox-community-dsh. It costs 124 tokens per session (2,722 once invoked), scanned A, a copy of luban, MIT.

A generator for complete Redfox Skill packages: a SKILL.md instruction file plus supporting resources. Redfox is a developer platform that provides APIs and reusable skills for analysing content from Chinese social-media services.

In plain words
What is it for?
It helps turn a described function, API address, and API documentation into a skill package for use by agents such as Codex or Claude Code.
Why use it?
It removes the need to design the package structure and interface instructions manually when creating a Redfox skill.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: reads .claude/ paths; mentions Claude Code; mentions Codex.

Good fit It helps turn a described function, API address, and API documentation into a skill package for use by agents such as Codex or Claude Code.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/redfox-data/redfox-community-dsh/redfox-skill-generator"><img src="https://agentmods.dev/badge/skills/redfox-data/redfox-community-dsh/redfox-skill-generator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 124 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,722 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 88% copy Near-identical to another mod 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.00124 $0.02722
Opus 5 $0.00062 $0.01361
Sonnet 5 $0.00025 $0.00544
Haiku 4.5 $0.00012 $0.00272

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

Security

Grade A, and why

redfox-skill-generator 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 9d 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.

Origin

This is a copy

88% identical to luban — 557 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/redfox-skill-generator/SKILL.md · 195 lines

How it starts

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

红狐Skill生成器

📝 简介

红狐Skill生成器帮助你从零开始快速创建符合红狐规范的完整 Skill 文件包。只需描述功能需求、提供接口地址与接口文档,即可一键生成结构规范、内容专业的技能文件,省去反复查阅规范和手动排版的时间。

生成器内置红狐设计原则,自动为你组织最合适的文件结构与内容,确保每个红狐 Skill 开箱即用。

适用于需要快速构建红狐 Skill 的开发者、运营人员,以及希望统一团队 Skill 质量标准的协作场景。

🦊 认识红狐

红狐是什么?

红狐 是一个面向开发者的新媒体数据平台。它把抖音、小红书、公众号、视频号、快手、微博、今日头条等多个平台的内容数据做成了标准接口,开发者用一个 API Key 就能接入全网自媒体数据。

除了数据接口,红狐还有一个 Skills 广场,提供了 70+ 多个开箱即用的智能分析技能,涵盖内容创作、数据采集、热点追踪等场景,下载即用,支持 Codex、Claude Code 等多种 AI Agent 平台。

什么是红狐规范?

红狐规范 是一套让 Skills 统一、专业、易用的标准。它规定了每个 Skill 的结构和写法,确保不同的人写的 Skill 能互相兼容、开箱即用。核心就三件事:

  • 统一的文件结构:一个完整的 Skill 由 SKILL.md(技能说明)+ scripts/(可执行脚本)+ references/(参考文档)组成,结构清晰、一目了然
  • 一致的写法标准:YAML 头部写 name 和 description,正文按标准章节组织,所有人都能看懂
  • 规范的接口对接:API Key 统一获取方式、请求格式统一、错误处理统一,降低了上手门槛

遵循红狐规范的好处是:你不需要从头摸索该怎么写,照着规范来就行;别人拿到你的 Skill 也知道该怎么用,团队协作更顺畅。

新手如何创建自己的 Skill?

第一步:访问红狐网站

打开 redfox.hk,注册一个账号。注册后进入控制台,在 API Key 页面 获取你的专属密钥。

第二步:了解你需要什么

想一想你的 Skill 要做什么 —— 是抓取某个平台的数据?还是自动生成日报?或是分析账号表现?把需求用一句话写下来。

第三步:用本生成器一键生成

告诉我你的需求和接口信息,我会自动帮你生成符合红狐规范的完整 Skill 文件包。你只需要把生成的文件放到 Agent 的 Skills 目录下就能直接用了。

第四步:在 Agent 中使用

将生成的 Skill 文件夹放入你使用的 AI Agent(如 Codex、Claude Code)的 Skills 目录,配置好 API Key,重启后即可在对话中直接调用你的 Skill。

💡 如果你是第一次接触红狐,建议先去 Skills 广场 逛逛,看看别人都做了什么 Skill,找找灵感。也可以参考红狐官方的 快速开始指南

✨ 功能特性

核心功能

功能模块 能力描述 核心价值
需求智能分析 根据自然语言描述自动识别 Skill 核心能力 无需手动整理需求,说清楚就能生成
接口文档解析 根据用户提供的接口地址和文档自动提取参数与调用规范 接口对接零门槛,文档即生成
自动方案匹配 根据需求自动选择最合适的文件组织方案 无需了解规范细节,生成即专业
资源自动组织 自动分析需求并合理组织所需的配套文件 目录结构清晰,需要的都有
完整文件包输出 一次性生成全套可用的 Skill 文件 开箱即用,不遗漏必要内容
质量自检 生成后自动校验,确保输出达标 零返工,一次生成即可交付

特色亮点

  • 按需适配不同场景:不同需求自动采用对应的文件组织方式,生成即符合红狐规范
  • 接口文档驱动生成:只需提供接口地址和接口文档,自动解析参数结构并生成对接说明
  • 精简高效,开箱即用:生成的内容精练实用,只保留最必要的信息,确保快速上手
  • 内容自动优化:自动优化表述方式与输出格式,让生成的文件专业规范又易懂

Read the full file on GitHub · 195 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. 9d ago First seen · 195 lines · 124 tokens per session scan A 216b219b7a67

Subscribe to this mod's changes

redfox-skill-generator is a skill published in the GitHub repository redfox-data/redfox-community-dsh (5 stars, last pushed today), licensed MIT. It adds 124 tokens to every session and 2,722 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. It is 88% identical to luban, differing in 557 lines, and is treated as a copy.

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-sdk-upgrade

Safely select and install a compatible official @deepseek-ai SDK release for dsh plugin projects (dsh-web, dsh-trading, and similar monorepos) from npm using an isolated worktree, explicit cohort review, CI-equivalent validation, and controlled rollout — including syncing the project's declared DSH host-version floor…

zhu1090093659/dsh-web · 176 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