skills$openclaw/twitter
0xterrybit9.1k

by 0xterrybit

twitter – OpenClaw Skill

twitter is an OpenClaw Skills integration for data analytics workflows. Twitter/X platform integration. Post tweets, read timeline, manage followers, and analyze engagement.

9.1k stars3.3k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

nametwitter
descriptionTwitter/X platform integration. Post tweets, read timeline, manage followers, and analyze engagement. OpenClaw Skills integration.
owner0xterrybit
repository0xterrybit/twitter
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @0xterrybit/twitter
last updatedFeb 7, 2026

Maintainer

0xterrybit

0xterrybit

Maintains twitter in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
448 B
SKILL.md
673 B
SKILL.md

name: twitter description: Twitter/X platform integration. Post tweets, read timeline, manage followers, and analyze engagement. metadata: {"clawdbot":{"emoji":"🐦","always":true,"requires":{"bins":["curl","jq"]},"primaryEnv":"TWITTER_API_KEY"}}

Twitter 🐦

Twitter/X platform integration.

Setup

export TWITTER_API_KEY="your_api_key"
export TWITTER_API_SECRET="your_api_secret"
export TWITTER_ACCESS_TOKEN="your_access_token"

Features

  • Post tweets
  • Read timeline
  • Search tweets
  • Manage followers
  • Analytics
  • Schedule posts

Usage Examples

"Post tweet: Hello world!"
"Show my latest mentions"
"Search tweets about #AI"
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install twitter?

Run openclaw add @0xterrybit/twitter in your terminal. This installs twitter into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/0xterrybit/twitter. Review commits and README documentation before installing.