CC douyin-hot-trend
获取抖音热榜/热搜榜数据,包含热门视频、挑战赛、音乐等多领域热门内容,并输出标题、热度值、跳转链接及封面图(如有)。
As a process C 53/100 · Has gaps — weak spots: result and completion, when it triggers, inputs and preconditions
The same skill appears in 2 more places: ClawHub, ClawHub
What is at stake
Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.
Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.
The files contain invisible characters, encoded commands or comments hidden from readers but visible to the model. What you read differs from what the agent sees.
Remove invisible characters (they usually sneak in through copy-paste) and encoded strings: no catalog will pass them. Instructions for the model must be readable by a human too.
How to improve
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
- A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.
Guard findings · 9
✓ No critical or high findings
Medium and low: 9
-
medium Obfuscation
obf-hex-escape-chaindaily-hot-trend-message.txt:10Escaped/char-code string obfuscation[查看详情](https://www.douyin.com/search/%E4%B8%AD%E5%9B%BD%E9%80%A0%E5%87%BA%E2%80%9C%E4%B8%96%E7%95%8C%E6%9C%80%E5%BC%BA%E2%80%9D%E7%A2%B3%E7%BA%A4%E7%BB%B4)
-
medium Obfuscation
obf-hex-escape-chaindaily-hot-trend-message.txt:14Escaped/char-code string obfuscation[查看详情](https://www.douyin.com/search/%E4%BD%93%E9%AA%8C%E7%BB%8F%E6%B5%8E%E6%8C%81%E7%BB%AD%E7%81%AB%E7%88%86)
-
medium Obfuscation
obf-hex-escape-chaindaily-hot-trend-message.txt:18Escaped/char-code string obfuscation[查看详情](https://www.douyin.com/search/%E5%8E%BB%E6%9C%BA%E5%9C%BA%E4%B8%8D%E8%AF%A5%E6%AF%94%E5%9D%90%E9%A3%9E%E6%9C%BA%E6%97%B6%E9%97%B4%E8%BF%98%E9%95%BF)
-
low Obfuscation
obf-hex-escape-chaindaily-hot-trend-output.json:7Escaped/char-code string obfuscation (quoted — discussed, not commanded)"message": "🔥 **抖音热榜 TOP 10**\n_每天下午6点自动推送_\n\n🥇 *1.* 国防部正告日方\n 🔥 12,094,236\n [查看详情](https://www.douyin.com/search/%E5%9B%BD%E9%98%B2%E9%83%A8%E6%AD%A3%E5%91%8A%E6%97%A5%E6%96%B9)\n\n🥈 *2.* 中
quoted -
low Obfuscation
obf-hex-escape-chaindaily-hot-trend-output.json:20Escaped/char-code string obfuscation (quoted — discussed, not commanded)"link": "https://www.douyin.com/search/%E4%B8%AD%E5%9B%BD%E9%80%A0%E5%87%BA%E2%80%9C%E4%B8%96%E7%95%8C%E6%9C%80%E5%BC%BA%E2%80%9D%E7%A2%B3%E7%BA%A4%E7%BB%B4",
quoted -
low Obfuscation
obf-hex-escape-chaindaily-hot-trend-output.json:27Escaped/char-code string obfuscation (quoted — discussed, not commanded)"link": "https://www.douyin.com/search/%E4%BD%93%E9%AA%8C%E7%BB%8F%E6%B5%8E%E6%8C%81%E7%BB%AD%E7%81%AB%E7%88%86",
quoted -
low Obfuscation
obf-hex-escape-chaindaily-hot-trend-output.json:34Escaped/char-code string obfuscation (quoted — discussed, not commanded)"link": "https://www.douyin.com/search/%E5%8E%BB%E6%9C%BA%E5%9C%BA%E4%B8%8D%E8%AF%A5%E6%AF%94%E5%9D%90%E9%A3%9E%E6%9C%BA%E6%97%B6%E9%97%B4%E8%BF%98%E9%95%BF",
quoted -
low Obfuscation
obf-hex-escape-chaindaily-hot-trend-output.json:41Escaped/char-code string obfuscation (quoted — discussed, not commanded)"link": "https://www.douyin.com/search/%E5%BB%BA%E8%AE%AE%E5%9F%8E%E5%B8%82%E5%BB%BA%E7%AB%8B%E5%86%9C%E6%B0%91%E5%B7%A5%E5%AD%90%E5%BC%9F%E5%AF%84%E5%AE%BF%E5%AD%A6%E6%A0%A1",
quoted -
low Obfuscation
obf-hex-escape-chainscripts/latest-hot-trend.json:6Escaped/char-code string obfuscation (test fixture / example file; quoted — discussed, not commanded)"rawData": "正在获取抖音热榜...\n\n🔥 抖音热榜 TOP 10\n======================================================================\n\n 1. 国防部正告日方\n 🔥 热度: 11,860,886\n 🏷️ 标签: 3\n 🔗 链接: https://www.douyin.co
fixturequoted
Files scanned: 14. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
description-no-whendescription does not say WHEN to use the skill (no "use when")
Process rating: all ten parameters 53/100
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 0Failures and branches. Linear process with no failure handling
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 100Tools and files. No external tools needed
- 100Steps. 14 steps
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 306 tokens
- 100Running it twice. No mutating operations
Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.
Quality signals
- +5Description has no quoted example phrases that should trigger the skill
- +4Description does not say when NOT to use the skill (false activations)
- +3Description length 58: 120–800 characters recommended
- +3Output format is not stated: the model decides each time
- -32 of 3 scripts are never mentioned in SKILL.md
- +1No license
- +2Single-language instructions
- +4Structure: 10 headings
- +3Step-by-step instructions: 14 items
- +4Has examples (3 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 66.