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#
"Check my email and summarize anything important from today"
"Schedule a meeting with John next Tuesday at 2pm"
"Remind me to follow up with the marketing team this Friday"
"What's on my calendar for this week?"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#
"When someone asks about pricing, direct them to lobstack.ai/pricing"
"If a user reports a bug, ask for their agent ID and steps to reproduce"
"Always be friendly and professional. Never promise features we haven't shipped."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#
"Check if my API at api.example.com is responding"
"Run a full system diagnostic — CPU, memory, disk, network"
"Monitor this endpoint every 5 minutes and email me if it goes down"
"Show me the last 50 lines of /var/log/syslog"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#
"Write a tweet about our new product launch"
"Schedule 5 posts for this week about AI agent trends"
"Create a Twitter thread explaining how Lobstack works"
"Post an update about our latest feature release"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#
"Summarize the last 10 open issues in my repo"
"Review PR #42 and leave feedback on the code quality"
"Label all untagged issues from the past week"
"Close stale issues that haven't had activity in 30 days"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#
"Research the latest trends in AI agents and write a summary"
"Compare these 3 products and make a recommendation with pros/cons"
"Find recent papers on transformer architectures and summarize the key findings"
"Create a competitive analysis report and save it to /root/reports/"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?