Telegram Photoshop Agent: Automate Image Handling with AI
detail.loadingPreview
This n8n workflow acts as a Telegram-based Photoshop agent, leveraging AI to process and manage user-submitted images. It handles image uploads, AI edits, and file management.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This n8n workflow transforms your Telegram bot into a powerful AI-driven Photoshop agent. It's designed to automatically process images sent by users via Telegram. The workflow first receives an image through a Telegram Trigger, then uses a Switch node to differentiate between image and text inputs. If an image is detected, it's downloaded, uploaded to Google Drive, and then passed to a Langchain Agent powered by Anthropic's Claude 3.5 Sonnet. This agent can then perform various image operations, such as renaming, combining, or searching for existing files, based on user commands. Finally, the workflow responds to the user with the outcome or next steps.
Key Features
- Integrates with Telegram for image submission and AI interaction.
- Utilizes Google Drive for secure image storage and retrieval.
- Employs a Langchain Agent with Anthropic Claude 3.5 Sonnet for advanced AI image manipulation capabilities.
- Supports actions like renaming, combining, and searching image files.
- Automates the entire image processing pipeline from upload to AI-driven action.
How To Use
- Set up a Telegram bot and obtain the API token.
- Configure the 'Telegram Trigger' node with your bot token and webhook.
- Connect your Google Drive account to n8n for file storage and management.
- Configure the 'Sonnet 3.5' and 'Photoshop Agent' nodes with your Anthropic API key.
- Define the tools within the 'Photoshop Agent' node, specifying its capabilities (e.g., 'Change Name', 'Combine Images').
- Ensure the 'Download File' and 'Upload file' nodes are correctly configured to handle image transfers.
- Test by sending an image to your Telegram bot and issuing commands to the AI agent.
Apps Used
Workflow JSON
{
"id": "bd29170e-60fa-4694-84b2-ec40ecdf152e",
"name": "Telegram Photoshop Agent: Automate Image Handling with AI",
"nodes": 0,
"category": "AI Automation",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: bd29170e-60fa...
About the Author
DevOps_Master_X
Infrastructure Expert
Specializing in CI/CD pipelines, Docker, and Kubernetes automations.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Automated Gemini File Search and Retrieval with n8n
This n8n workflow automates the process of creating a file store, uploading documents using Google Gemini's API, and performing RAG-based queries. It leverages the `httpRequest` node for API interactions and the `OpenRouter` node for AI-powered question answering.
Automated RAG Evaluation and Email Response Generation
This workflow automates the evaluation of AI-generated responses against ground truth data and sends automated email responses. It leverages Langchain's RAG capabilities with Supabase for data retrieval and OpenAI for embeddings, then uses Gmail for sending emails.
Automate Applicant Feedback Management with Webhooks and AI
This workflow automates the processing of applicant feedback by triggering on a webhook, splitting text, embedding it, and storing it in Pinecone. It then uses a RAG Agent to process feedback and log results to Google Sheets.
n8n LangChain Guardrails for AI Safety and Content Moderation
This n8n workflow utilizes LangChain's Guardrails nodes to implement robust AI safety measures. It checks for keywords, jailbreaks, NSFW content, PII, secret keys, and topical alignment, ensuring responsible AI output.
AI-Powered n8n Workflow Builder from Text Input
Automate n8n workflow creation using an AI agent that interprets your text requests. This workflow leverages the 'n8n Builder' node to translate natural language into functional n8n JSON, streamlining automation development.
Automate AI Image Generation with Nano Banana Pro
This workflow leverages the Nano Banana Pro API to automate AI image generation. It allows for both text-to-image creation and image-to-image editing, streamlining the visual content creation process.