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

New media agents — glassmorphic control plane

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

API… contabo-149 passwords server-side only cookie expiry fix fix: …
🖥️ 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…