tools.addict.best Media manager (local ops) 18 tools Full catalog ↗

Media manager (local ops)

Category subpath /mediamgr/ — lighter page for faster browse. All tools also live on the main catalog.

Anti-False-Positive Verification Layer

unlimited

Verify every publish/scrape/login action with three-state results: PASS | FAIL | INCONCLUSIVE — never claim done without proof.

Three-state verification (PASS|FAIL|INCONCLUSIVE) for every login/publish/scrape. Timeouts, max-3 self-heal, re-verify after fix, final_gate blocks false success. After AutoSocial: file in posted/, proof screenshot, session still valid.

AutoSocial Studio (Katzca)

unlimited

Local multi-account short-form ops dashboard: queue videos, schedule posts, persist Playwright sessions, uniquify with FFmpeg, download refs with yt-dlp — without a hosted SaaS holding logins.

MIT open-source local media manager for TikTok + Instagram + YouTube. Express dashboard on 127.0.0.1:3000, Playwright uploads, per-account queues, cron/daily/instant schedule, yt-dlp autodownload, FFmpeg uniquifier (+ optional logo). Node 18+, Chromium, FFmpeg/ffprobe; optional yt-dlp. Creator ops control plane (not spam SaaS). Sessions: .profiles/<account>/<platform>. Queues: queue/<account>/{tiktok,instagram,youtube}/pending. First-run Setup verifies deps + folders. No auth — keep local. Repo: github.com/Katzca/AutoSocial

AutoSocial — SECURITY.md (local dashboard)

unlimited

Keep dashboard on localhost; understand same-origin mutating guards; never expose .profiles/ or .env.

No user auth layer. Default bind 127.0.0.1. Mutating APIs blocked from random sites via same-origin. DASHBOARD_ALLOW_REMOTE=true only on trusted LAN. Rotate credentials if sessions leak.

AutoSocial — SETUP.md / first-run health

unlimited

Follow Setup + doctor checks before any publish: deps, login sessions, queue folders, env captions/crons.

Official setup docs. Run: npm ci → npx playwright install chromium → npm run doctor → copy .env.example → .env → npm run dashboard → open Setup view. Fix PATH for ffmpeg/ffprobe before automating.

Browser-Use

unlimited

LLM-driven browser agent (Python) for free automation research.

Open agent that controls a real browser. Powerful free automation building block; use carefully with own accounts + delays.

browser agent automation open-source

Buzz Social (content drafting skill)

unlimited

Draft platform-native posts (HN, X threads, LinkedIn, Reddit) before AutoSocial queues the media.

PR/community writing skill pattern: platform norms first, then copy-paste ready posts. Feed captions into AutoSocial sidecars (.txt/.description) per video base name.

Camoufox

unlimited

Anti-detect Firefox automation — free stealth browser profiles.

Open stealth Firefox for automation. Complements cloakbrowser/Playwright stacks for one-account-one-profile isolation.

stealth browser anti-detect open-source

cedonulfi/automie

unlimited

Playwright + Gemini AI + Streamlit patterns for AI-assisted browser social workflows.

Reference architecture for AI-guided browser automation. Use carefully for your own accounts; pace conservatively; prefer cookies/sessions over fragile password loops.

cloakbrowser (stealth Chromium)

unlimited

Stronger stealth Chromium for Playwright when platforms flag stock automation browsers.

npm stealth helper for Playwright. Pair with per-account profiles, proxies, Bezier/human delays. Not a bypass for bans — reduces fingerprint noise only.

FFmpeg uniquify / process

unlimited

Uniquify queued videos (optional logo) before multi-account post to reduce fingerprint sameness.

AutoSocial uniquify CLI/dashboard uses FFmpeg+ffprobe. Also base of Hybrid media pipelines (VFR -framerate 30, apad+shortest, -ar 48000).

gallery-dl

unlimited

Download image/gallery/video refs from many sites free.

CLI media downloader companion to yt-dlp for stills boards and galleries. Own-content/reference use.

download cli media open-source

Playwright (browser automation core)

unlimited

Browser automation engine under AutoSocial, auto-instagram, and Hybrid 4.7 cookie flows.

Official Playwright docs. Use persistent contexts, storage state, and Chromium install via npx playwright install chromium. Prefer smart humanized interaction over raw page.click spam.

Playwright social patterns (study refs)

unlimited

Study other Playwright social media patterns (not default stack).

Related GitHub patterns for browser social automation research. Includes cedonulfi/automie and profullstack/social-poster as primary in-catalog refs; broader search for Playwright social media. Prefer cookies + stealth; pace conservatively; own accounts only.

playwright social patterns research github

profullstack/social-poster

unlimited

Multi-platform CLI poster with session management patterns.

CLI-oriented multi-network posting with local sessions. Good building block for agent orchestration (JSON exits, scriptable).

xtea/auto-instagram

unlimited

Focused Instagram publisher (Feed/Carousel/Reels) via Playwright + imported cookies + Patchright stealth Chromium.

Browser-only IG publisher with cookie import and queue/cron patterns. Prepare content folder → import cookies → CLI post. Add residential proxy + human delays. Complements AutoSocial when you need IG-only flows.

yt-dlp (reference downloads)

unlimited

Download reference TikTok/shorts into AutoSocial autodownload pipelines for research — not for stealing content rights.

Required optional binary for AutoSocial autodownload features. Respect copyright + platform ToS. Use for your own content mirrors or licensed refs only.

Cobalt.tools

free_tier

Free no-login media download helper.

Cobalt.tools is a free / free-tier consumer tool (https://cobalt.tools). Mild–moderate resources: works in browser or light app — no local GPU farm. Practical use: Free no-login media download helper. Best for everyday creators on tools.addict.best free-first path.

free consumer mild browser-or-light no-heavy-gpu

simplified-cli (CeleryHQ)

free_tier

CLI for Simplified: posts:create, ai-image:generate, analytics — JSON stdout for agent orchestration.

npm i -g simplified-cli → SIMPLIFIED_API_KEY → simplified auth:login. Perfect bridge when agents need structured CLI social/creative commands without GUI.