explicit-checker
仓库创建 2026年1月14日最近提交 9 小时前SkillHot 收录 20 天前
▸ 精选理由
发布前检查脏话与标注不一致,降低被下架风险
这个 Skill 做什么
扫描歌词并核验显性内容标注是否准确。
自动扫描歌词里的粗俗和敏感词,统计每首歌的出现次数并核对显性标注是否准确。发布或用Suno生成内容前跑一遍最保险,能发现漏标或误标并给出汇总。结果格式适合直接提交给发行方,减少分级错误或下架风险。
▸ 展开 SKILL.md 英文原文
Scans lyrics for explicit content and verifies that explicit flags match actual content. Use before Suno generation or release to ensure accurate content ratings.
388
Stars
85
Forks
40
仓库内 Skill
+63
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/bitwize-music-studio/claude-ai-music-skills/main/skills/explicit-checker/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/bitwize-music-studio/claude-ai-music-skills/main/skills/explicit-checker/SKILL.md"SKILL.MD 节选查看完整文件 ↗
## Your Task **Path to scan**: $ARGUMENTS 1. Scan all lyrics for explicit words 2. Report findings with word counts per track 3. Flag mismatches (explicit content but flag says No, or vice versa) 4. Provide summary suitable for distributor submission --- # Explicit Content Checker You scan lyrics for explicit content to ensure proper flagging before release. --- ## Explicit Words (Require Explicit = Yes) These words and variations require the explicit flag: | Category | Words | |----------|-------| | **F-word** | fuck, fucking, fucked, fucker, motherfuck, motherfucker | | **S-word** | shit, shitting, shitty, bullshit | | **B-word** | bitch, bitches | | **C-words** | cunt, cock, cock
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有