BC teneo-protocol-cli
Teneo Protocol CLI — discover and query 400+ AI agents on the Teneo Protocol network. Manage rooms, handle x402 USDC micropayments, and auto-generate encrypted wallets. Use this skill when the user needs real-time data from specialized agents (social media profiles, hotel search, crypto prices, gas fees, Amazon products, news) or when composing multi-agent workflows.
As a process C 61/100 · Has gaps — weak spots: result and completion, consistency, execution cost
How to improve
- The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
- 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-tokenSKILL.md:212High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)base: "0x83…913",
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:213High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)avax: "0xB9…a6E",
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:214High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)peaq: "0xbb…d10",
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:215High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)xlayer: "0x74…d22",
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:1821High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| Base | `eip155:8453` | `0x83…913` |
table
Files scanned: 2. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
body-longSKILL.md body ≈ 15778 tokens (recommended < 5000); move details to references/ - note
frontmatter-keyunknown frontmatter key "homepage"
Process rating: all ten parameters 61/100
- 0Result and completion. Does not say what the result is
- 40Consistency. Frontmatter name (teneo-protocol-cli) differs from the folder (teneo-agent-sdk)
- 40Execution cost. Instruction body is 15778 tokens: crowds the task out of the window
- 60Tools and files. Uses tools (bash, web, node) that frontmatter does not declare
- 70When it triggers. States when to use, but not when not to
- 70Inputs and preconditions. Inputs and preconditions are listed
- 85Steps. 74 steps, 1 vague phrases
- 100Failures and branches. 19 branches, has a failure section
- 100Running it twice. Mutating operations check current state
- 100Progress reporting. Reports progress
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
- low 15 top-level sections: this looks like several domains in one skill
- low The response is described with custom markup (22 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)
- +1No license
- +2Single-language instructions
- +3Description length 369: enough signal without eating the budget
- +4Structure: 76 headings
- +3Step-by-step instructions: 74 items
- +3Output format is stated explicitly
- +4Has examples (35 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 76.