aap-automation

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

A connection to Red Hat Ansible Automation Platform, a system for running Ansible infrastructure automation and managing the computers it controls.

In plain words
What is it for?
Use it to manage inventories and hosts, run job templates and ad-hoc commands, sync projects from source control, and find Ansible collections and roles.
Why use it?
It removes the need to switch between the automation platform and separate commands when checking inventories, hosts, projects, and automation jobs.

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 manage inventories and hosts, run job templates and ad-hoc commands, sync projects from source control, and find Ansible collections and roles.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/automateyournetwork/netclaw/aap-automation/github.svg)](https://agentmods.dev/skills/automateyournetwork/netclaw/aap-automation)
Your own site
<a href="https://agentmods.dev/skills/automateyournetwork/netclaw/aap-automation"><img src="https://agentmods.dev/badge/skills/automateyournetwork/netclaw/aap-automation/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-automation

Your own site · 80×15
<a href="https://agentmods.dev/skills/automateyournetwork/netclaw/aap-automation"><img src="https://agentmods.dev/badge/skills/automateyournetwork/netclaw/aap-automation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,717 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.00060 $0.01717
Opus 5 $0.00030 $0.00859
Sonnet 5 $0.00012 $0.00343
Haiku 4.5 $0.00006 $0.00172

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

Security

Grade A, and why

aap-automation 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 11d 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-automation/SKILL.md · 164 lines

How it starts

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

Ansible Automation Platform Operations

MCP Server

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

Available Tools (45)

Inventory & Host Management (11)

Tool What It Does
list_inventories Retrieve all inventories from AAP
get_inventory Fetch details for a specific inventory by ID
create_inventory Create a new inventory with organization and configuration
delete_inventory Remove an inventory from the platform
list_hosts List all hosts within a specific inventory
get_host_details Get comprehensive information about a host
get_host_facts Obtain gathered facts for a host
add_host_to_inventory Add a new host with optional variables
update_host Modify host properties including variables and status
delete_host Remove a host from inventory
get_failed_hosts List hosts with active failures

Group Management (6)

Tool What It Does
list_groups Show all groups in an inventory
get_group_details Retrieve group information
create_group Create a new group within an inventory
add_host_to_group Associate a host with a group
remove_host_from_group Disassociate a host from a group
get_host_groups List all groups containing a host

Job & Template Management (8)

Tool What It Does
list_job_templates List all available job templates
get_job_template Get details for a specific job template
create_job_template Create a new job template with playbook configuration
run_job Execute a job template with optional extra variables
list_jobs Show all jobs in the platform
list_recent_jobs Filter jobs by timeframe
job_status Check current status of a job
job_logs Retrieve execution logs for a job

Read the full file on GitHub · 164 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. 11d ago First seen · 164 lines · 60 tokens per session scan A bcb8bd28c952

Subscribe to this mod's changes

aap-automation is a skill published in the GitHub repository automateyournetwork/netclaw (655 stars, last pushed 4d ago), licensed Apache-2.0. It adds 60 tokens to every session and 1,717 once invoked, about $0.0003 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.

Related

Other skills, from other repositories