account-backup

Export X/Twitter account data into a downloadable JSON file.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Export and backup your X/Twitter account data — tweets, likes, bookmarks, followers, and following — as a downloadable JSON. It also triggers X's official data archive download for a complete export.

Core Features & Use Cases

  • Browser-based backup of profile data and activity without requiring an API key.
  • Export a coherent JSON bundle containing profile metadata, tweets, likes, bookmarks, followers, and following.
  • Trigger the official X data archive download for a comprehensive backup, enabling archival and portability.

Quick Start

Navigate to your X profile and run the backup script to export your data as JSON.

Frequently Asked Questions about account-backup

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

FAQPage Schema
How do I backup my X/Twitter data without an API key?

You can back up your X/Twitter data without an API key by running browser-console scripts directly on your profile page to extract information and export it into a downloadable JSON file.

Can I export my Twitter bookmarks and likes as a JSON file?

Yes, you can export your Twitter bookmarks and likes as a JSON file by executing the backup script, which bundles profile metadata, tweets, likes, bookmarks, followers, and following into a structured JSON format.

What is the best way to archive multiple X accounts locally?

The best way to archive multiple X accounts locally is to run the browser-based backup scripts across each profile, consolidating tweets, followers, and bookmarks into separate JSON bundles without needing API access.

Does this backup tool trigger the official X data archive download?

Yes, the backup tool triggers the official X data archive download for a comprehensive backup, optionally using an API route to fetch data and ensure complete profile portability alongside the JSON export.

Do I need a specific browser environment to export Twitter data to JSON?

You need a standard web browser environment to export Twitter data to JSON, as the extraction relies on running JavaScript console scripts within your active X profile session to fetch and download the results.