aep-caw-policy-create

aep-caw-policy-create is a skill for Claude Code, Codex from thePM001/AEP-agent-element-protocol. It costs 41 tokens per session (1,245 once invoked), scanned A, original, Apache-2.0.

A policy-creation guide for AepCaw, a system that controls what agents, programs, and services may access. It creates YAML files, a text-based configuration format, from built-in templates.

In plain words
What is it for?
Use it to create policies for AI-agent sandboxes, CI/CD pipelines, local development, HTTP APIs, or Postgres-family databases.
Why use it?
It helps avoid malformed or overly permissive security policies when setting up controlled file, network, command, HTTP service, or Postgres database access.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: names the AskUserQuestion tool.

Good fit Use it to create policies for AI-agent sandboxes, CI/CD pipelines, local development, HTTP APIs, or Postgres-family databases.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/thepm001/aep-agent-element-protocol/agentsh-policy-create
Install

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.

Any agent
npx skills add thePM001/AEP-agent-element-protocol --skill agentsh-policy-create
Clone the repo
git clone --depth 1 https://github.com/thePM001/AEP-agent-element-protocol

Made for: Claude Code, 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-caw-policy-create

README.md
[![agentmods](https://agentmods.dev/badge/skills/thepm001/aep-agent-element-protocol/agentsh-policy-create.svg)](https://agentmods.dev/skills/thepm001/aep-agent-element-protocol/agentsh-policy-create)
Your own site
<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>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,245 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.
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.00041 $0.01245
Opus 5 $0.00020 $0.00622
Sonnet 5 $0.00008 $0.00249
Haiku 4.5 $0.00004 $0.00125

Measured 8d ago against content hash fe26556b0181, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

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.

AEP-Components/caw-framework/skills/agentsh-policy-create/SKILL.md · 91 lines

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

  1. Locate policy directory

    • Look for config.yml or config.yaml in the project root to find policies.dir
    • If not found, look for a configs/policies/ directory
    • Fall back to asking the user with AskUserQuestion
  2. Understand the use case Use AskUserQuestion to ask: "What will this policy protect?"

    Use Case Template
    AI agent (code tasks) default or agent-default
    CI/CD pipeline ci-strict
    Local development dev-safe
    Strict agent sandbox agent-sandbox
    Observation/profiling agent-observe
    Declared HTTP API gateway Start from default
    Postgres-family database access Start from default
    Custom / other Start from default
  3. Select template

    • Read the matching template from the policy directory (e.g., configs/policies/default.yaml)
    • On Windows, prefer the -windows variant 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
  4. 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_services plus providers when credential substitution is needed
    • "Should any Postgres-family databases be mediated?" → add db_services, database_connection_rules, database_rules, and policies.db

Read the full file on GitHub · 91 lines

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. 8d ago First seen · 91 lines · 41 tokens per session scan A fe26556b0181

Subscribe to this mod's changes

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.

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

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

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