Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 

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

Watchers

Forks

Contributors