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 thePM001/AEP-agent-element-protocol --skill agentsh-policy-creategit clone --depth 1 https://github.com/thePM001/AEP-agent-element-protocolWrote 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/agentsh-policy-create)<a href="https://agentmods.dev/skills/thepm001/aep-agent-element-protocol/agentsh-policy-create"><img src="https://agentmods.dev/badge/skills/thepm001/aep-agent-element-protocol/agentsh-policy-create.svg" alt="Measured on agentmods" height="20"></a>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.00041 | $0.01245 |
| Opus 5 | $0.00020 | $0.00622 |
| Sonnet 5 | $0.00008 | $0.00249 |
| Haiku 4.5 | $0.00004 | $0.00125 |
Grade A, and why
aep-caw-policy-create 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 8d 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 — 91 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Create AepCaw Policy
Overview
Create new AepCaw security policies from built-in templates, customized to the user's use case. Produces valid YAML policy files with correct structure, evaluation semantics, and defensive defaults for file, network, command, HTTP service, and Postgres-family database controls.
When to Use
- User asks to create/make/generate a new policy
- User describes a use case that needs a policy ("policy for my CI pipeline")
- User wants to set up AepCaw for the first time
- User wants controlled access to a declared HTTP API or Postgres-family database
- NOT for editing existing policies (use aep-caw-policy-edit)
Flow
-
Locate policy directory
- Look for
config.ymlorconfig.yamlin the project root to findpolicies.dir - If not found, look for a
configs/policies/directory - Fall back to asking the user with AskUserQuestion
- Look for
-
Understand the use case Use AskUserQuestion to ask: "What will this policy protect?"
Use Case Template AI agent (code tasks) defaultoragent-defaultCI/CD pipeline ci-strictLocal development dev-safeStrict agent sandbox agent-sandboxObservation/profiling agent-observeDeclared HTTP API gateway Start from defaultPostgres-family database access Start from defaultCustom / other Start from default -
Select template
- Read the matching template from the policy directory (e.g.,
configs/policies/default.yaml) - On Windows, prefer the
-windowsvariant if available (e.g.,default-windows.yaml,ci-strict-windows.yaml) - If templates are not available locally, use the schema reference to generate a baseline
- Read the matching template from the policy directory (e.g.,
-
Customize Based on the template read in Step 3, ask only about gaps - skip categories the template already handles well:
- "Which domains does your app need to reach?" → add network rules
- "Any paths outside the workspace it needs?" → add file rules
- "Any commands to block or require approval?" → add command rules
- "Should any HTTP APIs be exposed through AepCaw?" → add
http_servicesplusproviderswhen credential substitution is needed - "Should any Postgres-family databases be mediated?" → add
db_services,database_connection_rules,database_rules, andpolicies.db
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.
- 8d ago First seen · 91 lines · 41 tokens per session scan A fe26556b0181
aep-caw-policy-create is a skill published in the GitHub repository thePM001/AEP-agent-element-protocol (5 stars, last pushed yesterday), licensed Apache-2.0. It adds 41 tokens to every session and 1,245 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-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.
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…
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.