twitter-cli-skill

Retrieve Twitter/X timelines, bookmarks, and searches via cookie auth.

4|Updated May 16, 2026
One-click install
npx skills add https://github.com/Aradotso/devtools-skills --skill twitter-cli-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: twitter-cli-skill
Source: https://github.com/Aradotso/devtools-skills/tree/main/skills/twitter-cli-skill
Command: npx skills add https://github.com/Aradotso/devtools-skills --skill twitter-cli-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Terminal-first users need a practical way to read and act on Twitter/X content without building or managing API keys, while still producing structured outputs for AI workflows.

Core Features & Use Cases

  • Keyless terminal access: Read timelines, bookmarks, searches, user profiles, lists, and tweet details using browser cookie authentication instead of API keys.
  • Write actions from CLI: Post, reply, quote, delete, like/unlike, retweet/unretweet, and bookmark/unbookmark via the same cookie-based auth flow.
  • Agent-ready structured output: Generate machine-consumable outputs using JSON/YAML (and rich tables by default) to support downstream automation.
  • Use case: Draft and publish a short status update after reviewing the latest posts matching a topic, then export the retrieved results as JSON for summarization and ranking.

Quick Start

Ask the skill to fetch your Twitter timeline in JSON format, so you can process it in your agent pipeline.

Frequently Asked Questions about twitter-cli-skill

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

FAQPage Schema
How do I read and search Twitter timelines from a terminal without API keys?

You can retrieve Twitter timelines, bookmarks, and searches without API keys by using browser cookie extraction for authentication. This approach provides structured JSON or YAML output for downstream automation and analysis.

Can I post and reply to tweets from a CLI using cookie authentication?

Yes, you can post, reply, quote, delete, like, retweet, and bookmark tweets from a CLI. It operates using the same browser cookie-based authentication flow or explicit auth environment variables instead of requiring official API access.

What is the best way to export Twitter search results for AI agent workflows?

The best way to export Twitter data for AI workflows is to fetch timelines and searches using terminal commands that output structured JSON or YAML. This machine-consumable format directly supports downstream agent pipelines for summarization and ranking.

Does terminal Twitter automation support proxy configuration and structured output?

Yes, terminal Twitter automation supports optional proxy configuration alongside JSON and YAML structured outputs. It uses browser cookie extraction to retrieve timelines and perform write actions like posting or replying within your terminal workflow.

Do I need browser cookie extraction to monitor Twitter feeds via a CLI?

You need either browser cookie extraction or explicit auth environment variables to monitor Twitter feeds via a CLI. This keyless access method allows you to read timelines and perform write actions without managing official API keys.