expert-twitter

Automates X/Twitter account setup, positioning, and post publishing via camoufox-cli browser automation.

8.5k|1.4k|Updated Apr 24, 2024
One-click install
npx skills add https://github.com/TeamWiseFlow/wiseflow --skill expert-twitter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: expert-twitter
Source: https://github.com/TeamWiseFlow/wiseflow/tree/main/crews/main/skills/expert-twitter
Command: npx skills add https://github.com/TeamWiseFlow/wiseflow --skill expert-twitter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Running an X/Twitter account for business growth requires consistent positioning, disciplined posting, and careful adherence to platform rate limits, which is hard to sustain manually. This Skill provides a structured account-setup workflow plus a browser-automation posting tool so an agent can cold-start, diagnose, rebuild, and operate an X account end to end.

Core Features & Use Cases

  • Account Setup Workflow: Covers new account cold start, positioning narrowing (keywords, target readers, follow reason, boundaries), profile landing (bio, pinned post), peer account signal collection, topic library building, and weekly review.
  • twitter-post Tool: Publishes text, image, video, thread, quote, reply, and Premium long posts through camoufox-cli with a persistent session, including stats parsing and a frequency tracker enforcing 30-minute intervals and daily/weekly caps.
  • Old Account Diagnosis: Diagnoses underperforming accounts against a profile checklist and decides whether to continue with fixes or rebuild from scratch.
  • Use Case: A founder wants to build an X presence for their product. The agent collects business context, drafts a positioning statement and bio, publishes a pinned post, builds a 10-topic library from 20 peer accounts, and posts daily within rate limits.

Quick Start

Ask the agent to cold-start a new X account for your product, including positioning, profile setup, and the first week of posts.

Frequently Asked Questions about expert-twitter

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

FAQPage Schema
How do I automate posting tweets to X/Twitter with a browser?

The twitter-post tool drives camoufox-cli with a persistent session named twitter to publish text, image, video, thread, quote, reply, and long posts. Login is done once manually in headed mode, and the session profile persists on disk for later headless runs.

What workflow should I use to cold-start a new X account?

Use the Account Setup workflow: collect diagnostic info, narrow positioning into three keywords and a target reader, land the profile with bio and pinned post, build a topic library from 20 peer accounts via smart-search, then post and review weekly.

What are the X/Twitter rate limits for automated posting?

Posts must be spaced at least 30 minutes apart, with a maximum of 50 posts per day and 200 per week including replies and quotes. After triggering platform risk control, the account stays silent for 24 hours, tracked in twitter-frequency.json.

Can I post long tweets over 280 characters on X?

Long posts up to 25,000 characters require a Premium or Blue subscription, detected via the verified icon. Standard accounts are limited to 280 characters, where URLs count as 23 characters and emoji as 2.

Why does image upload fail with a strict mode violation on X?

The X compose page has two file input elements, so a generic selector resolves to two elements. Use the selector [data-testid=fileInput] >> nth=0 with the camoufox-cli upload command to disambiguate.

Does this skill handle likes, follows, and comment-based lead generation?

No. Interaction actions like likes, reposts, follows, and comment-section lead generation are delegated to the expert-bd skill's twitter-interact tool. This package only covers account setup and publishing.