← All skills
Tencent SkillHub · Developer Tools

Openclaw Skill X Twitter

Post tweets, threads, and media to X/Twitter via API v2 — secure OAuth 1.0a, no external npm dependencies.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Post tweets, threads, and media to X/Twitter via API v2 — secure OAuth 1.0a, no external npm dependencies.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, _meta.json, package-lock.json, package.json, scripts/xpost.mjs

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.1.3

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

X/Twitter by @altf1be

Post tweets, threads, and media to X/Twitter via the X API v2 with secure OAuth 1.0a signing.

Setup

Get API keys from https://developer.x.com Set environment variables (or create .env in {baseDir}): X_CONSUMER_KEY=your-api-key X_CONSUMER_SECRET=your-api-secret X_ACCESS_TOKEN=your-access-token X_ACCESS_TOKEN_SECRET=your-access-token-secret Install dependencies: cd {baseDir} && npm install

Commands

# Verify connection node {baseDir}/scripts/xpost.mjs verify # Post a tweet node {baseDir}/scripts/xpost.mjs tweet "Hello from OpenClaw! 🦞" # Post with image node {baseDir}/scripts/xpost.mjs tweet "Check this out!" --media ./screenshot.png # Reply to a tweet node {baseDir}/scripts/xpost.mjs tweet "Great point!" --reply 1234567890 # Post a thread (inline) node {baseDir}/scripts/xpost.mjs thread "First tweet" "Second tweet" "Third tweet" # Post a thread (from file, tweets separated by ---) node {baseDir}/scripts/xpost.mjs thread --file ./thread.md

Thread file format

Create a file with tweets separated by ---: 🚀 Announcing something cool! --- Here's why it matters... --- Check it out: https://example.com #OpenSource #AI

Security

OAuth 1.0a user context signing (no app-only auth for write operations) No credentials printed to stdout API calls use pure Node.js fetch + built-in node:crypto (no third-party HTTP or OAuth libraries) Minimal dependencies: only commander (CLI framework) and dotenv (env loading)

Author

Abdelkrim BOUJRAF — ALT-F1 SRL, Brussels 🇧🇪 X: @altf1be

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Config2 Docs1 Scripts
  • SKILL.md Primary doc
  • README.md Docs
  • scripts/xpost.mjs Scripts
  • _meta.json Config
  • package-lock.json Config
  • package.json Config