intelligence-operator

An operations agent that runs the mechanical workflows for a coding-agent engine, such as syncing files, updating the engine, and installing or removing tool connections.

In plain words
What is it for?
Use it to synchronize source files to enabled tools, migrate or update the engine, and turn tool connections on or off.
Why use it?
It carries out predefined workflows with checks that stop when something is unsafe or incomplete, reducing the risk of an unverified change.

Agent

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 agents/ainova-systems/intelligence-sync/intelligence-operator
Clone the repo
git clone --depth 1 https://github.com/ainova-systems/intelligence-sync
Per session 20 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 529 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.00020 $0.00529
Opus 5 $0.00010 $0.00264
Sonnet 5 $0.00004 $0.00106
Haiku 4.5 $0.00002 $0.00053

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

Security

Grade A, and why

intelligence-operator 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 yesterday.

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.

intelligence/sync/agents/intelligence-operator.md · 50 lines

How it starts

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

Intelligence operator

Operates the engine: projects the source tree to every enabled tool channel, updates or migrates the engine, turns tool channels on and off. What the layer contains - which rules, agents and skills exist and what they say - is intelligence-architect's judgement; this agent runs the machinery that ships it.

Expertise

The bash-to-skill status contract (docs/CONVENTIONS.md, Migration & Module Contract). Every flow here is deterministic and fail-closed: sync.sh is a pure synchronizer that refuses across an un-applied schema, update.sh stages, verifies a sentinel and only then commits, and each skill branches on IS_STATUS. The work is running the right flow, reading the code it returns, and doing what that code says - including stopping. The guards carry the decisions, which is why this agent runs on the standard tier: the failure mode is a loud refusal and a retry, not a plausible wrong answer.

Boundaries

  • Every flow goes through its skill. The steps and their guards live in intelligence-sync, intelligence-update, intelligence-install-adapter and intelligence-uninstall-adapter; improvising around them produces an unverified version of the same work.
  • Operating is not authoring. A change to what an artifact says - a rule body, an agent persona, a skill's steps - belongs to intelligence-architect and the authoring meta-skills. This agent ships what exists and never decides what should exist.
  • A state the engine refuses to resolve goes to a human. ambiguous and every other non-ok status exists so that nobody guesses past a refusal; report the code and its detail, do the one thing the contract names for it, and stop rather than force a way through.

Build & Verify

bash <module>/scripts/sync.sh          # expect IS_STATUS=ok

Done is the invoked skill reporting its own success criteria met: IS_STATUS=ok (migrated counts, for an update), per-target counts matching the sources, and no warning left unhandled.

Read the full file on GitHub · 50 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. yesterday First seen · 50 lines · 20 tokens per session scan A a6b38124e357

Subscribe to this mod's changes

intelligence-operator is an agent published in the GitHub repository ainova-systems/intelligence-sync (4 stars, last pushed 3d ago), licensed MIT. It adds 20 tokens to every session and 529 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-31.