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/cloudx-io/cloudx-sdk-agents/cloudx-integratenpx skills add cloudx-io/cloudx-sdk-agents --skill cloudx-integrategit clone --depth 1 https://github.com/cloudx-io/cloudx-sdk-agentsWrote 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.
[](https://agentmods.dev/skills/cloudx-io/cloudx-sdk-agents/cloudx-integrate)<a href="https://agentmods.dev/skills/cloudx-io/cloudx-sdk-agents/cloudx-integrate"><img src="https://agentmods.dev/badge/skills/cloudx-io/cloudx-sdk-agents/cloudx-integrate.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00082 | $0.01525 |
| Opus 5 | $0.00041 | $0.00763 |
| Sonnet 5 | $0.00016 | $0.00305 |
| Haiku 4.5 | $0.00008 | $0.00153 |
Grade A, and why
cloudx-integrate 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 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.
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 — 131 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CloudX SDK Integration
You are integrating the CloudX SDK into the publisher's app. This skill supplies the workflow and field knowledge. All product facts come from the docs site at run time — never from this skill and never from memory.
Iron rules
- Never state an SDK version, dependency coordinate, API signature, class or method name, adapter list, or supported-format claim from memory. Fetch the relevant docs page first, every session. Your training data is stale for this SDK by definition.
- The docs site is the sole source of API truth: fetch
https://docs.cloudx.io/llms.txtfor the page index; every page listed there is retrievable as raw markdown at its.mdURL. If the CloudX MCP server is configured, itsSearchDocstool is an equivalent alternative. - Current versions and dependency coordinates come from the platform's
integration overview page (e.g.
en/android/integration.md) — not from package registries and not from this repository. - This repository's
playbooks/hold real-world scenario knowledge that the docs do not cover. Load only the playbooks whose detection signals match the project (seereferences/playbook-index.md).
Workflow
Work through the phases in order. Do not skip Detect — it drives everything else.
Phase 1 — Detect
Identify, from the project's files:
- Platform:
build.gradle/build.gradle.kts→ Android;*.xcodeproj,Podfile, orPackage.swift→ iOS;pubspec.yaml→ Flutter; React Native inpackage.json→ React Native;ProjectSettings/→ Unity. A Flutter, React Native, or Unity project also contains native subprojects — the wrapper platform wins. - Existing ad/mediation SDKs and CMP/consent tooling — match the
signals in
references/playbook-index.mdand note every playbook that applies. - Build system specifics (Gradle DSL and dependency style, CocoaPods vs SPM, minification) — also playbook-index signals.
- Whether the user supplied an app key and ad unit IDs. If not, proceed with clearly marked placeholders and list them in the final report.
What ships with it
2 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.
- 4d ago First seen · 131 lines · 82 tokens per session scan A 344ee45867ea
cloudx-integrate is a skill published in the GitHub repository cloudx-io/cloudx-sdk-agents (15 stars, last pushed 1mo ago), licensed MIT. It adds 82 tokens to every session and 1,525 once invoked, about $0.0004 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
maestro-testing
Generate and manage Maestro test flows for mobile (Android, iOS) and web apps. Use this skill whenever the user mentions mobile testing, UI testing, end-to-end testing, Maestro flows, app automation, test generation from PRDs/specs/user stories, or wants to create/edit/debug YAML test flows. Trigger for any app…
update-store
ストア情報の更新自動化 — スクリーンショット撮影(シミュレーター × モック画面 × Marionette MCP)とメタデータテキスト更新。ストア更新、スクショ更新、App Store / Google Play のメタデータ更新、リリースノート作成の際に使用すること。.
mobile-automation
MCP (dart-mcp + Marionette) を使ったFlutterアプリのE2E自動化・UI検証ガイド。シミュレーターでのUI動作確認、モックプレビュー検証、Bridge経由のE2Eテスト、スクリーンショット撮影など、アプリの動作検証が必要なときに使う。「動作確認して」「UIを検証して」「E2Eテスト」「シミュレーターで確認」「モックで確認」と言われたときや、UI変更後の検証フェーズで使用すること。.
submit-store-review
App Store Connect・Google Playの現在の公開版をAPIで調べ、既存の最新安定ビルドとの差分から4言語のリリースノートを作成し、CLI/APIで審査へ提出・再提出する。新しいビルドを作るrelease-appとは分離し、「最新を審査提出して」「ストア審査へ提出して」「App Reviewに出して」「Google Playの審査を進めて」「却下対応して再提出して」と依頼されたときに使用する。.
flutter-ui-design
SSOT (Single Source of Truth) + UDF (Unidirectional Data Flow) に基づく設計。.
release-app
アプリのリリース(バージョンbump + CHANGELOG + タグ → GH Actions で自動ビルド・配布)。iOS / Android / macOS / Linux / Windows の任意の組み合わせでリリースできる。「リリース」「バージョン上げて」「リリースして」と言われたときに使う。.