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.
npx skills add automateyournetwork/netclaw --skill aap-edagit clone --depth 1 https://github.com/automateyournetwork/netclawWrote 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.
[](https://agentmods.dev/skills/automateyournetwork/netclaw/aap-eda)<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.
<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>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once 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 |
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.
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(orpip 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
- List activations:
list_activations— see all current activations and their state - Inspect:
get_activation— review activation details (rulebook, decision env, status) - Lifecycle:
enable_activation,disable_activation,restart_activationas needed - Report: Activation health summary
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.
- 10d ago First seen · 94 lines · 49 tokens per session scan A 0b86f5463f83
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.
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.
ansible
Operational skill for Ansible playbooks, inventories, roles, idempotent modules, check mode, and ansible-vault secret handling.
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.
kafka-stream-processing
Complete guide for Apache Kafka stream processing including producers, consumers, Kafka Streams, connectors, schema registry, and production deployment.
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…
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.