goosa123/AI-Employee-Silver
Autonomous AI business assistant. Gmail + LinkedIn automation with human-in-the-loop approval, Claude AI, and scheduled posting
Platform-specific configuration:
{
"mcpServers": {
"AI-Employee-Silver": {
"command": "npx",
"args": [
"-y",
"AI-Employee-Silver"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://github.com/goosa123/AI-Employee-Silver/actions/workflows/python-app.yml) [](https://www.python.org/) [](LICENSE) [](#tech-stack)
> An autonomous AI-powered business assistant that monitors Gmail and LinkedIn 24/7, drafts content with Claude AI, and executes tasks through a human-in-the-loop approval workflow — with scheduled posting support.
---
| Capability | Details | |---|---| | Gmail Monitoring | Fetches unread emails every 60s, classifies, auto-replies or routes to approval | | LinkedIn Posting | Takes a brief file, drafts a post via Claude AI, posts after human approval | | Scheduled Posting | Approve a post with a future time — watcher auto-posts at the exact scheduled time | | Approval UI | Web interface (Flask) to approve/reject/schedule pending posts with one click | | Human-in-the-Loop | Every sensitive action waits for approval — nothing executes without owner sign-off | | Auto-start | Watchers launch on Windows login via Task Scheduler — no manual start needed | | Live Dashboard | Obsidian markdown dashboard updates every cycle with system health + token status | | Desktop Alerts | Windows toast notification when approvals are pending |
---
┌─────────────────────────────────────────────────────────────┐
│ PERCEPTION LAYER │
│ gmail_dev_watcher.py linkedin_dev_watcher.py │
│ (every 60s) (every 300s) │
│ │ │ │
│ ▼ ▼ │
│ Gmail API Loading reviews...