技市SkillsCN

安卓原生

484 个 Agent 技能

larsencyberA
apk Firebase scanner
Scan Android APKs for Firebase misconfigs — open databases, storage buckets, auth bypass, exposed cloud functions. Use for Firebase vulns, mobile audits, google-services.json, firebaseio.com URLs, AIza API keys in decompiled APK.
★ 8查看 / 安装 ›
warterbiliA
apk acq ui re
Fully automatic APK acquisition for Android reversing. Given a package name, it obtains the APK through the first route that works — pull from a connected adb device, use a local file, or download from APKPure's direct-link endpoint (XAPK with splits or single APK) — then optionally installs it back to a device and verifies the package name. This is Phase 0 (Intake) of the auto_reverse orchestrator: it answers "I don't have the APK yet, get it for me" without manual confirmation. Trigger terms: get the apk, download apk, acquire apk, pull apk, automatic apk acquisition, download apk, install apk, app not installed / not available locally.
★ 8查看 / 安装 ›
NUSGreyhatsA
apk analysis
Use for Android APK reverse engineering where the workflow specifically requires apktool (manifest, smali, resources, repackaging), jadx (DEX → Java/Kotlin decompilation with deobfuscation), or IDA Pro on bundled native .so libraries. The trip-ups this skill closes: deciding when JNI native libs hold the real logic vs. Java, the apktool→jadx sequencing, Java↔native function-name mapping (`Java_com_pkg_Class_method`), and packer/wrapper detection (Cordova, React Native, DexGuard). Skip for trivial APKs where `strings classes.dex | grep flag\{` solves it, for webview-only apps where the answer is a hardcoded URL, and for split APKs / .xapk / .aab bundles (use bundletool first).
★ 6查看 / 安装 ›
HSSkyBoyA
apk reverse
Unified reverse engineering toolkit covering Android APK decompilation, native .so/ELF binary analysis, and general reverse engineering techniques. Use for APK unpacking, Java/smali modification, Frida hooking, native binary reversing, CTF challenges, and anti-analysis bypass.
★ 5查看 / 安装 ›
F0x1d
安卓 架构
Enforces LogFox Android architecture — modified TEA (Reducer/EffectHandler/Store), api/impl/presentation module boundaries, ViewState mapping, passive UI containers, Hilt `@Binds` conventions. Use when creating or modifying feature modules, adding reducers/effect handlers/view state mappers, setting up navigation via side effects, or reviewing multi-file architectural changes in this repo.
★ 1.2k查看 / 安装 ›
shizzgarA
apktool term ux troubleshooting
Use when apktool rebuilds fail on Android/Termux, especially around aapt2, resource compilation, signing, install failures, or shell-specific rebuild issues on-device.
★ 4查看 / 安装 ›
maidongdongA
apk competitor monitor
Use this skill to compare Android competitor APK versions, infer feature/UI changes, extract static UI evidence, and generate a local browser-openable HTML report with evidence chains.
★ 2查看 / 安装 ›
ZestBox-18A
apk to unity reb ui ld
Use when you need to reverse engineer an Android APK file and create a Unity project from its assets. Automatically installs AssetRipper and processes APK locally.
★ 1查看 / 安装 ›
oxyroid
安卓 tv focus audit
Audit M3UAndroid Android TV screens for DPad focusability, focus order, initial focus, visual focus states, touch assumptions, and couch-distance readability. Use when reviewing TV UI or changing focus behavior.
★ 1.2k查看 / 安装 ›
qhjqhj00A
apk2vec eval
Evaluates the quality and transferability of semi-supervised multi-view graph embeddings for Android applications across classification, clustering, and link prediction tasks. Probes whether multi-view and semi-supervised learning improve embedding accuracy and scalability compared to unimodal baselines. Use when the user wants to benchmark on Batch malware detection, Online malware detection, Malware familial clustering, Clone detection, App recommendation, or asks about evaluating this task. Reports F-measure.
★ 1查看 / 安装 ›
arthuravilacompassA
apk archaeology
STATUS: provisional — invoke to extract value from a legacy (decompiled) Android APK toward a migration to Flutter: business flows/rules, API contracts, module graph, with explicit confidence bands. Not wired — refine after first real use.
★ 0查看 / 安装 ›
bedkillerspacex-boopA
apk signing and integrity
Authorized APK signing-scheme and integrity assessment: APK Signature Scheme v1/v2/v3/v4, cert lineage, apksigner verification, split/AAB notes, and app-side integrity or repack detection patterns. Use when reviewing how an owned or lab Android package is signed, re-signed, or self-checks integrity — not for distributing pirated or fraudulently re-signed third-party apps.
★ 0查看 / 安装 ›
bryanmigA
apk to open api
Use when you have an Android APK, APKM, or XAPK file and need to extract its REST API endpoints into an OpenAPI specification. Also use when reverse-engineering an Android app's network layer, whether native (Retrofit, Volley, OkHttp, Ktor) or React Native (Hermes bytecode).
★ 0查看 / 安装 ›
RonnasaydA
apk reverse
Reverse engineering of Android APK files. Use this skill ALWAYS whenever the user mentions APK, Android, decompile, reverse engineer, analyze Android app, extract code, manifest, permissions, DEX classes, resources, certificates, smali, or any kind of Android mobile application analysis. Even if the request is simple like "analyze this APK" or "what does this app do", use this skill. Includes static analysis, metadata extraction, strings, URLs, permissions, Java/Kotlin classes, resources, and suspicious pattern detection.
★ 0查看 / 安装 ›
tdouguoA
apk reverse
Use for authorized Android APK reverse engineering: jadx Java/Dex reading, apktool manifest/resources/smali, Frida Android runtime observation, adb/apksigner workflows, rebuild/sign/install planning, and native .so handoff to ida-reverse or radare2.
★ 0查看 / 安装 ›
composablehorizons
安卓 测试 emulator
Launch or create the local Android emulator required before running Android connected/instrumented tests in this repository. Use this whenever running Android tests is required and no suitable device is already connected.
★ 1.2k查看 / 安装 ›
zhao-zgA
apk self update
Add in-app APK self-update functionality to Capacitor Android apps. Use when: app auto-update, APK download and install, in-app update, version check, self-update mechanism, GitHub Release APK download, mirror download fallback.
★ 0查看 / 安装 ›
zhangrjzrjA
apk pack
Use this skill when the user needs Android APK packaging for a uni-app/HBuilderX project. Prefer local offline packaging first (no cloud quota), with optional cloud fallback. This skill only handles packaging outputs and logs.
★ 0查看 / 安装 ›
MuWinds
逆向
逆向工程技术,包括 ELF/PE 二进制分析、脱壳、反混淆、Android 逆向、固件分析等。
★ 249查看 / 安装 ›
affaan-mK
Kotlin patterns
惯用的Kotlin模式、最佳实践和约定,用于构建健壮、高效且可维护的Kotlin应用程序,包括协程、空安全和DSL构建器。
★ 0查看 / 安装 ›
affaan-mK
Kotlin 测试
使用Kotest、MockK、协程测试、基于属性的测试和Kover覆盖率的Kotlin测试模式。遵循TDD方法论和地道的Kotlin实践。
★ 0查看 / 安装 ›
mozilla-firefox
安卓
Workflow guide when working with Android builds or the mobile/ directory.
★ 1.3万查看 / 安装 ›
affaan-mK
Kotlin ktor patterns
Ktor 服务器模式,包括路由 DSL、插件、身份验证、Koin DI、kotlinx.serialization、WebSockets 和 testApplication 测试。
★ 0查看 / 安装 ›
affaan-mK
Kotlin exposed patterns
JetBrains Exposed ORM 模式,包括 DSL 查询、DAO 模式、事务、HikariCP 连接池、Flyway 迁移和仓库模式。
★ 0查看 / 安装 ›
affaan-mK
Kotlin coroutines flows
Kotlin协程与Flow在Android和KMP中的模式——结构化并发、Flow操作符、StateFlow、错误处理和测试。
★ 0查看 / 安装 ›
wshobson
移动 安卓 设计
Master Material Design 3 and Jetpack Compose patterns for building native Android apps. Use when designing Android interfaces, implementing Compose UI, or following Google's Material Design guidelines.
★ 3.8万查看 / 安装 ›
githubK
Kotlin mcp server generator
Generate a complete Kotlin MCP server project with proper structure, dependencies, and implementation using the official io.modelcontextprotocol:kotlin-sdk library.
★ 3.6万查看 / 安装 ›
maxrave-dev
移动 安卓 设计
Master Material Design 3 and Jetpack Compose patterns for building native Android apps. Use when designing Android interfaces, implementing Compose UI, or following Google's Material Design guidelines.
★ 9.9k查看 / 安装 ›
githubK
Kotlin springboot
Get best practices for developing applications with Spring Boot and Kotlin.
★ 3.6万查看 / 安装 ›
davila7K
Kotlin coroutines expert
Expert patterns for Kotlin Coroutines and Flow, covering structured concurrency, error handling, and testing.
★ 2.9万查看 / 安装 ›

点击技能卡片查看简介与安装(GitHub 为次要选项,需科学上网时再前往)