meinside / android-tasker-gemini-plugin

Tasker Plugin for generating text with Gemini API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tasker Gemini Plugin

A Tasker plugin for generating text from Google Gemini API,

built with Tasker Plugins Library.

Installation

Build and install on your own, or install from Google Play Store

Configuration

Firstly, get your Google AI API key from here.

Then

For text generation with prompt text

In Tasker,

  • Add an action > select action: Gemini Text Generation
  • Configuration > put your API key and prompt

For text generation with prompt text and images

TODO

Usage

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.

(eg. sending it as an email, showing it as an Android notification, or etc.)

Todos / Improvements

  • Add screenshots for guiding configuration
  • Add some more useful usages
  • Add tests
  • Add an action which generates text from prompt and images using model gemini-pro-vision

License

MIT

About

Tasker Plugin for generating text with Gemini API


Languages

Language:Kotlin 100.0%