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 agentmods add commands/akka/ai-marketplace/deploygit 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/commands/akka/ai-marketplace/deploy)<a href="https://agentmods.dev/commands/akka/ai-marketplace/deploy"><img src="https://agentmods.dev/badge/commands/akka/ai-marketplace/deploy.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.00033 | $0.01518 |
| Opus 5 | $0.00016 | $0.00759 |
| Sonnet 5 | $0.00007 | $0.00304 |
| Haiku 4.5 | $0.00003 | $0.00152 |
Grade A, and why
deploy 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 5d 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 — 137 lines — stays where its author put it; the contents beside it link to each section on GitHub.
User Input
$ARGUMENTS
You MUST consider the user input before proceeding (if not empty).
Purpose
This command transitions the service from local development to the
Akka platform. It builds a container image, pushes it to a registry,
deploys it, and configures routing. Only run this when the service works
locally (via /akka-specify:build) and you're ready to ship.
Outline
- Pre-flight checks:
- Run
mvn compileandmvn test— do not deploy if tests fail - Ensure platform context:
- Read
akka://contextresource to check current org/project - If organization is empty:
a. Call
akka_organizations_listto get available orgs b. Present the list to the user and ask which to use c. Remember the chosen org for subsequent tool calls - If project is empty:
a. Call
akka_projects_list(passorganizationparameter if known) b. If projects exist: present list and ask user to pick c. If none: ask if they want to create one viaakka_projects_created. Remember the chosen project for subsequent tool calls - Read
akka://regionsto confirm target region - IMPORTANT: Pass the chosen project as the
projectparameter on every platform tool call. Do NOT callakka config set— that modifies the user's persistent CLI configuration.
- Read
- Check the service name: Read
pom.xmland check the<artifactId>. If it is a scaffold default (e.g.empty-service,my-service,example-service), ask the user what service name they want to deploy as. Use the user's chosen name as theserviceparameter inakka_services_deploy— do NOT rename the artifactId in pom.xml. - Check Docker image store: Docker Desktop may have the containerd
image store enabled, which is incompatible with the Akka container
registry push flow. Check
docker infooutput forcontainerdas the storage driver or image store. If detected, warn the user: "Docker Desktop appears to be using the containerd image store, which is incompatible with the Akka container registry push flow. Please:- Open Docker Desktop → Settings → General
- Uncheck 'Use containerd for pulling and storing images'
- Apply & Restart Docker Desktop
- Run
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.
- 5d ago First seen · 137 lines · 33 tokens per session scan A 3d65ff84dc03
deploy is a command published in the GitHub repository akka/ai-marketplace (6 stars, last pushed 5d ago), licensed Apache-2.0. It adds 33 tokens to every session and 1,518 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 commands, from other repositories
deploy
Build, test, deploy with staged rollout.
extract-infrastructure
Extract Azure infrastructure and generate Docker Compose stack for local development.
deploy
Deploy an app to multiple clusters with smart placement.
aci-run
Run a container in Azure Container Instances for quick one-off tasks or scheduled jobs.
gen-infra
Generate Infrastructure as Code: Docker Compose, Kubernetes manifests, K3s manifests, Terraform configs, or Helm charts. Usage: /gen-infra [docker|k8s|k3s|terraform|helm] [--env=production].
discover-infrastructure
Load infrastructure skills (Terraform, IaC, cloud platforms, containers).