Awesome-openclaw-skills twitter

Twitter/X platform integration. Post tweets, read timeline, manage followers, and analyze engagement.

install
source · Clone the upstream repo
git clone https://github.com/sundial-org/awesome-openclaw-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sundial-org/awesome-openclaw-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/twitter" ~/.claude/skills/sundial-org-awesome-openclaw-skills-twitter && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sundial-org/awesome-openclaw-skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/twitter" ~/.openclaw/skills/sundial-org-awesome-openclaw-skills-twitter && rm -rf "$T"
manifest: skills/twitter/SKILL.md
source content

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"