automate AGENTS.md

automate AGENTS.md is an instructions file for Codex, OpenCode from kobiton/automate. It costs 5,337 tokens per session, scanned B, original, MIT.

Project instructions for Kobiton Automate, a cloud service that provides real Android and iOS devices for mobile-app testing.

In plain words
What is it for?
Use them to list, reserve, and inspect devices; manage apps and sessions; create test cases, test runs, and test suites; or configure headless testing.
Why use it?
They tell different coding agents how the service works, how to authenticate, and how to route user requests to the right testing operation.

Instructions file for CodexOpenCode

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 instructions/kobiton/automate/agents-md
Clone the repo
git clone --depth 1 https://github.com/kobiton/automate

Made for: Codex, OpenCode.

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 automate AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/kobiton/automate/agents-md.svg)](https://agentmods.dev/instructions/kobiton/automate/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/kobiton/automate/agents-md"><img src="https://agentmods.dev/badge/instructions/kobiton/automate/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 5,337 This file is loaded in full into every session.
When invoked 5,337 The same file — it is already loaded in full.
Security scan B 1 finding. 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.05337 $0.05337
Opus 5 $0.02669 $0.02669
Sonnet 5 $0.01067 $0.01067
Haiku 4.5 $0.00534 $0.00534

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

Security

Grade B, and why

automate AGENTS.md scanned grade B 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 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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

| Continue / Cline | Add to `~/.continue/config.json` or equivalent (see README) |
AGENTS.md · 193 lines

How it starts

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

Kobiton Automate - Agent Guide

Cross-tool agent instructions for the Kobiton mobile testing platform's MCP plugin. This file is the host-agnostic equivalent of skills/run-automation-suite/SKILL.md. It's read by Gemini CLI (via contextFileName), GitHub Copilot CLI, and Cursor CLI. Codex CLI reads the mirrored .codex/skills/*/SKILL.md instead; Claude Code reads skills/*/SKILL.md directly.

What this plugin does

Kobiton is a real-device mobile cloud for Android + iOS testing. This MCP plugin gives AI agents tools to:

  • Devices: list, get status, reserve, terminate reservation
  • Apps: list, upload, confirm upload, get parsing status, get details
  • Sessions: list, get, get artifacts, get user-input events, terminate
  • Test management: create / list / get / update / delete test cases, test runs, and test suites; saveTestCase converts a finished manual session into a reusable test case
  • Account: getCredential (used by /automate:setup); getOrgSettings for org-level feature flags such as live remediation

The MCP server runs at https://api.kobiton.com/mcp. Authentication is OAuth 2.1 (default) or API key (CI/headless).

userIntent format

Every tool call requires a userIntent argument summarizing what the user is trying to accomplish, a natural-language sentence is sufficient (e.g., "reserve a Pixel 7 to run the checkout suite"). The plugin's audit logging consumes this; include it on every tool call.

Getting started (new users)

The full journey a first-time user takes: /automate:setup (credentials) → listDevices / reserveDevice → drive the device with one skill (routing table below) → saveTestCase on the finished session → optionally createTestRun + monitor. Frame the skills as steps of that one flow, not a menu.

Route by intent:

The user wants… Use
to run local Appium scripts (Node.js/Python/.NET/Java) on Kobiton devices run-automation-suite
a clean hands-off run of a described flow, saveable as a test case drive-automation-session
quick inspection / troubleshooting — poke at a device, pull logs, push files run-interactive-session
to kick off a test run from a test case or suite create-test-run
to watch a running test run and catch blockers monitor-test-run

Read the full file on GitHub · 193 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. 4d ago First seen · 193 lines · 5,337 tokens per session scan B 84cf8e3daf9e

Subscribe to this mod's changes

automate AGENTS.md is an instructions file published in the GitHub repository kobiton/automate (12 stars, last pushed yesterday), licensed MIT. It adds 5,337 tokens to every session, about $0.0267 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.