aoa-summon

aoa-summon is a skill for Codex from 8Dionysus/aoa-agents. It costs 63 tokens per session (1,256 once invoked), scanned A, original, Apache-2.0.

An execution step for launching one already-defined agent task with a checked runtime and a bounded result.

In plain words
What is it for?
It helps run delegated agent routes and close out their responsibility.
Why use it?
It prevents incomplete or unclear plans from being launched as if they were executable work.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions subagents; mentions Codex.

Good fit It helps run delegated agent routes and close out their responsibility.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/8dionysus/aoa-agents/aoa-summon
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 8Dionysus/aoa-agents --skill aoa-summon
Clone the repo
git clone --depth 1 https://github.com/8Dionysus/aoa-agents

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 aoa-summon

README.md
[![agentmods](https://agentmods.dev/badge/skills/8dionysus/aoa-agents/aoa-summon/github.svg)](https://agentmods.dev/skills/8dionysus/aoa-agents/aoa-summon)
Your own site
<a href="https://agentmods.dev/skills/8dionysus/aoa-agents/aoa-summon"><img src="https://agentmods.dev/badge/skills/8dionysus/aoa-agents/aoa-summon/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for aoa-summon

Your own site · 80×15
<a href="https://agentmods.dev/skills/8dionysus/aoa-agents/aoa-summon"><img src="https://agentmods.dev/badge/skills/8dionysus/aoa-agents/aoa-summon.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,256 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.00063 $0.01256
Opus 5 $0.00032 $0.00628
Sonnet 5 $0.00013 $0.00251
Haiku 4.5 $0.00006 $0.00126

Measured 3d ago against content hash 003d31b9c277, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

aoa-summon 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 3d ago.

The scan reads SKILL.md. This mod also ships 7 executable files (scripts/build_summon_v4_schemas.py, scripts/compile_actor_responsibility_receipt.py, scripts/compile_external_execution_request.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/aoa-summon/SKILL.md · 109 lines

How it starts

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

aoa-summon

Execute an already settled actor route. This leaf does not form an obligation, choose a role or model, select unresolved transport, or widen the caller's authority. A plan is not a launch; execution needs an inspected host binding, a real runtime handle, output validation, and responsibility closeout. This is not the front door for generic delegation or native Codex helpers.

Owner source

Resolve from the absolute directory containing the loaded SKILL.md, not from the task working directory:

  1. Inspect that bundle's .aoa-skill-source.json. An existing handle must be a regular non-symlink file with schema aoa_skill_source_receipt_v1 or aoa_skill_source_receipt_v2, name aoa-summon, owner aoa-agents, a non-empty version, an existing absolute owner_root, and safe relative source_path containing SKILL.md. V2 also requires non-empty digest, source_fingerprint, source_fingerprint_scope, and prompt_description_sha256; preserve a non-empty capability_graph_hash when present.
  2. Only if the handle is absent, use git -C <bundle_dir> rev-parse --show-toplevel to locate the source root.
  3. Read <owner_root>/skills/port.manifest.json. Its owner, bundle name, path, and declared version must match the handle, or the source bundle's references/contract.yaml when using Git. An invalid handle or mismatched manifest returns blocked_missing_owner_source; do not search for a substitute checkout.

These are data dependencies, not separate-tool-turn requirements: dependent reads may share one call when each result is checked before using it. Record the resolved owner and source identity. Install digests and commit refs are provenance, not proof of current parity or execution.

For summon-boundary meaning, read the resolved owner's mechanics/titan/parts/summon-boundary/README.md and its docs/summon-boundary.md and docs/summon-protocol-v2.md. Schema and compiler mechanics remain in this bundle.

Request and mode

Read the full file on GitHub · 109 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. 3d ago Changed · -11 lines 003d31b9c277
  2. 4d ago Changed · -295 lines · -118 tokens per session b74f762e6179
  3. 8d ago First seen · 415 lines · 181 tokens per session scan A 987a64b86ce4

Subscribe to this mod's changes

aoa-summon is a skill published in the GitHub repository 8Dionysus/aoa-agents (3 stars, last pushed 3d ago), licensed Apache-2.0. It adds 63 tokens to every session and 1,256 once invoked, about $0.0003 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-09-04.

Related

Other skills, from other repositories

aoa-memo

AoA/Abyss durable memory and owner orientation: use when ongoing work may depend on reviewed prior decisions, provenance, lifecycle/currentness, or an existing memo artifact, even when none is named. Also use to recall, review, or evolve a candidate, export, quarantine packet, object, corpus identity, lifecycle…

8Dionysus/aoa-memo · 116 tokens

aoa-memo-writeback

Use only before any memo artifact exists to decide whether live-session, closeout, landed-work, PR, diff, or review evidence yields one guarded memo candidate, export, or no-write result. If a concrete memo candidate, export, object, corpus, lifecycle, or read-model target already exists, use aoa-memo. Do not use for…

8Dionysus/aoa-skills · 95 tokens

aoa-eval

Select or apply an owner-local or cross-repository eval, route a confirmed no-fit to intake/design, or classify supplied session hits as eval candidates. Do not use for central proof bundles, named results or verdicts, source-linked reports, proof lifecycle, ordinary tests, undefined invariants, or generic session…

8Dionysus/aoa-skills · 68 tokens

aoa-checkpoint-closeout-bridge

Carry provisional checkpoint hints into a reviewed session closeout: harvest, progression, quest-promotion, and branch handoff. Use to collect bounded hints or execute after the current session artifact is closed and reviewed. Do not use mid-session for final judgment, without reviewed evidence, as a hidden playbook…

8Dionysus/aoa-skills · 76 tokens

aoa-knowledge-stewardship

Sanitize private technical material into a public-safe owner-bounded derivative, or resolve authority among authored, generated, runtime, and installed sources. Use for governed incidents, logs, configs, diagnostics, or conflicting source roles. Do not use for ordinary editing, memo/session work, direct publication…

8Dionysus/aoa-skills · 72 tokens

aoa-decision

Find, record, correct, or supersede a durable repository decision and its derived indexes. Use for prior rationale, a meaningful accepted choice, or decision-source/index drift. Do not use for ordinary documentation, an open choice, current source-authority conflicts, or runtime/generated authority mapping.

8Dionysus/aoa-skills · 62 tokens