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 akka/ai-marketplace --skill modegit clone --depth 1 https://github.com/akka/ai-marketplaceWrote 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/akka/ai-marketplace/mode)<a href="https://agentmods.dev/skills/akka/ai-marketplace/mode"><img src="https://agentmods.dev/badge/skills/akka/ai-marketplace/mode/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.
<a href="https://agentmods.dev/skills/akka/ai-marketplace/mode"><img src="https://agentmods.dev/badge/skills/akka/ai-marketplace/mode.svg" alt="Reviewed on agentmods" width="80" 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.00025 | $0.01452 |
| Opus 5 | $0.00013 | $0.00726 |
| Sonnet 5 | $0.00005 | $0.00290 |
| Haiku 4.5 | $0.00003 | $0.00145 |
Grade A, and why
mode scanned grade A with 1 finding 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 10d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
platform (`winget upgrade Akka.Cli`, `brew upgrade akka`, or the curl How it starts
The opening of the file, as written. The whole thing — 110 lines — stays where its author put it; the contents beside it link to each section on GitHub.
User Input
You MUST consider the user input before proceeding (if not empty).
Purpose
/akka:mode shows the project's conformance mode, or sets it. The mode is
recorded in .akka/exit-conditions.yaml and controls exactly one thing:
whether unmet exit conditions block shipping.
- À la carte — the default. The exit-condition set is dormant until the
developer asks for it: only the Akka-intrinsic baseline resolves, no auditors
are created, and nothing is captured. Once asked for, conditions are checked
and shown but never block
/akka:ship, which proceeds with an explicit override. - Enforced — the full set applies from the start.
/akka:shiprefuses to release until every applicable condition isgreenand not stale, or covered by an effective waiver. You use sign-off, strike, and waive to resolve eachopenorredcondition first.
Every Specify command is available in both modes; the mode changes what the
engine does on its own, not the command set. In Enforced mode the process gates
PROC-AUDITOR-COVERAGE and PROC-ADEQUACY-REVIEWED apply as usual. While the
set is dormant they do not resolve at all — there is nothing yet to have
covered or reviewed.
The organization can constrain this. A policy may set a different default and lock it; when the mode is locked, only the org-allowed mode(s) may be set. A locked Enforced mode cannot be dropped to À la carte to bypass the ship gate.
Outline
-
Parse the argument from
the user's request. Three cases:- Empty — this is a query. Skip to step 2 with no argument.
enforcedora-la-carte— pass through unchanged.- A recognizable spelling of à la carte — the documentation renders the
mode as "À la carte", so accept
alacarte,a la carte,à-la-carte, andà la carteand normalize them toa-la-cartebefore calling the CLI. The CLI accepts only the two canonical spellings.
Anything else: stop and tell the user "
/akka:modetakesenforcedora-la-carte, or no argument to show the current mode." Do not call the CLI.
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.
- 10d ago First seen · 110 lines · 25 tokens per session scan A 9ec14a4e784c
mode is a skill published in the GitHub repository akka/ai-marketplace (6 stars, last pushed yesterday), licensed Apache-2.0. It adds 25 tokens to every session and 1,452 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
gsd-mempalace-capture
File a phase artifact into MemPalace; mirror decision facts into its temporal KG.
gsd-quick-batch
Batch several /gsd:quick-shaped tasks together — planned, dispatched, and merged as one run.
conductor-new-track
Plans a new track (feature or bug fix), generates spec/plan documents, and updates the registry.
gsd-map-codebase
Analyze codebase with parallel mapper agents to produce .planning/codebase/ documents.
gsd-onboard
Guide existing codebase onboarding through mapping, doc ingest, and planning setup.
gsd-phase
Multi-phase management — add, insert, remove, or edit phases in ROADMAP.md (roadmap phase CRUD).