Tired of juggling SDKs, APIs, and UIs to work with AI? Tasklin is a lightweight Python CLI that runs prompts directly from your terminal with multiple AI providers like OpenAI, Ollama, Anthropic and more.
Pass your prompt as a positional argument, get structured JSON output, and integrate it into scripts, pipelines, or automation. Works sync or async for any workflow.
Install:
pip install tasklin
Example:
tasklin --type openai --key YOUR_API_KEY "Summarize this text"
Open-source, simple, and developer-focused, one CLI for all your AI tasks.
Pass your prompt as a positional argument, get structured JSON output, and integrate it into scripts, pipelines, or automation. Works sync or async for any workflow.
Install:
pip install tasklin
Example:
tasklin --type openai --key YOUR_API_KEY "Summarize this text"
Open-source, simple, and developer-focused, one CLI for all your AI tasks.
GitHub: https://github.com/jetroni/tasklin PyPI: https://pypi.org/project/tasklin