OMNI Social Agents manager.addict.best/omni · media agents + cookie heal

OMNI media agents — session & daemon plane

Unified hub for the OMNI social stack: launcher (8080), auto-responder (8081), overgrowth, session keep-alive, auto-login, and master_fix. Cookie vaults + credentials for TikTok / Twitter / Instagram / Facebook. Verify first → auto-login if stale → three-state results.

API… contabo-149 passwords server-side only fix: …

How OMNI works · sections · mechanism

Sections on this page: localhost tool cards (launcher/responder/…) · run form · inventory · logs · three-state stats.

Mechanism

1) Verify cookie health in vault
2) Auto-login heal if expired/changed
3) Start or signal media agent (ports/daemons)
4) Surface PASS | FAIL | INCONCLUSIVE

vs Run Console

Console runs hybrid social jobs (configure account → action).
OMNI manages media agents & session longevity (keep-alive, launcher UI, master_fix).

vs Agent Hub

Hub = code/prompts for role hybrids.
OMNI = live media stack control + cookie heal.

AI agent path

Agent calls OMNI/console API: verify cookies → heal → launch daemon → no browser clicking required once token is set.

🖥️ Localhost web apps & agents
🤖

Launcher Server

Glassmorphic account cards. Click → headful Playwright Chromium with cookies; sync to 4 VPS.

dashboard_launcher.py
:8080http://127.0.0.1:8080
python3 dashboard_launcher.py
💬

Auto-Responder

Notifications/messages on X, IG, TT, FB. Cookie Playwright replies with Poisson delays.

auto_responder.py
:8081http://127.0.0.1:8081
python3 auto_responder.py
🔥

Overgrowth Suite

Scrape active members from tags/communities; follow/invite loops within platform limits.

engage_growth_overgrowth.py
CLI
python3 engage_growth_overgrowth.py --platform twitter --account acc1
🔄

Session Keep-Alive

Headless scroll/timeline to refresh cookies; quarantine expired sessions.

session_sync_keep_alive.py
daemon
python3 session_sync_keep_alive.py
🔑

Auto-Login Agent

Credentials JSON → headful login → 2FA prompt → cookies → sync VPS.

local_auto_login.py
CLI
python3 local_auto_login.py --platform all
🛠️

Central Fix Applicator

Patch cookie normalizers, char checks, purge corrupt cache logs on VPS.

master_fix.py
util
python3 master_fix.py
⚡ Crucial fixations
1. Cookie Expiry Normalizer — session cookies with expires=-1 must not be discarded. Only prune positive past timestamps:
if exp is not None and isinstance(exp, (int, float)) and exp > 0 and exp <= now:
2. X (Twitter) 270-char trim — enforce 270 cap on caption bodies so Post stays enabled (280 hard limit).
3. macOS memory sweep — do not delete browser data dirs; protect Chrome/Telegram logins.
chrome-memory-fix.sh · mac-memory-optimization.sh

Configure → Run OMNI action

idle
Token required (same as Console). Passwords never appear in the browser — server reads credentials.json for auto-login.
FacebookMeta
InstagramMeta
Twitter/Xx.com
TikToktt
Verify cookieshealth matrix
Full healverify→login→recheck
Auto-loginupdate cookies
Keep-alive cyclesession_sync
Apply master_fixnormalizer + caps
Overgrowth drygrowth suite
OMNI statustools + fixes
Heal + growthpipeline

Verification board

IDLE
0
OK
0
partial
0
missing
0
accounts
PlatformLabelUserHealthCookies

Run output

no job
Ready. Configure and Run.
📁 Deployed agent files

Server: /opt/manager-console/omni/agents/ · Web docs: this page · Credo: credo.promedic1.com

Cookies: /opt/manager-console/cookies · /root/dashboard-social-media · credentials: /opt/manager-console/secrets/credentials.json

Local Mac path: …/social media omni credentials/media omni agents/

Loading tool status…