aima-control

aima-control is a skill for Claude Code, Codex from Approaching-AI/AIMA. It costs 21 tokens per session (249 once invoked), scanned A, original, Apache-2.0.

A guide for managing local AIMA deployments and device state through AIMA’s built-in control interface. It covers checking hardware and runtime status, listing models and engines, managing deployments, and running benchmarks.

In plain words
What is it for?
Use it to inspect device capacity and load, review models and engines, apply or remove deployments, view deployment logs, resolve compatible combinations, run benchmarks, and check OpenClaw integration status.
Why use it?
It provides an order of checks that reduces the risk of changing a running model or engine without knowing the current state. It also includes readiness checks after deployment changes.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/approaching-ai/aima/aima-control
Any agent
npx skills add Approaching-AI/AIMA --skill aima-control
Clone the repo
git clone --depth 1 https://github.com/Approaching-AI/AIMA

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 aima-control

README.md
[![agentmods](https://agentmods.dev/badge/skills/approaching-ai/aima/aima-control.svg)](https://agentmods.dev/skills/approaching-ai/aima/aima-control)
Your own site
<a href="https://agentmods.dev/skills/approaching-ai/aima/aima-control"><img src="https://agentmods.dev/badge/skills/approaching-ai/aima/aima-control.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 249 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00021 $0.00249
Opus 5 $0.00010 $0.00125
Sonnet 5 $0.00004 $0.00050
Haiku 4.5 $0.00002 $0.00025

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

Security

Grade A, and why

aima-control 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 4d 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.

internal/openclaw/skills/aima-control/SKILL.md · 27 lines

What it actually says

AIMA Control Plane

Use AIMA MCP tools for local inference operations on this device.

Preferred tools

  • system.status for overall device and runtime state
  • hardware.detect and hardware.metrics for capability and live load checks
  • model.list and engine.list before planning changes
  • deploy.list, deploy.status, deploy.apply, deploy.delete, and deploy.logs for deployment work
  • knowledge.resolve before changing engine/model combinations
  • benchmark.run after major deployment changes
  • openclaw with action=status|sync|claim for OpenClaw integration drift

Operating rules

  • Prefer MCP tools over shell commands when both are available.
  • Treat tools/list as discovery only; use the listed tools as the supported day-to-day surface.
  • Before deploying or replacing a model, inspect the current deployment state.
  • After changing deployments, verify readiness with deploy.status or deploy.list.
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. 4d ago First seen · 27 lines · 21 tokens per session scan A b6e40607effb

Subscribe to this mod's changes

aima-control is a skill published in the GitHub repository Approaching-AI/AIMA (16 stars, last pushed 2d ago), licensed Apache-2.0. It adds 21 tokens to every session and 249 once invoked, about $0.0001 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-30.

Related

Other skills, from other repositories

qa-find-bugs

Drive the live product at https://dashboard.bex.co as a signed-in QA user (QAEMAIL / QAPASSWORD from .env), hunt real bugs across the hosting features, research each fix down to file:line, file the non-duplicate findings to the w6 board through /pm, and /ship the scheduled milestone. Use when the user asks to QA the…

bex-co/bex · 96 tokens

pm

Inspect and maintain the repository's .pm workstreams, inbox notes, milestones, and tasks. Use when the user asks for PM board status or requests a supported board mutation such as creating, promoting, adding, or completing work.

bex-co/bex · 48 tokens

stripe-projects

Use when the user wants to provision infrastructure or third-party services using Stripe Projects. Triggers: "I need a database", "set up auth", "add caching", "give me a Postgres", "provision Redis", "I need hosting", "add a vector DB", "get me an API key for X", "get credentials for X", "sign up for a service", "set…

bex-co/bex · 213 tokens

deploy-app-from-local

Deploy a local checkout to a production Hetzner App using the manual image-import runbook. Use when the user asks to ship local working-tree code to a live bex App rather than deploy from remote Git. Arguments are the local repo path and app name.

bex-co/bex · 58 tokens

ship

Safely bring main up to date, commit intended pending changes, and push to origin/main. Use when the user explicitly asks to ship the current main branch or invokes the repository's ship workflow.

bex-co/bex · 41 tokens

mock-cluster

Stand up or scale the local CAPD mock cluster and deploy the bex operator into it. Use when the user asks to create, inspect, or resize the repository's local development cluster. Optional argument: scale N.

bex-co/bex · 48 tokens