x-actions

Automate Twitter/X write actions via Chrome CDP and clipboard.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ginobefun/gino-skills --skill x-actions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: x-actions
Source: https://github.com/ginobefun/gino-skills/tree/main/skills/x-actions
Command: npx skills add https://github.com/ginobefun/gino-skills --skill x-actions

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill removes the manual, error-prone process of performing write operations on Twitter/X by automating browser interactions with a real Chrome instance while preserving user review and consent. It avoids fragile API workarounds by using Chrome CDP and OS clipboard interactions to bypass anti-automation blocks.

Core Features & Use Cases

  • Write Operations: Compose and post tweets, reply to tweets, quote tweets, retweet/repost, undo retweet, like and unlike.
  • Image Support: Paste images via system clipboard with platform-specific fallbacks to ensure reliable uploads.
  • Safety & Workflow: Default preview mode requires explicit confirmation (--submit) before executing any write action, plus state detection to avoid duplicate actions.
  • Use Case: Social media managers or automation scripts can prepare posts (including images), preview them in a real browser session, and then choose to submit to X with full control and error-handling.

Quick Start

Post a preview of the tweet "Hello team, check this update" to X and wait for my confirmation to submit.

Frequently Asked Questions about x-actions

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

FAQPage Schema
How do I automate posting tweets without using the Twitter API?

Automate posting tweets without the Twitter API by using Chrome CDP to control a local browser session and OS clipboard integration to bypass anti-automation blocks. It prepares posts in a preview-first workflow, requiring explicit --submit confirmation before executing write actions.

Can I attach images to automated Twitter posts through browser automation?

Attach images to automated Twitter posts via system clipboard pasting with platform-specific fallbacks to ensure reliable uploads. The browser automation workflow handles image integration directly through OS clipboard tooling during the tweet composition phase.

Do I need a local Chrome installation to automate X write actions?

Automating X write actions requires a local Chrome installation with remote debugging access and clipboard tooling on the host. This setup enables Chrome CDP browser control and OS clipboard integration necessary to bypass anti-automation restrictions safely.

How does the preview workflow prevent accidental posts on X?

The preview workflow prevents accidental posts on X by defaulting to a preview mode that requires explicit --submit confirmation before executing any write action. It also includes state detection to avoid duplicate actions like double retweeting or unliking.

What write operations can I automate on Twitter through Chrome CDP?

Automate composing posts, replying, quoting, retweeting, undoing retweets, liking, and unliking on Twitter through Chrome CDP. These write operations are executed within a real browser session while preserving user review and consent.

Why do my social media automation scripts fail when posting to X?

Social media automation scripts often fail on X due to fragile API workarounds and anti-automation blocks. Using Chrome CDP with a real browser instance and OS clipboard interactions bypasses these blocks, ensuring reliable post submission and image uploads.