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,
- Add an action > select action:
Gemini Text Generation
- Configuration > put your API key and prompt
- prompt can include Tasker variables
TODO
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.)
- Add screenshots for guiding configuration
- Support other Gemini models
- Add some more useful usages
- Add tests
- Add an action which generates text from prompt and images
MIT