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 multi-wordcheckgit 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/multi-wordcheck)<a href="https://agentmods.dev/skills/redfox-data/redfox-community-dsh/multi-wordcheck"><img src="https://agentmods.dev/badge/skills/redfox-data/redfox-community-dsh/multi-wordcheck.svg" alt="Measured on agentmods" 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.00054 | $0.03490 |
| Opus 5 | $0.00027 | $0.01745 |
| Sonnet 5 | $0.00011 | $0.00698 |
| Haiku 4.5 | $0.00005 | $0.00349 |
Grade A, and why
multi-wordcheck 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 8d 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.
How it starts
The opening of the file, as written. The whole thing — 310 lines — stays where its author put it; the contents beside it link to each section on GitHub.
多平台违禁词检测
简介
多平台违禁词检测工具,基于官方违禁词库,覆盖公众号、小红书、抖音三大内容平台的审核标准。
通过本 Skill,你可以:
- 在发布前快速定位文案中的违禁词,减少限流、驳回与下架风险
- 获取结合上下文的替换建议,而非机械的关键词替换
- 直接拿到替换后的可发布版本,复制即用
适用于需要跨平台分发内容的自媒体创作者、品牌运营、MCN 机构与内容审核团队。
功能特性
检测能力
- 违禁词标记:原文中命中词以加粗标出,一目了然
- 上下文替换建议:每个违禁词给出结合语境的替换词与更换理由
- 优化文案输出:自动生成替换后的可发布版本
- 长文案分批检测:超过 3000 字自动提示分批,支持逐批检测后合并结果
平台覆盖
| 平台 | 调用方式 | 说明 |
|---|---|---|
| 公众号 | 说"公众号"或"微信" | 默认平台,未指定时使用 |
| 小红书 | 说"小红书"或"红书" | 独立词库,覆盖社区审核规范 |
| 抖音 | 说"抖音"或"抖音视频" | 独立词库,覆盖短视频场景 |
输入方式
- 直接粘贴文案
- 上传 txt 文本文件
- 上传图片,自动提取图中文字后检测
- 粘贴网页链接,自动抓取页面正文后检测
一键安装
前置条件
- Python 3.8+,已安装依赖
requests==2.31.0、beautifulsoup4==4.12.3 - 获取
REDFOX_API_KEY(访问 RedFox 官网 注册账号,新用户获赠免费积分)
鉴权
获取 API Key
- 请前往 红狐hub 获取API KEY
- 新注册用户将获赠免费积分,可立即开始使用 API 服务
- 注册登录后,在个人中心获取 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也能读取到
- macOS/Linux:将
自建部署
若不便访问默认服务地址,可设置环境变量覆盖 API 地址:
export PROHIBITED_WORD_API_URL=https://your-gateway.example.com/sensitiveWordSearch
验证安装
直接输入:
帮我查一下这段公众号文案有没有违禁词:本品采用纯天然成分
若返回检测结果即配置成功。
使用指南
基础使用
第 1 步:输入内容与平台
在对话中直接发送文案,可附带平台关键词指定检测标准:
小红书这个文案帮我查一下:这款美白神器三天见效,无效退款
若未指定平台,默认按公众号规则检测。每次检测仅针对用户指定的单一平台执行,禁止同时对多个平台并发检测。
第 2 步:等待检测
系统自动判断字数:不超过 3000 字直接执行检测;超过 3000 字但不超过 10000 字时,提示分批选项;超过 10000 字直接中断并建议手动分批。检测过程中文案通过 HTTPS 加密发送至后端匹配服务。
第 3 步:查看结果
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.
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.
- 8d ago First seen · 310 lines · 54 tokens per session scan A bc32b0dde871
multi-wordcheck is a skill published in the GitHub repository redfox-data/redfox-community-dsh (5 stars, last pushed today), licensed MIT. It adds 54 tokens to every session and 3,490 once invoked, about $0.0003 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
multi-wordcheck
A prohibited-word checker for content published on WeChat public accounts, Xiaohongshu and Douyin. It checks text, files, images and links against official word lists and marks matches with replacement suggestions in context.
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-sdk-compatibility
Adapt and repair dsh-web after an approved official @deepseek-ai SDK/runtime cohort is selected or installed. Compare public API, type, service-injection, module-table, protocol, and behavior changes; map every change to repository consumers; implement the smallest fixes and durable compatibility contracts; handle…
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…
manage-taskboard
Manage work in the native DeepSeek Harness Taskboard with exact task ids and optimistic versions. Use when an Agent must inspect project work, claim an eligible todo, record progress or blockers, verify an implementation, submit it for human review, or release its own claim; also use when a human asks how to accept…