atai-operational-state-monitoring-agent

atai-operational-state-monitoring-agent is a skill for Claude Code, Codex from archetypeai/agent-skills. It costs 217 tokens per session (4,812 once invoked), scanned A, original, Apache-2.0.

A managed service that classifies the operating state of equipment from a sensor CSV file. It processes the data and returns predictions for each time window using a prepared classifier.

In plain words
What is it for?
Running repeatable batch classifications on sensor recordings, evaluating the prepared operational-state model, and comparing predictions with labelled test data.
Why use it?
It removes the need to build or host the data-processing and machine-learning pipeline yourself.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Running repeatable batch classifications on sensor recordings, evaluating the prepared operational-state model, and comparing predictions with labelled test data.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/archetypeai/agent-skills/atai-operational-state-monitoring-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.

Any agent
npx skills add archetypeai/agent-skills --skill atai-operational-state-monitoring-agent
Clone the repo
git clone --depth 1 https://github.com/archetypeai/agent-skills

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 atai-operational-state-monitoring-agent

README.md
[![agentmods](https://agentmods.dev/badge/skills/archetypeai/agent-skills/atai-operational-state-monitoring-agent/github.svg)](https://agentmods.dev/skills/archetypeai/agent-skills/atai-operational-state-monitoring-agent)
Your own site
<a href="https://agentmods.dev/skills/archetypeai/agent-skills/atai-operational-state-monitoring-agent"><img src="https://agentmods.dev/badge/skills/archetypeai/agent-skills/atai-operational-state-monitoring-agent/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 atai-operational-state-monitoring-agent

Your own site · 80×15
<a href="https://agentmods.dev/skills/archetypeai/agent-skills/atai-operational-state-monitoring-agent"><img src="https://agentmods.dev/badge/skills/archetypeai/agent-skills/atai-operational-state-monitoring-agent.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 217 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,812 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00217 $0.04812
Opus 5 $0.00109 $0.02406
Sonnet 5 $0.00043 $0.00962
Haiku 4.5 $0.00022 $0.00481

Measured 12d ago against content hash 86c6465c67b4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

atai-operational-state-monitoring-agent 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 12d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (references/run_osm_agent.py, tests/test_references.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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -X POST -H "Authorization: Bearer $ATAI_API_KEY" \
skills/atai-operational-state-monitoring-agent/SKILL.md · 259 lines

How it starts

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

OSM Agent — Managed State Classification via the Agents API

The OSM agent is the fully-managed counterpart to the client-side embed-and-KNN pattern in atai-newton-omega-model: instead of fanning out /query embedding calls and classifying locally, you hand the platform a CSV and the platform runs the whole graph server-side:

source → interpolate → window → windowInterpolate → samplingRate → limitValues → encoder → classifier → sink

You don't build or host anything: the platform ships canonical "OSM Quick Start" bundles with the six-state Volve classifier and its windowing already pinned. One run = one agent instance = one input file. You upload the CSV, resolve the pre-packaged bundle by name, run it, poll until terminal, and download one output CSV of per-window predictions.

When to Apply

  • Classify operational states over a full CSV of sensor records with no client-side ML and no classifier of your own — the maintained bundle embeds and classifies every window
  • Demo or evaluate the managed OSM path as a deployed, repeatable batch job
  • Score the managed predictions on held-out slices against a ground-truth sidecar

Your own data? As of today, this skill runs the pre-packaged OSM Quick Start bundles, whose classifier is fit to the Volve six-state drilling data. To classify your own data with states that match it, contact [email protected] — Archetype AI will work with you to create agent bundles tailored to your data. (The "Bring your own classifier" section below documents the underlying mechanics.)

Do not use this skill when:

  • You want interactive, per-window embeddings to do ML client-side — use atai-newton-omega-model
  • The raw CSV still needs cleaning / gap-aware segmentation / normalization — see atai-newton-omega-model-data-prep; the OSM agent assumes prepared, z-scored input
  • You want to run your own fitted classifier rather than the pre-packaged one — the supported path is a tailored bundle created with Archetype AI (contact [email protected]); the underlying mechanics (blueprint osm + a fit-classifier S3 artifact) are in the "Bring your own classifier" note below

Read the full file on GitHub · 259 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. 12d ago First seen · 259 lines · 217 tokens per session scan A 86c6465c67b4

Subscribe to this mod's changes

atai-operational-state-monitoring-agent is a skill published in the GitHub repository archetypeai/agent-skills (5 stars, last pushed today), licensed Apache-2.0. It adds 217 tokens to every session and 4,812 once invoked, about $0.0011 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.

Related

Other skills, from other repositories

sensing-track

Query flow event logs to answer questions about past sensing events — "Have you seen anybody between 10pm and midnight?", "Is there any motion in the last hour?", "What happened while I was away?".

autonomous-ai/autonomous-os · 46 tokens

sensing

React to passive device events tagged [sensing:...] — presence, sound, light, fire hazard — with inline emotion markers and optional short speech. Does NOT handle motion.activity (→ wellbeing) or emotion.detected / speechemotion.detected (→ user-emotion-detection).

autonomous-ai/autonomous-os · 60 tokens

environment

Interpret environmental sensor readings and sustained changes for room comfort and air quality. Use for [environment:initial] greeting context, [environment:update] events, questions about room temperature, humidity, measured CO2 or air quality, and checking changes after ventilation or air cleaning. Requires the…

autonomous-ai/autonomous-os · 83 tokens

guard

Guard mode for security monitoring. Two uses — (1) Toggle on/off when a friend says "guard mode", "watch the house", "I'm going out", or similar. (2) Handle any sensing event that carries a [guard-active] tag (e.g. [sensing:presence.enter][guard-active], [sensing:motion][guard-active]) with dramatic shock/curious…

autonomous-ai/autonomous-os · 101 tokens

led-control

Control the device's RGB light when the user asks for a SPECIFIC color (e.g. "yellow", "red", "yellow", "red", "turn on color X", "enable X light"), an LED effect, or turning LEDs off. Do NOT use for ambiance/activity lighting (use Scene) or emotion expression (use Emotion).

autonomous-ai/autonomous-os · 72 tokens

emotion

Express emotion through coordinated servo + LED + display eyes on EVERY conversational response. This is the PRIMARY response skill that makes the device feel alive. Do NOT use for ambiance lighting (use Scene) or custom LED colors (use LED Control).

autonomous-ai/autonomous-os · 49 tokens