aep

aep is a skill for Codex from thePM001/AEP-agent-element-protocol. It costs 411 tokens per session (11,871 once invoked), scanned A, original, Apache-2.0.

A set of instructions for working with AEP, the Agent Element Protocol, and its related runtimes, components, security layer, and setup tools.

In plain words
What is it for?
Use it whenever you work on AEP, dynAEP, Base Node, Composer Lite, setup agents, component registries, CAW security, or related AEP features.
Why use it?
It keeps changes consistent with the protocol’s documented architecture and governance rules instead of introducing incompatible components or unsafe connections.

Skill for Codex

Written for Codex: reads ~/.codex or $CODEX_HOME. Also seen: mentions AGENTS.md; mentions Codex.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is node AEP-User-Experience/aep-base-node-preflight.mjs.

Good fit Use it whenever you work on AEP, dynAEP, Base Node, Composer Lite, setup agents, component registries, CAW security, or related AEP features.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/thePM001/AEP-agent-element-protocol
agentmods
npx agentmods add skills/thepm001/aep-agent-element-protocol/aep-main-skill

Made for: 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 aep

README.md
[![agentmods](https://agentmods.dev/badge/skills/thepm001/aep-agent-element-protocol/aep-main-skill.svg)](https://agentmods.dev/skills/thepm001/aep-agent-element-protocol/aep-main-skill)
Your own site
<a href="https://agentmods.dev/skills/thepm001/aep-agent-element-protocol/aep-main-skill"><img src="https://agentmods.dev/badge/skills/thepm001/aep-agent-element-protocol/aep-main-skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 411 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 11,871 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 warn 7 Sept 2026
SkillSpector: 5 findings, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Privilege Escalation · line 53
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
  • high Privilege Escalation · line 1067
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
  • medium MCP Rug Pull · line 103
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 108
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium Excessive Agency · line 1014
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
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.00411 $0.11871
Opus 5 $0.00205 $0.05935
Sonnet 5 $0.00082 $0.02374
Haiku 4.5 $0.00041 $0.01187

Measured today against content hash c751e71bf4aa, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

aep 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 today.

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.

AEP-User-Experience/AEP-main-skill/SKILL.md · 1,088 lines

How it starts

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

Agent Element Protocol (AEP) v2.8

AEP 2.8 is the public open-source Agent Element Protocol. dynAEP is the main AEP event runtime (Action Lattice, bridge, temporal authority, perception governance). Base Node is the local kernel (docks, registry, lattice channels). CAW is host execution-layer security. Composer Lite (:8424) is the operator / CCA plane. CCA (Central Setup Agent, aep-cca / aep-setup-agent) probes, plans and activates components. Docker ships the full offline protocol.

Public repository: https://github.com/thePM001/AEP-agent-element-protocol

Operators: follow the AEP secure deployment guide for Path A (native dynAEP + lattice) and Path B (optional UCB foreign attach). Do not invent a second protocol runtime to replace dynAEP. Do not hand foreign stacks raw Base Node dock sockets.

AEP 2.8 stack

Component Path Role
Base Node (kernel) AEP-Base-Node/ Local governance daemon, docks, registry, multi-base-node
dynAEP (main runtime) AEP-Components/dynAEP/ Action Lattice event governance, bridge, TA / TA-P
dynAEP SDK clients internal-sdk/AEP-SDKs/typescript/dynaep/ TypeScript dynAEP governance clients
CCA / setup agent AEP-Components/cca/ Probe, ImplementationPlan, execute (setup-agent.mjs)
Composer Lite AEP-Composer-Lite/ WASM visual canvas :8424
Registry AEP-Base-Node/registry/ Offline component catalog (catalog.json)
CAW Framework AEP-Components/caw-framework/ Execution-Layer Security (aep-caw)
UCB (optional Path B) AEP-Docks/ucb/ Foreign MCP/HTTP attach airlock
Lattice transport AEP-Components/lattice-channels/ PQ sealed LatticeChannel frames
Policy (GAP) AEP-Policy-System/ GAP policies, presets, builders
Harness AEP-User-Experience/harness/ Agent preflight helpers and UI validators
Subprotocols internal-sdk/AEP-Subprotocols/ UI, commerce, workflows, REST, events, IaC, MCP security

Read the full file on GitHub · 1,088 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. today Changed c751e71bf4aa
  2. 2d ago Changed · -12 lines 54ab69d568c3
  3. 8d ago First seen · 1,100 lines · 411 tokens per session scan A 28f4353c3b4f

Subscribe to this mod's changes

aep is a skill published in the GitHub repository thePM001/AEP-agent-element-protocol (5 stars, last pushed yesterday), licensed Apache-2.0. It adds 411 tokens to every session and 11,871 once invoked, about $0.0021 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-31.

Related

Other skills, from other repositories

design-taste-frontend

Anti-slop frontend skill for landing pages, portfolios, and redesigns. The agent reads the brief, infers the right design direction, and ships interfaces that do not look templated. Real design systems when applicable, audit-first on redesigns, strict pre-flight check.

Leonxlnx/taste-skill · 61 tokens

image-to-code

Elite website image-to-code skill for Codex. For visually important web tasks, it must first generate the design image(s) itself, deeply analyze them, then implement the website to match them as closely as possible. In Codex, it must prefer large, readable, section-specific images instead of tiny compressed boards…

Leonxlnx/taste-skill · 116 tokens

html-artifacts

Author the HTML for a plan artifact, dashboard iframe, or Slack attachment — structure, design plan, available runtime, theming, and craft. Read this before writing HTML for saveplan, outputiframe, or slackattachhtml.

langchain-ai/open-swe · 51 tokens

minimalist-ui

Clean editorial-style interfaces. Warm monochrome palette, typographic contrast, flat bento grids, muted pastels. No gradients, no heavy shadows.

Leonxlnx/taste-skill · 34 tokens

widgets

Render rich HTML inline via tags with theme-aware styling. Load when emitting an mcwidget so the iframe inherits the dashboard theme instead of clashing with light / dark / custom palettes.

kirodotdev/KiroCrew · 42 tokens

web-verify

Look at your OWN front-end change before claiming it works -- navigate the loopback URL of a dev server or pod you started, screenshot the surface you changed, read the image to judge it, and embed it in chat. Three capture backends: playwright-cli (the session the dashboard Browser panel shows), the agent-browser CLI…

kirodotdev/KiroCrew · 0 tokens