automate CLAUDE.md

automate CLAUDE.md is an instructions file for Claude Code from kobiton/automate. It costs 5,785 tokens per session, scanned B, original, MIT.

Project instructions for Kobiton Automate, a service for testing mobile apps on real Android and iOS devices in the cloud.

In plain words
What is it for?
Use them to reserve devices, inspect or drive a session, save reusable test cases, start test runs, and monitor them.
Why use it?
They explain the testing workflow and vocabulary, so an agent can choose the right action instead of confusing device sessions, saved test cases, and test runs.

Instructions file for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: mentions CLAUDE.md; mentions Claude Code; mentions AGENTS.md.

Runs only inside a plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else, and the catalogue could not identify which plugin ships it.

Install

Getting it into your agent

There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.

Made for: Claude Code.

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 CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/kobiton/automate/claude-md.svg)](https://agentmods.dev/instructions/kobiton/automate/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/kobiton/automate/claude-md"><img src="https://agentmods.dev/badge/instructions/kobiton/automate/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 5,785 This file is loaded in full into every session.
When invoked 5,785 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.1 $0.05785 $0.05785
Opus 5 $0.02892 $0.02892
Sonnet 5 $0.01157 $0.01157
Haiku 4.5 $0.00579 $0.00579

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

Security

Grade B, and why

automate CLAUDE.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 6d 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 MCP configurationmediumAgent snooping

mcp.json carries server URLs and auth tokens; reading it lets a mod discover and abuse other integrations.

| Claude Code | `.mcp.json` (OAuth) + `.mcp.apikey-example.json` (API key) | `.claude-plugin/plugin.json` + `.claude-plugin/marketplace.json` | `skills/*/SKILL.md` |
CLAUDE.md · 211 lines

How it starts

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

CLAUDE.md

This file provides guidance to Claude Code when working with code in this repository.

Getting started

The user journey the plugin serves, end to end: /automate:setup → list/reserve a device → drive it (one skill, below) → save the session as a test case (saveTestCase) → optionally create and monitor a test run. Every skill is a step on that path; route by intent:

Reach for this when the user wants… Skill
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

Vocabulary the skills assume: session (one recorded device connection), test case (saved replayable steps, usually from a session), test run (execution of a case/suite across devices), test suite (ordered collection of cases), reservation (exclusive device hold), device UDID (unique device identifier), live remediation (browser takeover to fix a blocked execution mid-run).

Ambiguous prompts ("test the login screen of app ABC" — goal named, method not): route by signal — script files mentioned → run-automation-suite; flow described / wants it repeatable → drive-automation-session; diagnostic verbs (explore, poke, logs, adb, push/pull) → run-interactive-session; names an existing case/suite → create-test-run; run already in flight → monitor-test-run. With no deciding signal, ask ONE question (scripts / agent-driven / hands-on) and recommend drive-automation-session — any platform, plain-language goal, and the session stays saveable via saveTestCase. Never silently pick run-interactive-session for a "test X" goal: CLI sessions don't feed saveTestCase, so that route forfeits the saveable outcome.

Read the full file on GitHub · 211 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. 6d ago First seen · 211 lines · 5,785 tokens per session scan B 784d02f180ec

Subscribe to this mod's changes

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