Tasker Gemini Plugin

3.1
26 reviews
Content rating
Everyone
5K+
Downloads
Content rating
Everyone
Learn more
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

*NOTE*: Tasker app is needed. This app alone can do nothing.

Tasker Plugin for generating text with Google Gemini API.

It provides a Tasker action which generates text from given API key and prompt and saves the generated text to a Tasker variable named `%gemini_text`.

The resulting variable can be referenced from following actions or other tasks of Tasker.

* Source Code: https://github.com/meinside/android-tasker-gemini-plugin
Updated on
10 Apr 2026

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

Ratings and reviews

3.1
26 reviews
Muhammad Dwiki Aditya
12 April 2026
It need file permission access to use image prompt feature but the app itself don't ask permission for me to grant it
Did you find this helpful?
Gleb Syrovatskii
13 May 2025
thoroughly tested it being a software developer myself. it always returns error code -1 no matter the model name or API key provided. I guess the developer forgot to add his sha-1 certificate fingerprint in the Google cloud API console clients section, this fingerprint can be found in the Google play developer console signing config as it replaces the developer provided certs with ones of its own severside
1 person found this review helpful
Did you find this helpful?
Arihaan Sindwani
1 October 2024
It works, great, with tasker; but unfortunately it didn't work with macrodroid. Will surely use it when i switch
2 people found this review helpful
Did you find this helpful?

What's new

- Migrated to new Google GenAI SDK (google-genai)
- New: Image input support for multimodal generation
- New: System instruction (model persona/role)
- New: Temperature and max output tokens settings
- Updated all dependencies to latest versions