SKILLEMALL.ai

AC douyin-content-tracker

This skill should be used when the user wants to scrape Douyin (TikTok China) creator content, download audio, and transcribe it with Whisper. Covers first-time setup, daily incremental tracking, cookie refresh, and debugging. All pipeline scripts are bundled in this skill directory and can be run directly without any extra installation beyond pip and MediaCrawler.

ClawHub Agent Skills author: yibo v1.0.0 MIT-0 17 files body ≈ 1 220 tokens Open the sourceclawhub.ai analyzed 3 d ago

As a process C 63/100 · Has gaps — weak spots: inputs and preconditions, consistency

ProcedureInfrastructureSoftware developmenttype and topics are labelled automatically from the skill text
JSON
Technical rating
A
93/100
safety, quality, tests
Safety 60%
97
Quality 40%
88
Run on models
none yet
Process rating
C
63/100
Has gaps
Inputs and preconditions w 11
0
Consistency w 8
40
Failures and branches w 10
55
the three weakest of ten parameters · all ten

How to improve

    For the model run — optional
    • 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 · 3

    ✓ No critical or high findings

    Medium and low: 3
    • low Exfiltration read-dotenv README.md:41
      Reads a .env file
      cp .env.template .env
    • low Exfiltration read-dotenv references/troubleshooting.md:121
      Reads a .env file
      cp .env.template .env
    • low Exfiltration read-dotenv SKILL.md:58
      Reads a .env file
      cp .env.template .env

    Files scanned: 17. Evidence is masked. Grey chips explain why severity was lowered.

    Against the Agent Skills spec

    ✓ No remarks against the Agent Skills spec

    Process rating: all ten parameters 63/100

    • 0Inputs and preconditions. Does not say what the process needs to start
    • 40Consistency. Frontmatter name (douyin-content-tracker) differs from the folder (douyin-content-tracker-skill)
    • 55Failures and branches. 1 branches
    • 60Tools and files. Uses tools (bash, python) that frontmatter does not declare
    • 60Result and completion. Output format stated, no completion criterion
    • 70When it triggers. States when to use, but not when not to
    • 100Steps. 4 steps
    • 100Execution cost. Instruction body is 1220 tokens
    • 100Running it twice. No mutating operations
    • 100Progress reporting. Reports progress

    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)
    • -34 of 10 scripts are never mentioned in SKILL.md
    • +1No license
    • +2Single-language instructions
    • +3Description length 367: enough signal without eating the budget
    • +4Structure: 14 headings
    • +3Step-by-step instructions: 4 items
    • +3Output format is stated explicitly
    • +4Has examples (13 code blocks)
    • +4Reference files are cited in the instructions (2 of 2)

    Quality base 70; lint remarks subtract, signals add up to 100. Result: 88.

    External checks

    ClawHub: suspicious
    This Douyin scraping skill is mostly purpose-aligned, but it stores and reuses login cookies and has local file-handling and dependency risks users should review before installing.
    LLM: suspicious (high) · VirusTotal: · 29 May 2026