Use Cases & Examples
Practical recipes for deploying AI agents. From personal assistants to DevOps monitors — no coding required.
No coding required
Personal AI Assistant#
Turn your Lobstack agent into a personal assistant that manages your email, calendar, and daily tasks. It remembers your preferences across sessions and gets smarter over time.
| Setting | Recommended |
|---|---|
| AI Model | Claude Sonnet 4.5 (fast, capable) |
| Skills | Gmail, Google Calendar |
| Plan | Starter ($29/mo) or higher |
Example Prompts#
Configuration Tip#
Use SOUL.md to define your assistant's personality. For example, tell it to be concise, prioritize urgent emails, and always confirm before sending messages on your behalf. See Agent Configuration for details.
Customer Support Agent#
Deploy an agent that answers customer questions in your Discord or Slack community. It follows your support guidelines, references your product documentation, and escalates when it can't help.
| Setting | Recommended |
|---|---|
| AI Model | GPT-4o (fast, good at following instructions) |
| Skills | Discord or Slack |
| Plan | Pro ($59/mo) — custom system prompts |
Example Prompts#
Configuration Tip#
Use RULES.md for response guidelines (what to say, what not to say). Store product FAQs as memories so the agent can reference them automatically. See RULES.md and the Memory panel.
DevOps Monitor#
Set up an agent that monitors your servers, runs diagnostics, and sends alerts when something goes wrong. Combine terminal access with HTTP tools and email notifications for a complete monitoring solution.
| Setting | Recommended |
|---|---|
| AI Model | Claude Opus 4.6 (best reasoning for diagnostics) |
| Skills | Gmail (for alerts) |
| Tools | Terminal, HTTP Request |
| Plan | Performance ($99/mo) — API access + webhooks |
Example Prompts#
Workflow Automation#
Use the Health Monitor & Alert workflow template to automate health checks. It runs on a cron schedule, checks your endpoints, and sends email alerts on failure. See Workflow Templates.
Social Media Manager#
Let your agent generate and post content on a schedule. It can draft tweets, create threads, and maintain a consistent posting cadence without manual intervention.
| Setting | Recommended |
|---|---|
| AI Model | Any model (Claude Sonnet or GPT-4o recommended) |
| Skills | Twitter/X |
| Plan | Pro ($59/mo) or higher |
Example Prompts#
Workflow Automation#
Use the Social Media Poster workflow template to post automatically on a schedule (e.g., Monday/Wednesday/Friday at noon). See Workflow Templates.
GitHub Triage Bot#
Deploy an agent that triages GitHub issues, labels them, posts initial responses, and summarizes pull requests. Ideal for open-source maintainers and development teams.
| Setting | Recommended |
|---|---|
| AI Model | Claude Sonnet 4.5 (fast, great at code understanding) |
| Skills | GitHub |
| Plan | Pro ($59/mo) or higher |
Example Prompts#
Workflow Automation#
Use the GitHub Issue Responder workflow template to automatically respond to new issues with an acknowledgment and initial triage. See Workflow Templates.
Research Assistant#
Use your agent as a research companion that investigates topics, compiles reports, and saves findings to files in the workspace. Great for academics, analysts, and anyone who needs to synthesize information.
| Setting | Recommended |
|---|---|
| AI Model | Claude Opus 4.6 or GPT-5 (best reasoning) |
| Tools | Web browsing, File Read/Write, Terminal |
| Plan | Pro ($59/mo) or higher |
Example Prompts#
Tip#
Your agent saves research files to its workspace. Use the Sandbox tab to browse and download research outputs in real-time. See Sandbox.
Have a use case to share?