Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

🤖 Bots Master Showcase

An 8-bot automation system for content, job search, and productivity.

Status Bots Built

Claude API Make.com Notion Telegram Upstash Redis


💡 About

A wiki-first multi-bot system. Each bot handles one job. All bots share the same core: Claude API for intelligence, Make.com for orchestration, Notion for logging, and Telegram for delivery.

Every architecture decision is documented before any code is written.


📋 Bot Roster

# Bot Purpose Status
1 Job Bot Scan job boards, score listings, notify via Telegram 🟡 Week 1
2 Content Scout Find trending topics and news angles for content brands ⚪ Scoped
3 Interviewer Generate role-specific interview prep questions ⚪ Scoped
4 Article Machine Draft long-form content from outlines ⚪ Scoped
5 Social Media Adapt content across platforms and formats ⚪ Scoped
6 IG Replies Auto-draft Instagram comment replies ⚪ Scoped
7 Gmail Sorter Classify and prioritize inbox ⚪ Scoped
8 Finance Analyzer Parse bank data and track spending ⚪ Scoped

🟢 Live 🟡 In progress ⚪ Scoped


🏗️ How it works

Architecture: wiki-first with shared state. Each bot follows a three-folder model (raw → wiki → outputs). Every bot reads three shared context files before running: voice document, banned words list, and brand rules. This keeps output consistent across all 8 bots without duplicating rules per scenario.


🗺️ Roadmap

  • Define all 8 bot scopes
  • Lock architecture decisions in wiki
  • Choose stack (Claude API + Make.com + Notion + Telegram)
  • Build Job Bot (Week 1 priority)
  • Build Content Scout
  • Build remaining 6 bots
  • Integration testing across all bots
  • Full system documentation

📂 Repo structure

bots-master-showcase/ ├── wiki/ # Architecture decisions and bot specs ├── docs/ # Setup guides and API references └── README.md


This repo documents the architecture and planning phase. Code and scenarios will be added as each bot ships.

Portfolio

About

8-bot automation architecture powered by Claude API, Make.com, and Telegram.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Contributors