sdk-setup

A setup guide for adding the DeployGate software kit to an Android app for crash reports, remote logs, and bug reports that include screen captures.

In plain words
What is it for?
Use it when configuring DeployGate in an Android app or enabling crash reporting, remote logging, or screen-capture bug reports. It also explains what to tell users who specifically ask about the iOS integration.
Why use it?
It explains how to add the required Android Gradle plugin and avoids recommending the current iOS kit for new projects because of its integration and simulator limitations while it is being redesigned.

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/deploygate/deploygate-agent-plugin/sdk-setup
Any agent
npx skills add DeployGate/deploygate-agent-plugin --skill sdk-setup
Clone the repo
git clone --depth 1 https://github.com/DeployGate/deploygate-agent-plugin

Made for: Claude Code, Codex.

Per session 19 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,233 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.00019 $0.01233
Opus 5 $0.00010 $0.00616
Sonnet 5 $0.00004 $0.00247
Haiku 4.5 $0.00002 $0.00123

Measured yesterday against content hash 30338c9c7077, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

sdk-setup 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 yesterday.

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.

plugin/skills/sdk-setup/SKILL.md · 165 lines

How it starts

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

DeployGate SDK Setup

Guide users through adding the DeployGate SDK to their app for crash reporting, remote logging, and screen capture bug reporting.

When to use

When the user wants to:

  • Add the DeployGate SDK to their app
  • Enable crash reporting or screen capture
  • Set up gradle-deploygate-plugin for Android

The DeployGate SDK for iOS (v1.0.x) has the following limitations:

  • No Swift Package Manager support — CocoaPods only
  • No simulator binary — cannot build for iOS Simulator, which breaks Instant Device functionality
  • CocoaPods is being discontinued (2026)
  • No module map — requires manual workarounds for Swift projects

Do not suggest adding the iOS SDK to new projects. The iOS SDK is being redesigned. Tell the user:

The DeployGate SDK for iOS is currently being redesigned. Please wait before adopting it for new projects. App distribution, Instant Device, and distribution page notifications are all available without the SDK. We will announce when the updated SDK is ready.

If the user specifically asks about iOS SDK, explain the above limitations.

Prerequisites

  • App is already uploaded to DeployGate (complete onboarding Phase 1 first)
  • SDK features only work when the app is installed via DeployGate (not from Android Studio direct run)

SDK Benefits

Explain to the user:

  • Crash reporting: Automatic notification when the app crashes, with crash logs
  • Remote logging: View app logs remotely from the DeployGate dashboard
  • Screen capture: Testers take a screenshot to auto-generate a bug report with device info and app state

Step 1: Detect Project Configuration

Check the project structure:

Android:

  • build.gradle (Groovy DSL) or build.gradle.kts (Kotlin DSL)
  • Check for existing DeployGate SDK dependency
  • Check for multi-module project (settings.gradle / settings.gradle.kts)

iOS: → Skip SDK integration (see note above)

Step 2: Add SDK Dependency (Android only)

Read the full file on GitHub · 165 lines

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. yesterday First seen · 165 lines · 19 tokens per session scan A 30338c9c7077

Subscribe to this mod's changes

sdk-setup is a skill published in the GitHub repository DeployGate/deploygate-agent-plugin (3 stars, last pushed 6d ago), licensed MIT. It adds 19 tokens to every session and 1,233 once invoked, about $0.0001 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

superloopy-clone

Use when the user asks for Superloopy clone or asks to clone, rebuild, reverse-engineer, replicate, or copy a website or page into a Superloopy-governed implementation. Triggers on "loopy clone", target URLs plus requests such as "clone this site", "rebuild this page", "make a copy of this website", "pixel-perfect…

beefiker/superloopy · 113 tokens

flutter-ui

Build Flutter UI from Figma MCP or image input. Scans src for design tokens (colors, sizes, text styles), existing components, and naming conventions before writing a single line of code. Never hard-codes values.

datit309/supergraph · 48 tokens

audit-frontend-design

Use when reviewing or changing a React, Next.js, Tailwind, or shadcn interface and you need evidence-backed findings for accessibility, hierarchy, tokens, states, and responsive design before editing code.

memi-design/memi · 46 tokens

bootstrap-xcode-workspace

Create, adopt, extend, and align one Swift product workspace with app, extension, package, and service components under one permanent Xcode entrypoint.

gaelic-ghost/socket · 36 tokens

hermes-agent-compatibility

Audit Socket-to-Hermes compatibility across Agent Skills, Codex plugins, MCP, hooks, apps, agents, and Hermes extension systems. Use for skill exports, config translations, and Hermes adapter decisions.

gaelic-ghost/socket · 48 tokens

gradle-agp-workflow

Inspect and maintain Android Gradle and Android Gradle Plugin workflows, including Gradle wrapper policy, AGP and Kotlin plugin versions, Java toolchains, Android SDK settings, namespaces, variants, flavors, signing config, version catalogs, dependencies, generated sources, build cache boundaries, and targeted…

gaelic-ghost/socket · 74 tokens