User Deploys AI Assistant 'Elvis' on VPS for Project Management Tasks

A developer has shared their experience deploying an AI assistant named 'Elvis' on a Linux VPS, with integration into their existing workflow tools. The setup process took three days of troubleshooting with Claude before becoming operational.
Setup and Integration Details
The assistant runs on a Linux VPS and communicates through Microsoft Teams. It has been configured with several connectors:
- JIRA integration
- Asana integration
- Access to its own email account
- Read access to the user's email (though it accidentally sent an email as the user, requiring permission adjustments)
Practical Workflow Example
The user treated Elvis like a colleague and assigned it a complete project management task:
- Read an email containing requirements
- Extract those requirements
- Locate the last change request for Customer X on OneDrive
- Update the change request with new requirements
- Send to Keith for review
- Incorporate Keith's feedback
- Notify the user when ready for final sending
The assistant successfully completed this workflow, though initial formatting issues required correction. It's now actively conversing with Keith via email and updating documents based on feedback.
AI Model Strategy
The user has implemented a tiered AI approach:
- Claude for complex tasks
- OpenAI for less demanding work
- A basic model for mundane tasks
This strategy aims to optimize costs while maintaining performance for different task types.
Current and Planned Use
Elvis is currently handling project coordination tasks, and the user plans to use it for application testing and UAT (User Acceptance Testing) in the near future.
📖 Read the full source: r/openclaw
👀 See Also

Real-World MCP Server Use Cases and Development Patterns
A developer shares their experience building an MCP server that connects to live sports data scanners, pulling odds from sportsbooks to find pricing inefficiencies in real-time. They discuss practical lessons learned about tool design and installation formats.

A Developer's $2,500 Opus Token Burn on OpenClaw: Real-World Workflows vs. Tooling
A software shop owner recounts spending $2,500 on Opus tokens through OpenClaw, using it for bug fixes, visual automation, and server management — but questions what a 'workflow' actually means.

OpenClaw Agent Architecture Patterns: Multi-Agent Delegation, 5-Layer Memory, and Watchdog Systems
A developer shares practical OpenClaw architecture patterns after 7 weeks of use, including multi-agent delegation with specialized models, a 5-layer memory system with decay, and a watchdog system with three monitoring layers.

Non-coder builds local video downloader with Claude AI in one evening
A user with zero coding knowledge used Claude AI to build AZ Downloader, a local video downloader that works on 14/16 platforms including YouTube, TikTok, Instagram, and Reddit. The tool was created in one evening and is now available on GitHub.