atai-manual-generation-agent

atai-manual-generation-agent is a skill for Claude Code, Codex from archetypeai/agent-skills. It costs 221 tokens per session (7,500 once invoked), scanned A, original, Apache-2.0.

A managed video-to-manual agent that turns a recording of a procedure into an ordered manual with timestamps. It combines sampled video frames and transcribed speech, then returns steps that can be traced to the recording.

In plain words
What is it for?
Use it to create manuals for repairs, assembly work, or other recorded workflows from an MP4 video.
Why use it?
It removes the need to watch a procedure recording repeatedly and write down the sequence and timings by hand.

Skill for Claude CodeCodex

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

Good fit Use it to create manuals for repairs, assembly work, or other recorded workflows from an MP4 video.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/archetypeai/agent-skills/atai-manual-generation-agent"><img src="https://agentmods.dev/badge/skills/archetypeai/agent-skills/atai-manual-generation-agent.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 221 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,500 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00221 $0.07500
Opus 5 $0.00111 $0.03750
Sonnet 5 $0.00044 $0.01500
Haiku 4.5 $0.00022 $0.00750

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

Security

Grade A, and why

atai-manual-generation-agent 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 12d ago.

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

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.

skills/atai-manual-generation-agent/SKILL.md · 478 lines

How it starts

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

MGA Agent — Managed Manual Generation via the Agents API

The MGA agent turns a procedure video into an ordered manual with timestamps. You hand the platform an .mp4; it samples frames, transcribes the audio, fuses both in one pass, and returns steps you can trace back to the recording:

video ─► sample frames ─┐
                        ├─► newton-fusion f1-0 ─► parse ─► steps + timestamps
        whisper ASR ────┘

MGA V1 is zero-shot. The mga blueprint pins its own models (newton-fusion:1.0 and whisper:large-v3), so unlike osm/red there is no classifier to fit and no artifacts map to pass. A run is upload → bundle → run → download.

Availability. The canonical mga blueprint resolves by key on the production deployment (https://api.u1.archetypeai.app) — set ATAI_API_ENDPOINT to it and the full upload → bundle → run → score cycle works as documented here. The same 173 s video reproduces an identical manual (18/18 instruction texts and timestamps) run to run, at the same ~15 min runtime. A verified run: job time 879 s — 13 s queued, whisper 31.9 s download + 3.2 s load, newton-fusion 4min55s download + 1min39s load, then 444 s to process a 173 s video (~2.6× realtime). If the blueprint key doesn't resolve, contact [email protected].

When to Apply

Use when the user wants a written procedure extracted from a recording — a maintenance manual from a repair video, an SOP from a screen capture, work instructions from an assembly clip — and wants each step tied to a time range in the source.

Do NOT use when:

Need Use instead
Was this task done correctly, against a known procedure? the tva (Task Verification) blueprint
One question about a clip, stateless atai-newton-fusion-model (/query)
Classify sensor windows into operational states atai-operational-state-monitoring-agent
The video is longer than ~5 minutes chunk it first — see Step 1

Read the full file on GitHub · 478 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 · 478 lines · 221 tokens per session scan A a6e8921fcd50

Subscribe to this mod's changes

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

Related

Other skills, from other repositories

alert-rule-troubleshoot

This skill should be used when the user reports that an alert rule is "not firing", "no alert was sent", "the rule didn't trigger", "the rule isn't working", "it should have alerted but didn't", "why didn't I get an alert", "alert rule not firing", or wants to diagnose why a specific alert rule failed to produce an…

ccfos/nightingale · 129 tokens

create-alert-rule

Create alert rules. Prefer reusing the validated rules in integrations (standard components like Linux/MySQL/Redis/Kafka/PostgreSQL/Elasticsearch all ship ready-made rule packs); import as many rules as the user needs—one rule, a batch, or a whole pack. Only hand-write a custom rule when integrations has nothing that…

ccfos/nightingale · 197 tokens

modify-task-tpl

Helps users generate, modify, or troubleshoot Nightingale (n9e) alert self-healing scripts (tasktpl / ibex scripts). Use when the user asks to "write a self-healing script for disk cleanup / restarting a service / cleaning logs / dumping a process / reloading nginx", or asks "how does a self-healing script get the…

ccfos/nightingale · 168 tokens

generate-message-template

Generate or modify Nightingale (n9e) alert notification message templates. Use when the user asks to write a notification template, change the message format, add hostname/recovery value/severity, or create DingTalk/Feishu/Lark/email/SMS/voice templates.

ccfos/nightingale · 59 tokens

ops-troubleshooting

This skill should be used when the user asks to "troubleshoot", "diagnose", "debug alert", "investigate incident", "locate a fault", "investigate an alert", "diagnose a problem", "fix an issue", "check alerts", "analyze alerts", "root cause analysis", "check metrics", "check logs", or discusses…

ccfos/nightingale · 99 tokens

doc-qa

This skill should be used when the user asks "how-to" or factual questions about Nightingale (n9e) — UI/where-to-click, business groups/subscription rules/mute rules/edge mode, Token usage, notification pipeline, self-healing trigger conditions; OR about categraf input plugin field meanings, metric names, defaults…

ccfos/nightingale · 178 tokens