Practical Python utilities built for real AI automation workflows. These scripts are used internally at zNeto.AI as building blocks for larger automation pipelines — extracted, sanitized, and documented for reuse.
Each tool is self-contained, dependency-light, and built to plug directly into n8n workflows, APIs, or standalone automation scripts.
Classifies any text input by intent using the OpenAI API. Returns a structured JSON result ready for downstream routing logic.
Normalizes incoming webhook payloads from any source into a clean, consistent data structure — regardless of origin format.
Takes raw interaction or lead data and generates a structured summary report using an LLM — ready to send to clients or internal teams.
- Python 3.10+
openailibrary —pip install openaipython-dotenv—pip install python-dotenv
Each tool folder contains its own setup instructions.
All tools read credentials from a .env file.
Never hardcode API keys. A .env.example file is provided
in each tool folder as a reference.
José Neto — AI Automation Engineer & Founder @zNeto.AI