41 lines
1.5 KiB
JSON
41 lines
1.5 KiB
JSON
{
|
|
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
|
|
"name": "android-reverse-engineering-skill",
|
|
"description": "Claude Code plugins for Android reverse engineering",
|
|
"owner": {
|
|
"name": "Simone Avogadro"
|
|
},
|
|
"metadata": {
|
|
"description": "Claude Code plugins for Android reverse engineering",
|
|
"version": "1.5.0"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "android-reverse-engineering",
|
|
"source": "./plugins/android-reverse-engineering",
|
|
"description": "Decompile Android APK/JAR/AAR with jadx, trace call flows through libraries, and document extracted APIs.",
|
|
"version": "1.5.0",
|
|
"author": {
|
|
"name": "Simone Avogadro"
|
|
},
|
|
"repository": "https://github.com/SimoneAvogadro/android-reverse-engineering-skill",
|
|
"license": "Apache-2.0",
|
|
"keywords": ["android", "reverse-engineering", "apk", "jadx", "decompile", "api-extraction"],
|
|
"category": "security"
|
|
},
|
|
{
|
|
"name": "clone-app",
|
|
"source": "./plugins/clone-app",
|
|
"description": "Analyze a Google Play app for cloning: APK reverse engineering, AI-assisted effort estimation, market viability.",
|
|
"version": "0.1.0",
|
|
"author": {
|
|
"name": "masa2146"
|
|
},
|
|
"repository": "https://github.com/masa2146/android-reverse-engineering-skill",
|
|
"license": "Apache-2.0",
|
|
"keywords": ["android", "clone", "feasibility", "effort-estimation", "market-analysis"],
|
|
"category": "security"
|
|
}
|
|
]
|
|
}
|