BB Universal Video to S3 Uploader
Download videos from YouTube, Twitter/X, TikTok, Douyin, Bilibili and upload to S3-compatible storage. Universal video downloader with smart quality selection and audio merging.
As a process B 67/100 · Nearly there — weak spots: when it triggers, consistency, running it twice
How to improve
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
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 · 5
✓ No critical or high findings
Medium and low: 5
-
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:40High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha512-+iWb8…YNf+ly5S…Rag==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:170High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…wIN//F77/IADDSs58i+MDaO…jeo+YFg==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:562High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"integrity": "sha5…Mhy+b+nLxZ…N2T/qlPP…ucw==",
quoted -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:664High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…f6T/DOpi…2wA+rbww…Pnw+zSR8yxJ5Q==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:789High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…8tJ++Ku97…8Zu+xfBP…2pf+8SGN5/NoytfKgYPIw==",
detector
Files scanned: 18. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
name-formatname should be kebab-case (lowercase letters, digits, hyphens) - warning
description-no-whendescription does not say WHEN to use the skill (no "use when") - note
frontmatter-keyunknown frontmatter key "summary"
Process rating: all ten parameters 67/100
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 30Running it twice. 11 mutating operations with no state check
- 40Consistency. Frontmatter name (Universal Video to S3 Uploader) differs from the folder (youtube-s3-uploader)
- 50Failures and branches. 0 branches, has a failure section
- 60Result and completion. Output format stated, no completion criterion
- 70Inputs and preconditions. Inputs and preconditions are listed
- 100Tools and files. No external tools needed
- 100Steps. 56 steps
- 100Execution cost. Instruction body is 2154 tokens
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
- low 13 top-level sections: this looks like several domains in one skill
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)
- -2localhost URLs: will not work for another user
- -217 emoji in the instructions: noise for the model
- -33 of 5 scripts are never mentioned in SKILL.md
- +1No license
- +2Single-language instructions
- +3Description length 177: enough signal without eating the budget
- +4Structure: 35 headings
- +3Step-by-step instructions: 56 items
- +3Output format is stated explicitly
- +4Has examples (15 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 62.
External checks
ClawHub: suspicious
The skill mostly does the advertised video-to-S3 workflow, but it uses unsafe shell command construction with user-supplied URLs and handles S3 credentials/media uploads with limited safeguards.
LLM: suspicious (high) · VirusTotal: · 29 May 2026