ios-agent-bridge: Skill for Codex

.codex/skills/ios-agent-operator/SKILL.md

ios-agent-operator is a skill for Codex from Joe15935/ios-agent-bridge. It costs 67 tokens per session (765 once invoked), scanned A, original, GPL-3.0.

Instructions for operating an authorized, non-jailbroken iPhone through an installed device bridge. It lets an agent inspect the device, use accessible interface controls, manage permitted app data, collect diagnostics, and inspect Safari or WebViews.

In plain words
What is it for?
Use it to inspect an iPhone, operate supported app interfaces, access permitted container data, gather diagnostics, or examine web content shown in Safari or a WebView.
Why use it?
It provides a defined way to automate and troubleshoot an iPhone while following the bridge's live capabilities and safety limits. It applies only to authorized device access.

Skill for Codex

Written for Codex: installed under .codex/.

This is Joe15935/ios-agent-bridge's own configuration. It tells Codex how to work on ios-agent-bridge itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything ios-agent-bridge configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Joe15935/ios-agent-bridge. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Joe15935/ios-agent-bridge/main/.codex/skills/ios-agent-operator/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Joe15935/ios-agent-bridge

Made for: 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 ios-agent-operator

README.md
[![agentmods](https://agentmods.dev/badge/skills/joe15935/ios-agent-bridge/ios-agent-operator.svg)](https://agentmods.dev/skills/joe15935/ios-agent-bridge/ios-agent-operator)
Your own site
<a href="https://agentmods.dev/skills/joe15935/ios-agent-bridge/ios-agent-operator"><img src="https://agentmods.dev/badge/skills/joe15935/ios-agent-bridge/ios-agent-operator.svg" alt="Measured on agentmods" height="20"></a>
Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 765 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 unknown 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.00067 $0.00765
Opus 5 $0.00034 $0.00382
Sonnet 5 $0.00013 $0.00153
Haiku 4.5 $0.00007 $0.00076

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

Security

Grade A, and why

ios-agent-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 7d 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.

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.

.codex/skills/ios-agent-operator/SKILL.md · 64 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 7d ago First seen · 64 lines · 67 tokens per session scan A 57723966002f

Subscribe to this mod's changes

ios-agent-operator is a skill published in the GitHub repository Joe15935/ios-agent-bridge (2 stars, last pushed 26d ago), licensed GPL-3.0. It adds 67 tokens to every session and 765 once invoked, about $0.0003 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

Appium Mobile Testing

Mobile application testing skill using Appium for iOS and Android, covering device capabilities, selectors, gestures, and cross-platform testing strategies.

PramodDutta/qaskills · 32 tokens

noqa-testing

Use this skill when the user wants to boot and interact with iOS or Android devices/simulators — inspect the screen, execute actions, generate or edit test cases, or run UI tests via the noqa platform.

noqa-ai/noqa · 47 tokens

drive-automation-session

Drive an already-reserved Kobiton device from a natural-language intent. Opens an automation Appium session directly against the Kobiton WebDriver hub, runs an observe-decide-act loop with one action per iteration, pauses to ask the user when stuck (same-action repetition, screen unchanged, or model self-declared…

kobiton/automate · 150 tokens

run-automation-suite

Run local Appium test scripts against Kobiton devices. Guides through app upload, device selection, capability parsing, and local execution. Use when the user asks to run mobile tests, validate an APK or IPA on Kobiton devices, or kick off an Appium suite from a local script directory. Trigger with "run kobiton tests"…

kobiton/automate · 81 tokens

analyzing-ios-app-security-with-objection

Use when performs runtime mobile security exploration of iOS applications using Objection, a Frida-powered toolkit that enables security testers to interact with app internals without jailbreaking. Use when assessing iOS app security posture, bypassing client-side protections, dumping keychain items, inspecting…

oyi77/1ai-skills · 100 tokens

swiftui-expert-skill

Use when writing, reviewing, or refactoring SwiftUI code — state management, view composition, performance, macOS-specific APIs, or iOS 26+ Liquid Glass adoption. Also triggers whenever an Xcode Instruments .trace file is referenced (to analyse it) or the user asks to record a new trace — attach to a running app…

patrickserrano/lacquer · 98 tokens