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.
npx agentmods add skills/odevio/odevio-cli/skillnpx skills add Odevio/Odevio-CLI --skill skillgit clone --depth 1 https://github.com/Odevio/Odevio-CLIWhat 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.
| Model | Per session | Once 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 |
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.
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.
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.
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.
- 2d ago First seen · 389 lines · 0 tokens per session scan A 93a1811a956d
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.
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.
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…
update-store
ストア情報の更新自動化 — スクリーンショット撮影(シミュレーター × モック画面 × Marionette MCP)とメタデータテキスト更新。ストア更新、スクショ更新、App Store / Google Play のメタデータ更新、リリースノート作成の際に使用すること。.
test-bridge
Bridge Server (TypeScript) のテスト実行・型チェック・テスト記述ガイド.
web-preview
Flutter Web版をビルド → サーバー起動 → Playwright でアクセス確認 → URLをユーザーに案内する。.
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…