setup-ave-skills

setup-ave-skills is a skill for Claude Code, Codex from aveproject/ave. It costs 0 tokens per session (192 once invoked), scanned A, original, Apache-2.0.

A setup guide for the AVE repository, which defines security-related records, detection rules, and test examples rather than being an application itself. It also installs several reusable skills, including TDD, or test-driven development, where tests guide the implementation.

In plain words
What is it for?
Use it as the first step when contributing to the AVE project. It explains the repository’s terminology, data contract, record structure, and required supporting skills.
Why use it?
It supplies the background and files needed to work consistently in this repository instead of treating its records like ordinary application code.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/aveproject/ave/setup-ave-skills
Any agent
npx skills add aveproject/ave --skill setup-ave-skills
Clone the repo
git clone --depth 1 https://github.com/aveproject/ave

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for setup-ave-skills

README.md
[![agentmods](https://agentmods.dev/badge/skills/aveproject/ave/setup-ave-skills.svg)](https://agentmods.dev/skills/aveproject/ave/setup-ave-skills)
Your own site
<a href="https://agentmods.dev/skills/aveproject/ave/setup-ave-skills"><img src="https://agentmods.dev/badge/skills/aveproject/ave/setup-ave-skills.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 192 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00192
Opus 5 $0.00000 $0.00096
Sonnet 5 $0.00000 $0.00038
Haiku 4.5 $0.00000 $0.00019

Measured 4d ago against content hash 5466f84d6760, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

setup-ave-skills scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/setup-ave-skills/SKILL.md · 24 lines

What it actually says

setup-ave-skills

Run once first.

  1. Read CLAUDE.md — understand record vs finding distinction
  2. Read LANGUAGE.md — attack_class not vulnerability_type
  3. Read ARCHITECTURE.md — the record/rule/fixture triangle
  4. Read schema/ave-record.schema.json — the record contract

Install Matt Pocock's skills

npx skills@latest add mattpocock/skills/tdd
npx skills@latest add mattpocock/skills/grill-with-docs
npx skills@latest add mattpocock/skills/to-prd
npx skills@latest add mattpocock/skills/handoff

Key context

This repo is a STANDARD, not software. The unit of work is an AVE record plus its detection rule plus its positive/negative fixtures. confidence is NEVER in a record — records declare confidence_baseline.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 24 lines · 0 tokens per session scan A 5466f84d6760

Subscribe to this mod's changes

setup-ave-skills is a skill published in the GitHub repository aveproject/ave (17 stars, last pushed yesterday), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 192 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

skill-inspector

Review AI agent skills before installation using NVIDIA SkillSpector and source-aware semantic review. Use when asked whether a skill or downloaded skill folder is safe, trustworthy, installable, over-permissioned, or malicious.

NVIDIA/SkillSpector · 47 tokens

edgeone skill scanner

Scan any agent skill for security risks before you install or use it. Powered by Tencent Zhuque Lab A.I.G (AI-Infra-Guard). 100% local static analysis — no file contents or credentials leave your device. Compatible with CodeBuddy, Cursor, Windsurf, Claude Code, OpenClaw and more. Triggers on: 这个 skill 安全吗, skill 安全扫描…

Tencent/AI-Infra-Guard · 148 tokens

web-exfiltration-detection

Detect data exfiltration via URL path encoding and chained webfetch navigation. Covers fake trusted UI injection, letter-level URL path exfiltration, and multi-hop navigation hijacking. Use when the agent has web/URL fetch capability and stores user memory or personal context.

Tencent/AI-Infra-Guard · 61 tokens

data-leakage-detection

Detect sensitive information disclosure via escalating dialogue probes. Covers system prompt extraction, credential/API key leakage, PII, and internal configuration exposure.

Tencent/AI-Infra-Guard · 34 tokens

indirect-injection-detection

Detect indirect prompt injection (goal hijack). Instructions hidden in "external" content (documents, RAG, web) that the agent processes. Use when the agent has document/RAG/web/file input.

Tencent/AI-Infra-Guard · 48 tokens

agentic-supply-chain-detection

Detect agentic supply-chain risks: compromised dependencies, malicious plugins/tools/models, and untrusted update sources.

Tencent/AI-Infra-Guard · 0 tokens