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/deploygate/deploygate-agent-plugin/sdk-setupnpx skills add DeployGate/deploygate-agent-plugin --skill sdk-setupgit clone --depth 1 https://github.com/DeployGate/deploygate-agent-pluginWhat 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.00019 | $0.01233 |
| Opus 5 | $0.00010 | $0.00616 |
| Sonnet 5 | $0.00004 | $0.00247 |
| Haiku 4.5 | $0.00002 | $0.00123 |
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.
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-pluginfor Android
iOS: SDK integration is currently not recommended
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) orbuild.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)
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.
- yesterday First seen · 165 lines · 19 tokens per session scan A 30338c9c7077
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.
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…
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.
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.
bootstrap-xcode-workspace
Create, adopt, extend, and align one Swift product workspace with app, extension, package, and service components under one permanent Xcode entrypoint.
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.
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…