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.
git clone --depth 1 https://github.com/thePM001/AEP-agent-element-protocolnpx agentmods add skills/thepm001/aep-agent-element-protocol/aep-main-skillWrote 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/thepm001/aep-agent-element-protocol/aep-main-skill)<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>- NVIDIA SkillSpector warn
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.
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.00411 | $0.11871 |
| Opus 5 | $0.00205 | $0.05935 |
| Sonnet 5 | $0.00082 | $0.02374 |
| Haiku 4.5 | $0.00041 | $0.01187 |
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.
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 |
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.
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.
- today Changed c751e71bf4aa
- 2d ago Changed · -12 lines 54ab69d568c3
- 8d ago First seen · 1,100 lines · 411 tokens per session scan A 28f4353c3b4f
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.
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.
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…
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.
minimalist-ui
Clean editorial-style interfaces. Warm monochrome palette, typographic contrast, flat bento grids, muted pastels. No gradients, no heavy shadows.
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.
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…