SKILLEMALL.ai

BC aioz-stream

Interact with the AIOZ Stream API to manage videos, audio, playlists, players, webhooks, analytics, payments, chapters, and transcripts on the AIOZ decentralized streaming platform.

ClawHub Agent Skills author: vinhbui3004 v1.0.2 MIT-0 2 files body ≈ 8 441 tokens Open the sourceclawhub.ai analyzed 4 d ago

As a process C 53/100 · Has gaps — weak spots: result and completion, when it triggers, inputs and preconditions

IntegrationInfrastructureData and analyticsMedia and videotype and topics are labelled automatically from the skill text
JSON
Technical rating
B
82/100
safety, quality, tests
Safety 60%
98
Quality 40%
59
Run on models
none yet
Process rating
C
53/100
Has gaps
Inputs and preconditions w 11
0
Progress reporting w 2
0
When it triggers w 12
20
the three weakest of ten parameters · all ten

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 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 · 2

✓ No critical or high findings

Medium and low: 2
  • low Exfiltration net-credential-use SKILL.md:513
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -s -X PATCH "https://api.aiozstream.network/api/api_keys/${API_KEY_ID}" \
    vendor-host
  • low Exfiltration net-credential-use SKILL.md:522
    Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)
    curl -s -X DELETE "https://api.aiozstream.network/api/api_keys/${API_KEY_ID}" \
    vendor-host

Files scanned: 2. 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 body-long SKILL.md body ≈ 8441 tokens (recommended < 5000); move details to references/
  • note frontmatter-key unknown frontmatter key "openclaw"

Process rating: all ten parameters 53/100

  • 0Inputs and preconditions. Does not say what the process needs to start
  • 0Progress reporting. Says nothing while it works
  • 20When it triggers. No condition that starts the skill
  • 40Result and completion. Does not say what the result is
  • 40Consistency. Frontmatter name (aioz-stream) differs from the folder (aioz-stream-skill)
  • 40Execution cost. Instruction body is 8441 tokens: crowds the task out of the window
  • 60Tools and files. Uses tools (bash, web) that frontmatter does not declare
  • 100Steps. 31 steps
  • 100Failures and branches. 7 branches, has a failure section
  • 100Running it twice. Mutating operations check current state
  • medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
  • low 17 top-level sections: this looks like several domains in one skill
  • high The skill tells the model to perform an irreversible action with no human approval

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)
  • +3Output format is not stated: the model decides each time
  • -218 emoji in the instructions: noise for the model
  • +1No license
  • +2Single-language instructions
  • +3Description length 181: enough signal without eating the budget
  • +4Structure: 77 headings
  • +3Step-by-step instructions: 31 items
  • +4Has examples (61 code blocks)

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

External checks

ClawHub: suspicious
This skill is a legitimate AIOZ Stream account-management helper, but it gives the agent broad account-changing power and normalizes risky handling of API secrets and deletes.
LLM: suspicious (medium) · VirusTotal: · 29 May 2026