aap-eda
$
npx mdskill add automateyournetwork/netclaw/aap-edaManage Event-Driven Ansible (EDA) activations, rulebooks, and decision environments
- Solve tasks like enabling/disabling activations or reviewing rulebooks
- Uses EDA API via environment variables EDA_URL and EDA_TOKEN
- Executes commands based on user input and predefined tool mappings
- Returns structured output for automation or user feedback
SKILL.md
.github/skills/aap-edaView on GitHub ↗
---
name: aap-eda
description: "Event-Driven Ansible (EDA) — activation lifecycle, rulebook management, decision environments, event stream monitoring. Use when managing event-driven automation triggers, enabling/disabling activations, or reviewing EDA rulebooks."
version: 1.0.0
license: Apache-2.0
tags: [ansible, eda, event-driven, redhat, automation, rulebook]
metadata:
{ "openclaw": { "requires": { "bins": ["python3"], "env": ["EDA_URL", "EDA_TOKEN"] } } }
---
# Event-Driven Ansible (EDA) Operations
## MCP Server
- **Repository**: [sibilleb/AAP-Enterprise-MCP-Server](https://github.com/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
## Workflow: Event-Driven Automation Audit
1. **List activations**: `list_activations` — enumerate all EDA activations
2. **List rulebooks**: `list_rulebooks` — review available automation rules
3. **Check environments**: `list_decision_environments` — verify container images
4. **Monitor streams**: `list_event_streams` — confirm event sources are active
5. **Report**: EDA health, dormant activations, orphaned rulebooks
## Integration with Other Skills
| Skill | How They Work Together |
|-------|----------------------|
| `aap-automation` | EDA triggers → AAP job template execution |
| `aap-lint` | Validate rulebook playbook actions before activation |
| `servicenow-change-workflow` | ServiceNow CR before enabling EDA activations in production |
| `gait-session-tracking` | Audit trail for EDA lifecycle changes |
| `slack-network-alerts` | EDA event notifications via Slack |
## Environment Variables
- `EDA_URL` — EDA API endpoint (e.g., `https://aap.example.com/api/eda/v1`)
- `EDA_TOKEN` — EDA API token (can match AAP_TOKEN)
## Important Rules
- **Activations process events in real-time** — disabling/enabling affects live automation
- **ServiceNow CR** — gate activation changes behind change requests in production
- **Record in GAIT** — log all EDA operations for audit trail
More from automateyournetwork/netclaw
- aap-automationRed Hat Ansible Automation Platform — inventory management, job template execution, project SCM sync, ad-hoc commands, host management, Galaxy content discovery. Use when automating infrastructure with Ansible, running playbooks, managing inventories, or searching for Ansible collections and roles.
- aap-lintansible-lint playbook and role validation — syntax checking, best practice enforcement, project-wide analysis, rule filtering. Use when validating Ansible playbooks, checking code quality, or enforcing automation best practices before deployment.
- aci-change-deploySafe ACI policy change deployment - ServiceNow CR lifecycle, pre/post-change fault baselines, APIC policy application, automatic rollback on fault delta, and GAIT audit trail. Use when deploying ACI policy changes, creating tenants or EPGs, pushing config to APIC, or running a change window with rollback protection.
- aci-fabric-auditComprehensive Cisco ACI fabric health audit - node status, tenant/VRF/BD/EPG policy review, contract analysis, fault triage, and endpoint learning verification. Use when auditing ACI fabric health, checking for faults, reviewing tenant policies, or running pre/post-change baselines on APIC.
- arista-cvpArista CloudVision Portal (CVP) automation via REST API — device inventory, events, connectivity monitoring, tag management (4 tools). Use when managing Arista devices, checking CloudVision events, monitoring network connectivity probes, or tagging devices in CVP.
- aruba-cx-configView and manage Aruba CX switch configurations, perform ISSU upgrades, and firmware operations
- aruba-cx-interfacesMonitor Aruba CX switch interface status, LLDP neighbors, and optical transceiver health
- aruba-cx-switchingView and manage Aruba CX switch VLANs and MAC address tables for Layer 2 operations
- aruba-cx-systemDiscover Aruba CX switch system information, firmware versions, and VSF topology
- atlassian-itsmIT Service Management workflows using Jira for issue tracking and Confluence for documentation