AI-agent guidance for integrating the CloudX SDK into publisher apps — Android, iOS, React Native, Flutter, and Unity. Works with Claude Code, Codex, Cursor, and any agent that can read files and fetch URLs.
How it stays accurate: this repository contains no SDK versions, no API
references, and no dependency coordinates. Agents fetch all facts live from
docs.cloudx.io (machine-readable index at
/llms.txt), which is updated with every
SDK release. What lives here is the part docs can't hold: the integration
workflow and playbooks for real-world situations — running CloudX
first-look or parallel alongside an existing mediator (AppLovin MAX, LevelPlay,
Google, or another), CMP/consent handling, build-system quirks, and mediation
migrations. CI fails any commit that hardcodes a version.
/plugin marketplace add cloudx-io/cloudx-sdk-agents
/plugin install cloudx@cloudx
Then, in your app project:
integrate CloudX with app key YOUR_APP_KEY
Clone this repo (or vendor AGENTS.md, .agents/skills/, and playbooks/
into your app repo). AGENTS.md is the entry point; both tools pick it up
natively. Vendored copies stay safe when old — they contain no facts, only the
instruction to fetch facts live.
Paste into any agent with web access:
Follow https://raw.githubusercontent.com/cloudx-io/cloudx-sdk-agents/main/.agents/skills/cloudx-integrate/SKILL.md to integrate the CloudX SDK into this project.
| Piece | Purpose |
|---|---|
cloudx-integrate skill |
Phased integration workflow: Detect → Plan → Integrate → Build-verify → Audit → Report |
cloudx-audit skill |
Check an existing CloudX integration against the current docs |
playbooks/ |
Field knowledge: mediator coexistence (first-look / parallel, any mediator), mediation migration, consent & CMPs, Android/iOS/Unity/RN/Flutter build quirks |
Platform status: docs-driven integration works for all five platforms. Scenario and native-platform playbooks are seeded with general guidance; wrapper-platform playbooks (Unity, React Native, Flutter) start as stubs. All grow and harden as real support cases surface.
Playbooks hold only knowledge absent from docs.cloudx.io:
link docs pages instead of restating them, and never include version numbers
(CI enforces this). Each playbook declares applies_to, detection signals,
and last_verified frontmatter. Run scripts/verify.sh locally before opening
a PR.
- Documentation: https://docs.cloudx.io
- CloudX MCP server (reporting + docs search in your agent): https://docs.cloudx.io/en/mcp/installation.md
- Dashboard: https://app.cloudx.io
- Issues: https://github.com/cloudx-io/cloudx-sdk-agents/issues