twitter-openclaw

Read, post, and manage Twitter/X timelines from a local CLI.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/Kitsune-Den/skulk-skills --skill twitter-openclaw-kitsune-den
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: twitter-openclaw
Source: https://github.com/Kitsune-Den/skulk-skills/tree/main/skills/x-twitter
Command: npx skills add https://github.com/Kitsune-Den/skulk-skills --skill twitter-openclaw-kitsune-den

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Twitter/X users, developers, and teams often need fast, scriptable access to read posts, search timelines, post updates, and manage engagement without leaving their terminal. This capability enables local automation and consistent logging of social activity.

Core Features & Use Cases

  • Read tweets by ID or timelines (home, mentions) and display metadata
  • Post, like, retweet, and reply to tweets from the command line
  • Search, trending topics, and user profiles for quick insights
  • Use case: automate monitoring of brand mentions and publish updates from scripts

Quick Start

Install twclaw via npm, set TWITTER_BEARER_TOKEN, and run twclaw home to view your timeline.

Frequently Asked Questions about twitter-openclaw

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

FAQPage Schema
How do I read and post to Twitter timelines from a CLI?

You can read and post to Twitter timelines from a CLI by installing the twclaw npm package, configuring your TWITTER_BEARER_TOKEN, and running commands like twclaw home to interact with your timeline.

Can I automate brand mention monitoring and tweet posting using a command line interface?

Yes, you can automate brand mention monitoring and tweet posting using a command line interface by integrating twclaw into your local scripts to search timelines, read mentions, and publish updates automatically.

Do I need a bearer token to manage Twitter timelines via command line?

Yes, you need a TWITTER_BEARER_TOKEN to manage Twitter timelines via command line. The tool requires this credential for secure operation and validation before reading tweets or posting updates.

What Twitter engagement actions are available through a scriptable CLI interface?

Available Twitter engagement actions through the scriptable CLI interface include reading tweets, searching timelines, posting updates, liking, retweeting, and replying to tweets directly from your terminal.

Does this command line Twitter tool support searching trending topics and user profiles?

Yes, the command line Twitter tool supports searching trending topics and viewing user profiles, providing quick insights from the terminal without needing to navigate the web interface.

Why use a CLI tool instead of standard libraries for Twitter timeline automation?

Using a CLI tool for Twitter timeline automation provides fast, scriptable access for local execution, enabling consistent logging of social activity and direct integration into existing terminal-based workflows.