| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A Tasker plugin for generating text from Google Gemini API,
built with Tasker Plugins Library.
Build and install on your own, or install from Google Play Store
Firstly, get your Google AI API key from here.
Then
In Tasker,
You can pass an image file path for multimodal generation (text + image):
When an image path is provided, both the prompt text and the image are sent to the Gemini API together.
| Setting | Description | Default |
|---|---|---|
| System Instruction | Set a role or persona for the model (e.g. "You are a translator") | None |
| Temperature | Controls creativity. 0.0 = deterministic, 2.0 = most creative | 1.0 |
| Max Output Tokens | Maximum length of the generated response | 2048 |
All optional settings support Tasker variables.
When the configured action is triggered successfully,
the generated text will be saved as a Tasker variable named %gemini_text.
This resulting variable can be referenced in following actions or other tasks.
(e.g. sending it as an email, showing it as an Android notification, etc.)
./gradlew assembleDebug./gradlew bundleRelease # AAB for Play Store
./gradlew assembleRelease # APKMIT
| Back | FazBrowse Home | New Git URL |