9+ lightweight, on-device AI skills powered by Gemma + LiteRT-LM. No cloud. No API keys. Everything runs privately on your Android device.
AI Edge Gallery → Agent Skills → Skills chip → (+) → Load skill from URL
https://saikirantechy.github.io/Gemma-4-blr/skills/built-in/<skill-name>
Click "📋 Copy Install URL" on any skill card above for the exact URL.
Download individual skill pages or a combined .doc bundle for the entire ecosystem.
Every new skill added to metadata is included automatically.
adb push skills/built-in/<skill-name> /sdcard/Download/<skill-name>
Then in app: Skills → (+) → Import local skill
python -m http.server 8080 # Then load: http://YOUR_LAN_IP:8080/skills/built-in/<skill-name>
Natural language — "Summarize this article: [URL]", "Translate to Hindi", "Review my resume"
The on-device model matches the prompt to the skill description and follows the instructions in SKILL.md
No external calls. Pure on-device inference for translation, code help, resume review, etc.
LiteRT-LM calls run_js, the app loads scripts/index.html in a WebView, executes the logic (fetch, render, compute), returns JSON to Gemma
Text summary, rendered QR image, structured table — displayed directly in the AI Edge Gallery chat UI