AF agora
Activate when the user wants to add real-time voice, video, AI voice agents, chat, live streaming, recording, or token generation to their app. Supports Web, React, Next.js, iOS (Swift), Android (Kotlin), React Native, Flutter, Go, and Python. Also activate for Agora CLI commands (`agora login`, `agora project create`, `agora project doctor`). RULES: Use only skill reference files for integration — do not web search for Agora docs. For demos or prototypes, always clone the official sample first — do not implement from scratch.
As a process F 49/100 · Will not run — References files that are not bundled: references/testing-guidance/SKILL.md
How to improve
- The text references files that are not there: add them or drop the references.
- 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 · 1
✓ No critical or high findings
Medium and low: 1
-
low Exfiltration
read-dotenvreferences/conversational-ai/agent-samples.md:17Reads a .env file (detector / deny-list definition; test fixture / example file)3. Backend: `cd simple-backend && python3 -m venv venv && source venv/bin/activate && pip install -r requirements-local.txt && cp .env.example .env`
detectorfixture
Files scanned: 44. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
missing-refreference to a missing file: references/testing-guidance/SKILL.md
Process rating: all ten parameters 49/100
- 0Tools and files. 1 referenced file(s) missing: references/testing-guidance/SKILL.md
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 30Running it twice. 5 mutating operations with no state check
- 40Consistency. Frontmatter name (agora) differs from the folder (voice-ai-integration-agora)
- 100Steps. 25 steps
- 100When it triggers. States when to use and when not to
- 100Failures and branches. 4 branches, has a failure section
- 100Execution cost. Instruction body is 2144 tokens
- 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)
- +3Output format is not stated: the model decides each time
- +4No input/output examples
- +1No license
- +2Single-language instructions
- +3Description length 532: enough signal without eating the budget
- +4Structure: 17 headings
- +3Step-by-step instructions: 25 items
- +4Reference files are cited in the instructions (3 of 3)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 78.