A professional command-line utility for reverse engineering Android APK files, enabling developers to decode, modify, and rebuild applications.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install apktool
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install apktool using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
apktool is a specialized tool designed for reverse engineering third-party, closed, binary Android apps. It can decode resources to nearly original form and rebuild them after making modifications. This skill is essential for developers and security researchers using Openclaw Skills who need to perform deep analysis of Android packages.
By bridging the gap between binary APKs and editable source files, this tool allows for the debugging of smali code, resource localization, and security auditing. It automates the complex task of decoding the Android manifest and resources.arsc while maintaining a project structure that is easy to reassemble into a functional application.
The apktool skill requires Java and can be installed across various platforms within the Openclaw Skills environment.
# Install on Debian/Ubuntu
sudo apt update && sudo apt install apktool
# Install on macOS using Homebrew
brew install apktool
# Verify installation and check dependencies
apktool --version
java -version
When processing files, the skill organizes data into a specific hierarchy for consistency within Openclaw Skills projects:
| Directory/File | Description |
|---|---|
apktool.yml |
Metadata file containing build information and versioning. |
res/ |
Folder containing decoded resources like layouts and values. |
smali/ |
Directory containing the disassembled Smali assembly code. |
AndroidManifest.xml |
The decoded manifest file for permission and component analysis. |
dist/ |
The output directory where the rebuilt APK is stored. |
Loading
A specialized automation skill for generating professional terminal recordings and CLI demos using scripted tape files.

A specialized tool that uses Chain-of-Density iterations to compress verbose SKILL.md files into terse, structured, and highly efficient documentation.

A powerful organizational skill for managing personal knowledge using the PARA method to optimize for AI agent navigation and human actionability.

A professional-grade skill for generating high-conversion marketing copy, intuitive UX text, and supportive product messaging using proven linguistic frameworks.

A specialized interface for controlling aria2 download services remotely using the JSON-RPC 2.0 protocol.

A streamlined command-line interface for rapid discovery and bulk downloading of scientific papers from arXiv.








































