Amen Mayor
Hey there, I'm using open pieces
Pieces
· 25Shared Terminal
ACTIONFull-featured web terminal with Node.js, Python, Deno, git, and build tools — running in a Podman container with Ubuntu 24.04
Coolify Logs Watcher
ACTIONPolls Coolify API for application logs, stores in SQLite, exposes search endpoints for support email triage. Monitors free-copier-py, free-copier-express, and free-copier-next runtime logs. Used by the Events pipeline (Sydney) to find relevant errors when drafting support responses.
Coverter
ACTIONConverts HTML content to PDF using headless Chromium (Puppeteer). Accepts raw HTML or a URL, returns a downloadable PDF.
Telegram Bot
ACTIONTelegram bot that lets you talk to the OpenPieces orchestrator through the v1 API. Long-polls Telegram, manages chats, sends/receives messages.
cf-router
ACTIONCloudflare-powered reverse proxy router. Manages route mappings by creating real Cloudflare Workers that proxy custom domains to OpenPieces services at the edge.
Firestore Navigator
ACTIONGeneralized read-only Firestore document explorer — read any document by path, list its fields, list subcollections, and browse collections. Used by the Events pipeline to explore Firestore for support context.
Firebase User Lookup
ACTIONLooks up Firebase users by email or UID using the Google Identity Toolkit API. Provides bidirectional mapping between email addresses and Firebase UIDs. Used by the Support Email Workflow to correlate support emails with actual user accounts.
MarqueLead Careers Portal
ACTIONPremium careers & application portal for MarqueLead — job listings, Typeform-style application flow, and full admin panel for managing jobs, questions, and applicants. Dark/gold aesthetic inspired by consulting.com.
File Explorer
ACTIONWeb-based file explorer for browsing the workspace directory structure and viewing file contents with syntax highlighting. Read-only.
Voiceover Service
ACTIONElevenLabs-powered voiceover, sound effects, and music generation service. Used to add spoken narration and audio to media content.
R2 Asset Manager
ACTIONCloudflare R2-backed asset storage service. Handles uploads, URL imports, and file serving with globally accessible shareable URLs.
Telegram Support Handler
ACTIONSends draft response previews to admin via Telegram with Accept/Edit/Reject inline buttons. Handles callback queries from Telegram. Stores pending responses persistently in a JSON file. Removes inline keyboard buttons after callback click to prevent double-clicks. Notifies Events pipeline on callback via internal chat API.
Email Sender
ACTIONSMTP email sender with threading support. Used by the Events pipeline to send support email replies with In-Reply-To headers for proper threading.
IMAP Email Trigger
TRIGGERPolls IMAP inbox every 30 seconds for new UNSEEN emails. Fires new_support_email events to the Events pipeline via notifyEventsAi. Only processes new emails, never re-processes old ones.
dscdds
ACTIONNo description
Telegram Listener - Copy
ACTIONPolls Telegram getUpdates every 2 seconds, detects new messages from the authorized user, and calls notifyEventsAi() to start a workflow conversation.
Telegram Sender
ACTIONSends messages via the Telegram Bot API. Called by the Events AI to respond to the user in Telegram conversations.
Gemini Image Generator
ACTIONGenerates images via Google Gemini API and displays them in a web dashboard gallery
Google Search Console
ACTIONAccess Google Search Console data — search performance (clicks, impressions, CTR, position), sitemaps, and more for sc-domain:pointerful.com. Uses OAuth 2.0 authentication with Google.
Raja Banks Trading Companion
ACTIONFull web application for retail forex traders following Raja Banks' price action strategy. Features live session clocks, trade entry panel with auto-calculated position sizing, active trade manager with checklist, trade journal with analytics, and strategy reference guide.
linkedin-publisher
ACTIONPublishes text posts to a LinkedIn profile via the LinkedIn Posts API (POST /rest/posts). Uses LINKEDIN_ACCESS_TOKEN and LINKEDIN_PERSON_URN secrets.
Git Code Controller
ACTIONGitHub repo controller — create branches, read project structure, read file contents, batch create/update/delete files and push to branches in a single commit. Used by the Orchestrator AI to code on any branch programmatically.
Stripe Coupon Creator
ACTIONCreates Stripe coupon codes with percentage discounts. Accepts percentOff, couponCode, duration, maxRedemptions.
Mautic Email Scheduler
ACTIONSchedule a Mautic email for any future date with subject, HTML content, and target segment. One endpoint: POST /schedule.
coolify-deployer
ACTIONAction service to redeploy applications in Coolify via API