BC clawdvine
Short-form video for AI agents. Generate videos using the latest models, pay with USDC via x402.
As a process C 59/100 · Has gaps — weak spots: when it triggers, consistency, execution cost
GeneratorMedia and videoAI and agentsInfrastructuretype and topics are labelled automatically from the skill text
The same skill appears in 3 more places: ClawHub, ClawHub, ClawHub
How to improve
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
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 · 7
✓ No critical or high findings
Medium and low: 7
-
low Secrets in code
secret-high-entropy-tokenreferences/api-reference.md:69High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- **x402 (USDC):** When credits are insufficient, use x402. Network: Base (eip155:8453). Asset: USDC (`0x83…913`). Facilitator: `https://x402…ash`
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/check-balance.mjs:14High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)const IMAGINE_TOKEN = '0x96…b07';
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:166High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"token": "0x83…913",
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:168High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"receiver": "0x70…f61"
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:295High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- **USDC on Base**: The payment token (contract: `0x83…913`)
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:319High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"token": "0x83…913",
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:321High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"receiver": "0x70…f61",
quoted
Files scanned: 10. 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") - warning
body-longSKILL.md body ≈ 16062 tokens (recommended < 5000); move details to references/ - note
frontmatter-keyunknown frontmatter key "homepage"
Process rating: all ten parameters 59/100
- 10Execution cost. Instruction body is 16062 tokens: crowds the task out of the window
- 20When it triggers. No condition that starts the skill
- 30Running it twice. 19 mutating operations with no state check
- 40Consistency. Frontmatter name (clawdvine) differs from the folder (clawdvine-skill)
- 60Tools and files. Uses tools (bash, web) that frontmatter does not declare
- 60Result and completion. Output format stated, no completion criterion
- 70Inputs and preconditions. Inputs and preconditions are listed
- 85Steps. 69 steps, 2 vague phrases
- 100Failures and branches. 20 branches, has a failure section
- 100Progress reporting. Reports progress
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
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 96: 120–800 characters recommended
- -5TODO / placeholder text left in the skill
- -41 reference files, but SKILL.md never points to them: the model will not open them
- -31 of 4 scripts are never mentioned in SKILL.md
- +1No license
- +2Single-language instructions
- +4Structure: 75 headings
- +3Step-by-step instructions: 69 items
- +3Output format is stated explicitly
- +4Has examples (80 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 49.
External checks
ClawHub: suspicious
The skill is a mostly disclosed ClawdVine video-generation and payment integration, but it asks agents to persist identity state and includes private-key-backed automatic payment helpers without strong local payment constraints.
LLM: suspicious (high) · VirusTotal: suspicious · 10 Sept 2026