joelmale-twitter

Post tweets to X (Twitter) using the OAuth 1.0a API.

Updated Jan 11, 2026
One-click install
npx skills add https://github.com/joelwmale/orion --skill joelmale-twitter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: joelmale-twitter
Source: https://github.com/joelwmale/orion/tree/main/skills/joelmale-twitter
Command: npx skills add https://github.com/joelwmale/orion --skill joelmale-twitter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows for the automated posting of tweets to X (formerly Twitter) directly from the command line, simplifying social media updates.

Core Features & Use Cases

  • Post Tweets: Publish text-based updates to your X profile.
  • OAuth 1.0a Authentication: Securely connects to the Twitter API using stored credentials.
  • Use Case: Quickly share a link to a new blog post or announce an update without manually logging into the X website.

Quick Start

Use the twitter-post.ts tool to post "Hello from the Orion bot!" to X.

Frequently Asked Questions about joelmale-twitter

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

FAQPage Schema
How do I post tweets to X automatically from the command line?

To post tweets to X automatically, you can use a command line script that sends text updates via the Twitter API. This allows you to publish content directly without manually logging into the X website.

What authentication is required to post tweets using the X API?

Posting tweets using the X API requires OAuth 1.0a credentials. You must securely connect and authenticate your API requests using these stored credentials to authorize social media updates.

Can I share links and announcements to X without logging into the website?

Yes, you can share links and announcements to X without logging into the website by automating the process. A script posts text-based updates directly to your X profile using the authenticated Twitter API.

What is the best way to automate social media updates for X?

The best way to automate social media updates for X is by using a command line tool that leverages the Twitter API. This approach streamlines sharing blog posts or announcements directly to your profile.

Does this method for posting tweets support media uploads or just text?

This method for posting tweets currently supports text-based updates only. It facilitates publishing text content to your X profile using the OAuth 1.0a API for social media updates.

Why do I need OAuth credentials to publish content to my X profile?

You need OAuth credentials to publish content to your X profile because the Twitter API requires secure authentication. OAuth 1.0a verifies your identity and authorizes the API requests needed for posting tweets.