post-editing

Edit or undo X/Twitter posts via a browser console script.

443|88|Updated Feb 18, 2024
One-click install
npx skills add https://github.com/nirholas/XActions --skill post-editing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: post-editing
Source: https://github.com/nirholas/XActions/tree/main/skills/post-editing
Command: npx skills add https://github.com/nirholas/XActions --skill post-editing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill enables quick, browser-based editing and undo of X/Twitter posts after publishing, reducing the impact of mistakes or typos.

Core Features & Use Cases

  • Edit an existing post by changing its text via the source script.
  • Undo a post within the 30-second window.
  • Runs as a browser console script for direct interaction on x.com.

Quick Start

Open X in your browser, open DevTools, set the CONFIG with mode and post details, and paste the script from src/editPost.js into the console to run.

Frequently Asked Questions about post-editing

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

FAQPage Schema
How do I edit an already published tweet on X?

You can edit a published tweet by running a browser console script that modifies existing post text via a configured object. It applies directly within x.com browser workflows to change post content after publishing.

Can I undo a tweet on Twitter within a short time window?

Yes, you can undo a recently posted tweet on X within a 30-second window. The script uses an undo mode in the browser console to retract the post shortly after publishing.

Do I need any browser extensions to modify or undo X posts?

No browser extensions are required to modify or undo X posts. You only need to open your browser DevTools console on x.com, configure the post details, and paste the script to execute the edit or undo action.

What is the best way to automate post-editing tasks on x.com?

Automating post-editing on x.com is done via a browser console script that applies timing parameters and configuration objects. This enables reliable execution for modifying text or undoing posts directly in the browser.

Are there limitations when trying to edit tweets after posting them?

A key limitation is the 30-second window for the undo mode. For editing, you must supply the exact postUrl and newText in the configuration object to ensure the browser script reliably modifies the target tweet.