browser-social-account-maintenance

Automate social profile sync, cross-posting, audits, and cleanup via browser sessions.

3|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/Muvon/octomind-tap --skill browser-social-account-maintenance
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: browser-social-account-maintenance
Source: https://github.com/Muvon/octomind-tap/tree/main/skills/browser-social-account-maintenance
Command: npx skills add https://github.com/Muvon/octomind-tap --skill browser-social-account-maintenance

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the repetitive, time-consuming work of keeping multiple social accounts consistent and clean by automating profile sync, cross-posting, audit, and routine maintenance actions.

Core Features & Use Cases

  • Profile sync across networks: Update display name, bio, and links by diffing against your provided profile.json and driving each platform’s edit UI.
  • Cross-post a pre-written piece: Publish the same content (with per-platform variants and platform length rules) from post.json, including support for X threads.
  • Recurring hygiene operations: Run scheduled-post audits (read-only), perform follower/connection cleanup via rule-based dry-run + confirmation, triage notifications, and archive/delete old posts with evidence and confirmation.

Quick Start

Run browser-social-account-maintenance with your saved browser-authenticated session to sync your profiles and cross-post your ready content from the provided input files for the platforms you specify.

Frequently Asked Questions about browser-social-account-maintenance

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate social media cross-posting across X, LinkedIn, and Bluesky?▼

Social media cross-posting is automated by reading a provided post.json file and driving each platform's compose UI via a Playwright browser session, applying per-platform length rules and content variants.

Can I automatically sync my profile bio and display name across Mastodon and Threads?▼

Profile sync across Mastodon and Threads is executed by diffing your provided profile.json against current live profiles and driving each platform's edit UI to update display names, bios, and links.

What is the best way to clean up followers and archive old posts on social networks?▼

Follower cleanup and post archiving are performed via rule-based dry-runs that capture evidence and require confirmation before executing destructive actions like deleting old content.

Do I need an authenticated Playwright browser session to run social account maintenance?▼

An authenticated Playwright-capable browser session is required to execute browser-driven profile sync, cross-posting, and notification triage workflows across major social networks.

How do I audit scheduled social media posts without making accidental changes?▼

Scheduled-post audits are run as read-only workflows via the browser session, ensuring you can review pending content across networks without risking accidental modifications or deletions.

Does social account maintenance support X threads in addition to single posts?▼

X threads are supported during cross-posting by reading the post.json input and applying strict per-network compose constraints to publish multi-post sequences automatically.