ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

x-single-tweet-article-skill

Fetch a single X tweet or X Article with charge-first billing (0.001 USDT/call).

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/huangkefeng-ai/x-single-tweet-article-skill
Or

X Single Tweet + Article (Premium)

Charge-first fetcher for:

  • single X tweet
  • single X Article

Pricing

  • 0.001 USDT per call
  • If balance is insufficient: returns PAYMENT_URL as a top-up link (no charge is made)

Run

# Tweet
node scripts/run.js --url "https://x.com/user/status/123" --user "user-1"

# X Article
node scripts/run.js --article "https://x.com/i/article/xxxxx" --user "user-1"

Optional env overrides

  • SKILLPAY_BILLING_URL
  • SKILL_BILLING_API_KEY
  • SKILL_ID
  • SKILLPAY_PRICE_TOKEN

Metadata

Stars2387
Views2
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-huangkefeng-ai-x-single-tweet-article-skill": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.