Are you the author? Sign in to claim
skill-function
自动化图片内容审核(鉴黄 / 政治 / 暴恐),支持批量处理,以表格汇总结果。
git clone https://github.com/xiaowu89/skill-function.git /tmp/sf && \
cp -r /tmp/sf/plugins/image-audit/skills/image-audit/ ~/.claude/skills/ && \
rm -rf /tmp/sf
git clone https://github.com/xiaowu89/skill-function.git /tmp/sf && \
cp -r /tmp/sf/plugins/image-audit/skills/image-audit/ .claude/skills/ && \
rm -rf /tmp/sf
npx skills add xiaowu89/skill-function --yes
在用户目录创建 .mcp.json(%USERPROFILE%\.mcp.json):
{
"mcpServers": {
"nx-mcp-audit": {
"type": "url",
"url": "https://mcp.api-inference.modelscope.net/da16b3f65bdb4e/mcp",
"env": {
"NX_API_KEY": "你的 API Key"
}
}
}
}
没有 API Key? 联系微信
zhjian_2026获取。
配置后重启 Claude Code 即可使用。
在 Claude Code 中输入 /image-audit 或直接说"审核图片",然后提供图片路径:
审核 E:/images/photo1.png
审核 E:/images/folder/ // 批量审核文件夹
Skill 会自动完成压缩 → 审核 → 汇总 → 给出建议。
| 步骤 | 说明 |
|---|---|
| 收集 | 支持文件夹路径、单张路径、网络 URL |
| 压缩 | sharp 自动压缩(500px, JPEG Q40),通过网关 4MB 限制 |
| 审核 | MCP 调用 nx_img_audit,每次最多 20 张 |
| 汇总 | 表格展示通过 / 违规 / 失败 |
| 建议 | 违规建议删除或人工复核 |
MIT
1000+ skills curated from Anthropic, Vercel, Stripe, and other engineering teams
Design enforcement with memory — keeps your UI consistent across a project
Detects 37 AI writing patterns and rewrites text with human rhythm across 5 voice profiles
WCAG accessibility audit — automated scanning, manual review, remediation