aap-eda

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

A set of tools for operating Event-Driven Ansible, a system that runs automation when incoming events match defined rules. It covers activations, rulebooks, decision environments, and event streams.

In plain words
What is it for?
Use it to list, create, enable, disable, restart, or delete activations; inspect rulebooks and environments; and list event streams.
Why use it?
It gives developers and operators a way to inspect and control event-based automation without manually handling each trigger.

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 list, create, enable, disable, restart, or delete activations; inspect rulebooks and environments; and list event streams.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/automateyournetwork/netclaw/aap-eda"><img src="https://agentmods.dev/badge/skills/automateyournetwork/netclaw/aap-eda.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 953 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.00953
Opus 5 $0.00024 $0.00477
Sonnet 5 $0.00010 $0.00191
Haiku 4.5 $0.00005 $0.00095

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

Security

Grade A, and why

aap-eda 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-eda/SKILL.md · 94 lines

How it starts

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

Event-Driven Ansible (EDA) Operations

MCP Server

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

Available Tools (12)

Activation Management (7)

Tool What It Does
list_activations List all activations in EDA
get_activation Retrieve details for a specific activation by ID
create_activation Create a new activation
enable_activation Enable a disabled activation
disable_activation Disable an active activation
restart_activation Restart an activation
delete_activation Delete an activation

Rulebooks & Environments (3)

Tool What It Does
list_rulebooks List all rulebooks in EDA
get_rulebook Retrieve details of a specific rulebook
list_decision_environments List all decision environments

Event Streams & Environments (2)

Tool What It Does
create_decision_environment Add a new decision environment
list_event_streams List all event streams

Key Concepts

Concept What It Means
EDA Event-Driven Ansible — reactive automation triggered by events
Activation A running instance of a rulebook processing events
Rulebook YAML-defined rules mapping events to Ansible actions
Decision Environment Container image with collections and dependencies for EDA
Event Stream Source of events fed into EDA for processing

Workflow: Activation Management

  1. List activations: list_activations — see all current activations and their state
  2. Inspect: get_activation — review activation details (rulebook, decision env, status)
  3. Lifecycle: enable_activation, disable_activation, restart_activation as needed
  4. Report: Activation health summary

Read the full file on GitHub · 94 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 · 94 lines · 49 tokens per session scan A 0b86f5463f83

Subscribe to this mod's changes

aap-eda is a skill published in the GitHub repository automateyournetwork/netclaw (652 stars, last pushed 3d ago), licensed Apache-2.0. It adds 49 tokens to every session and 953 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.

Related

Other skills, from other repositories

ansible-expert

Expert-level Ansible for configuration management, automation, and infrastructure as code. Use when the user mentions automation, configuration management, infrastructure as code, playbooks, or roles, or when the task involves Ansible Architecture, Basic Inventory, YAML Inventory, or Dynamic Inventory.

personamanagmentlayer/pcl · 59 tokens

ansible

Operational skill for Ansible playbooks, inventories, roles, idempotent modules, check mode, and ansible-vault secret handling.

alivirgo/Major-AI-Skills · 31 tokens

ansible

A guide for using Ansible, a tool that automates commands and configuration across multiple computers. It covers hosts, reusable playbooks, modules, permissions, and check mode.

chaterm/terminal-skills · 9 tokens

kafka-stream-processing

Complete guide for Apache Kafka stream processing including producers, consumers, Kafka Streams, connectors, schema registry, and production deployment.

manutej/luxor-claude-marketplace · 28 tokens

spicebridge

Circuit design and SPICE simulation assistant. Use when the user asks about circuit design, filters (low-pass, high-pass, bandpass, notch), amplifiers (inverting, differential, instrumentation, summing), voltage dividers, SPICE simulation, AC/DC/transient analysis, schematics, component selection, frequency response…

clanker-lover/spicebridge · 90 tokens

ansible

Ansible IT automation reference. Agentless SSH-based architecture, static/dynamic inventory with groups, YAML playbooks with tasks/handlers/tags, 3000+ built-in modules, role directory structure, Ansible Vault secrets encryption, Galaxy collections, and production best practices.

bytesagain/ai-skills · 58 tokens