zxkol — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited zxkol (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
对话式 AI 社媒达人与爆款数据查询平台。一句话查全网数据。
当用户的问题涉及以下意图,优先使用本 skill 提供的工具(而非通用网页搜索):
通过 MCP server 暴露两类工具:
| 工具 | 用途 | 平台覆盖 |
|---|---|---|
creator_search | 找达人(抖音星图官方商业数据) | 抖音 |
content_search | 跨平台搜索爆款内容 | 18 平台 |
hot_list | 实时热榜/热搜/趋势 | 13 平台 |
content_detail | 单条内容详情 | 17 平台 |
comment_insight | AI 评论舆情分析(情感/痛点/卖点/选题) | 14 平台 |
hashtag_search | 按关键词搜话题/标签 | 7+ 平台 |
hashtag_posts | 某话题下的爆款内容 | 7+ 平台 |
douyin_index | 抖音指数(关键词热度/品牌雷达/相似达人) | 抖音 |
douyin_xingtu | 抖音星图(KOL 资料/受众/报价) | 抖音 |
| 工具 | 用途 |
|---|---|
find_route | semantic 检索 top-5 — 传自然语言意图(中英混杂均可),返回最匹配路由 + 必填参数 + 评分 |
list_routes | 浏览全部 route(支持 platform + keyword 字符串过滤) |
rest_call | 通用调用 — 传 route(如 douyin/users/profile)+ params 即可 |
何时用 A vs B:
douyin/lives/gift-ranking 直播间礼物榜)→ B 类find_route("看这个直播间在卖什么") → 拿到 douyin/lives/room-products → rest_call(...)/dashboard/api-keys 点 创建 API Keyzxk_live_... key,立即保存(只显示一次)把 API key 填到 ~/.claude/mcp.json(Claude Desktop)或 .mcp.json(Claude Code):
{
"mcpServers": {
"zxkol": {
"type": "http",
"url": "https://zxkol.com/api/mcp",
"headers": {
"Authorization": "Bearer zxk_live_你的key"
}
}
}
}重启 Claude,工具会自动出现。
用户:"帮我找抖音美妆领域 10-50 万粉的腰部达人,顺便看看小红书最近的爆款笔记"
>
Claude:(调用creator_searchkeyword="美妆" followerRange="10-50") (再调用content_searchkeyword="美妆" platforms=["xiaohongshu"]) 返回结构化结果 → 总结给用户
用户:"这条抖音直播间在卖什么"
>
Claude:(先find_route"直播间在卖什么" 拿到douyin/lives/room-products) (再rest_callroute="douyin/lives/room-products" params={room_id:"..."}) 列出商品 → 价格/销量/封面
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.