Advanced business operations and Google Workspace management agent.
Corbin 2.0 is an advanced business management assistant providing intelligent automation of daily operations through:
- Google Workspace Integration: Gmail, Calendar, Drive, Docs, Sheets, Tasks
- Email Management: Triage, draft, send, search, and reply to emails
- Calendar Coordination: Schedule meetings, check availability, manage events
- Contact Database: Enriched contacts with LinkedIn and Apollo.io data
- Task Management: Google Tasks integration for personal task tracking
- Meeting Intelligence: Transcript search and analysis via Vertex AI
- Sales Intelligence: Apollo.io prospect research and lead enrichment
- File System Awareness: Comprehensive project and document navigation
This agent is designed for deployment via Trinity platform.
-
Configure credentials in Trinity credential store:
- Google Workspace OAuth (handled by MCP server)
LINKEDIN_NETWORK_API_KEY: RapidAPI professional-network-data keyAPOLLO_API_KEY: Apollo.io Master API keyGOOGLE_CLOUD_PROJECT_ID: GCP project for Vertex AI Search
-
Deploy agent:
POST /api/agents { "name": "corbin", "template": "github:abilityai/agent-corbin" } -
Complete Google OAuth flow using provided authorization URL
- "Triage my emails from today"
- "Schedule a meeting with John next Tuesday at 2pm"
- "Find emails about the Q4 webinar project"
- "What's on my calendar this week?"
- "Create a task to follow up with Sarah tomorrow"
- "Search contacts for people at Y Combinator"
- "Find prospects in Bay Area working on AI"
# Copy environment template
cp .env.example .env
# Edit .env with your API keys
# Run Claude Code
claude- MCP Server: google_workspace (Gmail, Calendar, Drive, Docs, Sheets, Tasks)
- Sub-Agents: fibery-manager, fibery-task-manager, file-system-indexer, youtube-manager, apollo-manager, scheduled-task-executor, vector-store-indexer
- Memory System: Persistent memory in memory/ folder with action logs
- Capabilities: LinkedIn lead research, Apollo.io campaign management, call transcript search
Version 2.0 - Initial Trinity-compatible release