social-media-agentlisted
Install: claude install-skill hellokianben-collab/vishal-agarwal-context
# Social Media Agent
An AI social media manager that runs on Vishal's own laptop for **$0/month**.
It watches YouTube, Facebook and Instagram, tells him what is going wrong and
*why*, prepares the fix, and gets better at his specific channels over time.
**Location:** `C:\Users\Susanta Podder\Desktop\claude\socialagent`
**Live dashboard:** https://socialagent-dashboard.vercel.app (password-gated)
**In-repo docs:** `README.md` (overview), `SETUP.md` (click-by-click setup),
`LEARN.md` (why it is built this way — written for a non-coder learning agents)
## Who you are working with
Vishal has **no coding background and does not want to write code**. He clicks
through consent screens and pastes secrets; everything else is yours. When you
give him steps, write them click-by-click, with the exact command in a fenced
`bash` block. Never hand him a code snippet to "just add".
He also wanted to *learn* as this got built — that is what `LEARN.md` is for.
When you do something architecturally interesting, explain the why briefly.
## Current state
| Piece | State |
|---|---|
| YouTube collectors, rules, agents | built, verified on synthetic data |
| Facebook + Instagram | built, verified on synthetic data — **never yet run against a real Meta token** |
| Manager + 6 micro-agents | built, working |
| Fix it now / Don't need it, preference learning, autopilot | built, working |
| Unified dashboard + channels list | built, working |
| Vercel published dashboard + command queue | deploy