aap-lint

aap-lint is a skill for Claude Code, Codex from automateyournetwork/netclaw. It costs 49 tokens per session (852 once invoked), scanned A, original, Apache-2.0.

An Ansible checking tool that reviews playbooks, roles, files, and projects for syntax problems and rule violations. Ansible is software that automates server and infrastructure tasks; a playbook is one of its instruction files.

In plain words
What is it for?
Use it to check playbook syntax, review roles and projects, inspect available rules, and assess Ansible content against best practices.
Why use it?
It finds mistakes and questionable practices before an automation change is deployed. This helps avoid failed or unsafe infrastructure runs.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to check playbook syntax, review roles and projects, inspect available rules, and assess Ansible content against best practices.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/automateyournetwork/netclaw/aap-lint
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.

Any agent
npx skills add automateyournetwork/netclaw --skill aap-lint
Clone the repo
git clone --depth 1 https://github.com/automateyournetwork/netclaw

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 aap-lint

README.md
[![agentmods](https://agentmods.dev/badge/skills/automateyournetwork/netclaw/aap-lint/github.svg)](https://agentmods.dev/skills/automateyournetwork/netclaw/aap-lint)
Your own site
<a href="https://agentmods.dev/skills/automateyournetwork/netclaw/aap-lint"><img src="https://agentmods.dev/badge/skills/automateyournetwork/netclaw/aap-lint/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for aap-lint

Your own site · 80×15
<a href="https://agentmods.dev/skills/automateyournetwork/netclaw/aap-lint"><img src="https://agentmods.dev/badge/skills/automateyournetwork/netclaw/aap-lint.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 852 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00049 $0.00852
Opus 5 $0.00024 $0.00426
Sonnet 5 $0.00010 $0.00170
Haiku 4.5 $0.00005 $0.00085

Measured 10d ago against content hash 6b138e63542b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

aap-lint 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 10d 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.

workspace/skills/aap-lint/SKILL.md · 72 lines

How it starts

The opening of the file, as written. The whole thing — 72 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Ansible Lint Operations

MCP Server

  • Repository: sibilleb/AAP-Enterprise-MCP-Server
  • Transport: stdio (Python via uv run ansible-lint.py)
  • Install: git clone + uv sync (or pip install -e .)
  • Requires: ansible-lint installed

Available Tools (9)

Tool What It Does
lint_playbook Lint playbook content with configurable profiles and output formats
lint_file Lint a specific Ansible file at a given path
lint_role Comprehensive linting of an Ansible role directory
list_rules Display available ansible-lint rules with optional tag filtering
list_tags Show all tags for categorizing lint rules
validate_syntax Quick syntax validation using syntax-specific rules
check_best_practices Evaluate content against best practices with severity categorization
analyze_project Comprehensive report on an entire Ansible project structure
get_ansible_lint_version Return installed ansible-lint version

Key Concepts

Concept What It Means
Profile Lint strictness level (min, basic, moderate, safety, shared, production)
Rule Individual lint check (e.g., yaml[truthy], no-changed-when, fqcn)
Tag Rule category for filtering (e.g., command-shell, formatting, idiom)
FQCN Fully Qualified Collection Name — required in production profiles

Workflow: Pre-Deployment Playbook Validation

  1. Syntax check: validate_syntax — catch YAML and Ansible syntax errors
  2. Best practices: check_best_practices — evaluate against standards
  3. Full lint: lint_playbook with production profile — comprehensive check
  4. Review rules: list_rules — understand which rules triggered violations
  5. Report: Pass/fail with specific violations and remediation guidance

Workflow: Project-Wide Quality Audit

  1. Analyze project: analyze_project — scan entire Ansible project structure
  2. Review findings: Group violations by file, rule, and severity
  3. Check roles: lint_role for each role directory
  4. Report: Project quality scorecard with violation counts and trends

Read the full file on GitHub · 72 lines

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. 10d ago First seen · 72 lines · 49 tokens per session scan A 6b138e63542b

Subscribe to this mod's changes

aap-lint is a skill published in the GitHub repository automateyournetwork/netclaw (652 stars, last pushed 4d ago), licensed Apache-2.0. It adds 49 tokens to every session and 852 once invoked, about $0.0002 per session on Opus 5. 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.