odevio

A service for taking a Flutter app project to an iPhone or Apple's App Store using remote Macs. Flutter is a framework for building apps from one codebase, while iOS is Apple's mobile operating system.

In plain words
What is it for?
Use it to configure Apple accounts, certificates, app identifiers, and provisioning profiles; create an iOS app package; distribute it through TestFlight; and submit it to the App Store.
Why use it?
It handles the Apple-specific build and signing steps even when the developer does not have a Mac or Xcode, Apple's app-development program.

Skill for Claude CodeCodex

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 skills/odevio/odevio-cli/skill
Any agent
npx skills add Odevio/Odevio-CLI --skill skill
Clone the repo
git clone --depth 1 https://github.com/Odevio/Odevio-CLI

Made for: Claude Code, Codex.

Per session 110 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,731 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00110 $0.06731
Opus 5 $0.00055 $0.03365
Sonnet 5 $0.00022 $0.01346
Haiku 4.5 $0.00011 $0.00673

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

Security

Grade A, and why

odevio 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 2d 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.

src/odevio/skill/SKILL.md · 389 lines

How it starts

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

Odevio — from a Flutter project to an iPhone

Odevio builds and signs iOS apps on remote Macs. The user needs no Mac and no iOS knowledge: certificates, provisioning profiles and app identifiers are already automated. This skill drives the whole path and asks as little as possible.

Read this file fully before acting. Then read a reference only when its situation arises:

Reference Read it when
references/first-time-setup.md no Apple developer account registered, or no Odevio app for this project
references/when-a-build-fails.md a build failed
references/delivery.md a build succeeded
references/app-store-listing.md the goal is the App Store — read it before building, not after
references/cli-contract.md you are unsure how a command behaves — it records what was learned by getting it wrong
references/voice.md always, before acting - how to speak; the words never to use

Before anything — make sure Odevio is installed

This skill drives the odevio command; it does nothing without it. If you reached this skill through discovery rather than odevio skill install, the CLI may not be present yet. Check once, install if missing:

odevio --version || pip install odevio

Use pipx install odevio instead if this machine's Python is externally managed. Then, so the commands below run without a permission prompt each time, register the skill for your agent once:

odevio skill install

Neither step re-does anything already done — both are safe to run when Odevio is already set up.

Read the full file on GitHub · 389 lines

Files

What ships with it

6 files 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. 2d ago First seen · 389 lines · 0 tokens per session scan A 93a1811a956d

Subscribe to this mod's changes

odevio is a skill published in the GitHub repository Odevio/Odevio-CLI (423 stars, last pushed 6d ago), licensed MIT. It adds 110 tokens to every session and 6,731 once invoked, about $0.0006 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-30.

Related

Other skills, from other repositories

shadcn-ui-flutter

A comprehensive Flutter UI library inspired by shadcn/ui. Provides high-quality, customizable, and accessible components including Buttons, Cards, Forms, and more. Use this skill when building Flutter UIs, implementing design systems, or needing specific component usage examples.

nank1ro/flutter-shadcn-ui · 58 tokens

sweetpad

Build, run, and test Xcode and Swift Package apps from the terminal with the sweetpad CLI ("xcodebuild for humans"). Use when the user wants to compile an iOS/macOS/Swift app, run it on a simulator or device, read build errors, run tests, or inspect resolved build settings from the command line — with agent-safe…

sweetpad-dev/sweetpad · 90 tokens

update-store

ストア情報の更新自動化 — スクリーンショット撮影(シミュレーター × モック画面 × Marionette MCP)とメタデータテキスト更新。ストア更新、スクショ更新、App Store / Google Play のメタデータ更新、リリースノート作成の際に使用すること。.

K9i-0/ccpocket · 80 tokens

test-bridge

Bridge Server (TypeScript) のテスト実行・型チェック・テスト記述ガイド.

K9i-0/ccpocket · 25 tokens

web-preview

Flutter Web版をビルド → サーバー起動 → Playwright でアクセス確認 → URLをユーザーに案内する。.

K9i-0/ccpocket · 32 tokens

xcode-build-fixer

Apply approved Xcode build optimization changes following best practices, then re-benchmark to verify improvement. Use when a developer has an approved optimization plan from xcode-build-orchestrator, wants to apply specific build fixes, needs help implementing build setting changes, script phase guards, source-level…

AvdLee/Xcode-Build-Optimization-Agent-Skill · 77 tokens