SKILLEMALL.ai

CF vectcut-skill

AI 视频导演与自动化剪辑专家。能够理解视频素材内容、视频创作指令,自主规划脚本结构,并通过调用 VectCut API 实现创建剪映草稿、编排素材(B-roll/转场/特效)、生成 AI 配音与字幕,实现端到端的视频创作流程。

LeoYeAI/openclaw-master-skills Agent Skills author: LeoYeAI MIT 80 files · 16 scripts body ≈ 2 899 tokens Open the sourcegithub.com analyzed 2 d ago

AI 视频导演与自动化剪辑专家。能够理解视频素材内容、视频创作指令,自主规划脚本结构,并通过调用 VectCut API 实现创建剪映草稿、编排素材(B-roll/转场/特效)、生成 AI 配音与字幕,实现端到端的视频创作流程。

As a process F 28/100 · Will not run — References files that are not bundled: draft_url, references/references.md, references/endpoints/<domain>.md

IntegrationMedia and videotype and topics are labelled automatically from the skill text
JSON
Technical rating
C
63/100
safety, quality, tests
Safety 60%
65
Quality 40%
59
Run on models
none yet
Process rating
F
28/100
Will not run
References files that are not bundled: draft_url, references/references.md, references/endpoints/<domain>.md
Tools and files w 18
0
Result and completion w 14
0
Inputs and preconditions w 11
0
the three weakest of ten parameters · all ten

What is at stake

Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.

Exfiltration medium severity

Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.

If you install

The instructions or scripts send data out: environment variables, keys, file contents, chat history. You may never notice, because the agent performs the upload as "part of the task".

For the author

If the upload is not needed for the task, remove it: catalogs flag such skills and delist them. If it is needed, name the destination explicitly, say what leaves the machine, and give the user a switch.

How to improve

  1. Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
  2. The text references files that are not there: add them or drop the references.
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 · 15

✓ No critical or high findings

Medium and low: 15
  • medium Exfiltration net-redirectable-api-key examples/effect_ops_demo.py:13
    Helper sends the API key to a host configured by an environment variable — the key can be redirected to another server
    API key + configurable base URL from environment
  • medium Exfiltration net-redirectable-api-key examples/filter_ops_demo.py:13
    Helper sends the API key to a host configured by an environment variable — the key can be redirected to another server
    API key + configurable base URL from environment
  • medium Exfiltration net-redirectable-api-key examples/image_ops_demo.py:12
    Helper sends the API key to a host configured by an environment variable — the key can be redirected to another server
    API key + configurable base URL from environment
  • medium Exfiltration net-redirectable-api-key examples/sticker_ops_demo.py:10
    Helper sends the API key to a host configured by an environment variable — the key can be redirected to another server
    API key + configurable base URL from environment
  • medium Exfiltration net-redirectable-api-key examples/video_ops_demo.py:10
    Helper sends the API key to a host configured by an environment variable — the key can be redirected to another server
    API key + configurable base URL from environment
  • low Secrets in code secret-high-entropy-token references/draft_info.json:35
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "cover_draft_id": "28D7…ial",
    quoted
  • low Secrets in code secret-high-entropy-token references/draft_info.json:47
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "id": "91E0…A2B",
    quoted
  • low Secrets in code secret-high-entropy-token references/draft_info.json:169
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "id": "B121…2EB",
    quoted
  • low Obfuscation obf-base64-blob references/draft_info.json:174
    Long base64-looking blob (quoted — discussed, not commanded)
    "path": "/Users/sunguannan/Movies/JianyingPro/User Data/Projects/com.lveditor.draft/dfd_…aa6/assets/textTemplate/7373303725881822491/a0e9…178",
    quoted
  • low Secrets in code secret-high-entropy-token references/draft_info.json:198
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "id": "792D…15D",
    quoted
  • low Obfuscation obf-base64-blob references/draft_info.json:203
    Long base64-looking blob (quoted — discussed, not commanded)
    "path": "/Users/sunguannan/Movies/JianyingPro/User Data/Projects/com.lveditor.draft/dfd_…aa6/assets/textTemplate/7373303725881822491/9fea…341",
    quoted
  • low Obfuscation obf-base64-blob references/draft_info.json:235
    Long base64-looking blob (quoted — discussed, not commanded)
    "path": "/Users/sunguannan/Movies/JianyingPro/User Data/Projects/com.lveditor.draft/dfd_…aa6/assets/textTemplate/7373303725881822491/4085…c42",
    quoted
  • low Secrets in code secret-high-entropy-token references/draft_info.json:243
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "id": "840F…B00",
    quoted
  • low Obfuscation obf-base64-blob references/draft_info.json:258
    Long base64-looking blob (quoted — discussed, not commanded)
    "path": "/Users/sunguannan/Movies/JianyingPro/User Data/Projects/com.lveditor.draft/dfd_…aa6/assets/textTemplate/7373303725881822491/0495…36b",
    quoted
  • low Obfuscation obf-base64-blob references/draft_info.json:274
    Long base64-looking blob (quoted — discussed, not commanded)
    "path": "/Users/sunguannan/Movies/JianyingPro/User Data/Projects/com.lveditor.draft/dfd_…aa6/assets/textTemplate/7373303725881822491/0533…443",
    quoted

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

Against the Agent Skills spec

  • warning description-no-when description does not say WHEN to use the skill (no "use when")
  • warning missing-ref reference to a missing file: draft_url
  • warning missing-ref reference to a missing file: references/references.md
  • warning missing-ref reference to a missing file: references/endpoints/<domain>.md
  • warning missing-ref reference to a missing file: references/enums/*.json
  • warning missing-ref reference to a missing file: scripts/<domain>_ops.sh
  • warning missing-ref reference to a missing file: examples/<domain>_ops_demo.sh
  • warning missing-ref reference to a missing file: references/endpoints/video.md
  • note frontmatter-key unknown frontmatter key "homepage"
  • note frontmatter-key unknown frontmatter key "dependency"

Process rating: all ten parameters 28/100

Will not run. References files that are not bundled: draft_url, references/references.md, references/endpoints/<domain>.md
  • 0Tools and files. 7 referenced file(s) missing: draft_url, references/references.md, references/endpoints/<domain>.md
  • 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
  • 30Running it twice. 22 mutating operations with no state check
  • 40Consistency. Frontmatter name (vectcut-skill) differs from the folder (vectcut)
  • 100Steps. 179 steps
  • 100Execution cost. Instruction body is 2899 tokens
  • low The response is described with custom markup (6 tags): a typed call is more reliable

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 114: 120–800 characters recommended
  • +3Output format is not stated: the model decides each time
  • +1No license
  • +2Single-language instructions
  • +4Structure: 31 headings
  • +3Step-by-step instructions: 179 items
  • +4Has examples (7 code blocks)
  • +4Reference files are cited in the instructions (1 of 7)

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