ReceiptPrinterAgent
From my video: I Fixed my ADHD with a Receipt Printer
Install / Use
/learn @CodingWithLewis/ReceiptPrinterAgentREADME
Receipt Printer Task Manager
A Python-based task management system that prints tasks to a thermal receipt printer and integrates with various services.
Features
- Print tasks to thermal receipt printers
- Extract tasks from Gmail automatically
- AI-powered task parsing and prioritization
- Duplicate detection using vector embeddings
- Integration with multiple services (Gmail, Slack, Calendar, Notion) via Arcade.dev
Installation
# Clone the repository
git clone https://github.com/CodingWithLewis/ReceiptPrinterAgent
cd receipt-printer-tasks
# Install dependencies
pip install -r requirements.txt
# Set up environment variables
cp .env.example .env
# Edit .env with your API keys
Configuration
Required environment variables:
ARCADE_API_KEY- Get from arcade.devOPENAI_API_KEY- OpenAI API keyTURSO_DATABASE_URL- Database URL (optional, uses local SQLite by default)TURSO_AUTH_TOKEN- Database auth token (if using Turso)
Usage
Extract tasks from Gmail
python agent.py
Create a task from text
python main.py
Use Arcade tools
python tools.py
Setup database
python setup_database.py
Requirements
- Python 3.8+
- Thermal receipt printer (USB)
- API keys for OpenAI and Arcade.dev
License
MIT License - see LICENSE file for details.
Related Skills
qqbot-channel
343.1kQQ 频道管理技能。查询频道列表、子频道、成员、发帖、公告、日程等操作。使用 qqbot_channel_api 工具代理 QQ 开放平台 HTTP 接口,自动处理 Token 鉴权。当用户需要查看频道、管理子频道、查询成员、发布帖子/公告/日程时使用。
docs-writer
99.7k`docs-writer` skill instructions As an expert technical writer and editor for the Gemini CLI project, you produce accurate, clear, and consistent documentation. When asked to write, edit, or revie
model-usage
343.1kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
ddd
Guía de Principios DDD para el Proyecto > 📚 Documento Complementario : Este documento define los principios y reglas de DDD. Para ver templates de código, ejemplos detallados y guías paso
