morphe-ai: Skill for Kiro

.kiro/skills/apktool/SKILL.md

apktool is a skill for Kiro from Paresh-Maheshwari/morphe-ai. It costs 44 tokens per session (3,579 once invoked), scanned A, original, GPL-3.0.

An Android application package unpacking and resource extraction tool for examining how an app is built. APK files are the installable files used to distribute Android apps.

In plain words
What is it for?
Use it to decode APK files, extract resources, inspect AndroidManifest.xml, examine smali code, or repackage a modified app.
Why use it?
It helps you inspect an app's files and code when the original project is unavailable. It can also help identify problems or understand app behavior during reverse engineering.

Skill for Kiro

Written for Kiro: installed under .kiro/.

This is Paresh-Maheshwari/morphe-ai's own configuration. It tells Kiro how to work on morphe-ai itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything morphe-ai configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Paresh-Maheshwari/morphe-ai. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Paresh-Maheshwari/morphe-ai/main/.kiro/skills/apktool/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Paresh-Maheshwari/morphe-ai

Made for: Kiro.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for apktool

README.md
[![agentmods](https://agentmods.dev/badge/skills/paresh-maheshwari/morphe-ai/apktool/github.svg)](https://agentmods.dev/skills/paresh-maheshwari/morphe-ai/apktool)
Your own site
<a href="https://agentmods.dev/skills/paresh-maheshwari/morphe-ai/apktool"><img src="https://agentmods.dev/badge/skills/paresh-maheshwari/morphe-ai/apktool/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for apktool

Your own site · 80×15
<a href="https://agentmods.dev/skills/paresh-maheshwari/morphe-ai/apktool"><img src="https://agentmods.dev/badge/skills/paresh-maheshwari/morphe-ai/apktool.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,579 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.1 $0.00044 $0.03579
Opus 5 $0.00022 $0.01790
Sonnet 5 $0.00009 $0.00716
Haiku 4.5 $0.00004 $0.00358

Measured 12d ago against content hash e0d8dc0827be, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

apktool scanned grade A with 1 finding 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 12d ago.

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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- Use extracted URLs with curl/wget for testing
.kiro/skills/apktool/SKILL.md · 529 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 12d ago First seen · 529 lines · 44 tokens per session scan A e0d8dc0827be

Subscribe to this mod's changes

apktool is a skill published in the GitHub repository Paresh-Maheshwari/morphe-ai (155 stars, last pushed 1mo ago), licensed GPL-3.0. It adds 44 tokens to every session and 3,579 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

analyzing-android-malware-with-apktool

Perform static analysis of Android APK malware using apktool for resource decompilation, jadx for Java source recovery, and androguard for manifest inspection, dangerous permission-combination detection, and identification of obfuscated code, dynamic code loading, and reflection-based API calls. Use to statically…

mukul975/Anthropic-Cybersecurity-Skills · 84 tokens

Mobile Application Security

Android and iOS application security testing — static and dynamic analysis, APK/IPA inspection, OWASP MASVS/MASTG verification, secure-storage and transport review, and mobile malware triage for authorized assessments.

Masriyan/Claude-Code-CyberSecurity-Skill · 46 tokens

analyzing-android-malware-with-apktool

Use when perform static analysis of Android APK malware samples using apktool for decompilation, jadx for Java source recovery, and androguard for permission analysis, manifest inspection, and suspicious API call detection. Use when performing static analysis of android apk malware samples using apktool.

oyi77/1ai-skills · 66 tokens

analyzing-android-dex-malware

Reverses Android malware: unpacking APKs, decompiling DEX bytecode to readable Java, auditing the manifest for abused permissions and components, and locating dynamically loaded or native payloads. Activates for requests to analyze an APK, decompile DEX, or investigate a suspicious Android app.

meltedinhex/analyst-ai-pack · 71 tokens

apk-redteam-pipeline

End-to-end Android APK red-team pipeline — automated APK acquisition (Play Store + apkpure + apkmirror fallback), jadx decompilation, secret/URL/JWT/Firebase grep, pinned-cert extraction, exported-component enumeration, Frida runtime instrumentation templates, intent-injection probes. Built from an authorized external…

uphiago/recon-skills · 145 tokens

analyzing-android-malware-with-apktool

Perform static analysis of Android APK malware samples using apktool for decompilation, jadx for Java source recovery, and androguard for permission analysis, manifest inspection, and suspicious API call detection.

autohandai/community-skills · 50 tokens