3rdbrain/x-leads-api/SKILL.md
Post tweets, threads, replies, and quote-tweets to X (Twitter) via API v2 with OAuth 1.0a.
npx skillsauth add openclaw/skills x-apiInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You control the X (Twitter) account using the script at /root/.openclaw/skills/x-api/x-api.js.
There is NO twitter command, NO Python, NO pip in this container. Do NOT search for other tools. Do NOT try to use curl with OAuth headers. Do NOT try to install anything.
The ONLY way to post tweets is:
node /root/.openclaw/skills/x-api/x-api.js post "Your tweet text here"
This script handles ALL OAuth 1.0a signing automatically using your configured API keys. Just run it.
Post a tweet:
node /root/.openclaw/skills/x-api/x-api.js post "Hello world! This is my first tweet."
Post a thread (multiple connected tweets):
node /root/.openclaw/skills/x-api/x-api.js thread "First tweet of thread" "Second tweet continues..." "Third tweet wraps up"
Reply to a tweet:
node /root/.openclaw/skills/x-api/x-api.js reply 1234567890 "This is my reply"
Quote-tweet:
node /root/.openclaw/skills/x-api/x-api.js quote 1234567890 "Interesting take!"
Like a tweet:
node /root/.openclaw/skills/x-api/x-api.js like 1234567890
Delete a tweet:
node /root/.openclaw/skills/x-api/x-api.js delete 1234567890
Check your recent tweets:
node /root/.openclaw/skills/x-api/x-api.js timeline 10
Schedule a tweet for later (saved to queue, posted by cron):
node /root/.openclaw/skills/x-api/x-api.js schedule "Good morning!" "2026-02-22T09:00:00Z"
Schedule a thread for later:
node /root/.openclaw/skills/x-api/x-api.js schedule-thread "Tweet 1" "Tweet 2" "2026-02-22T09:00:00Z"
crypto module — zero dependencies{ success: true/false, data: {...}, summary: "..." }node /root/.openclaw/skills/x-api/x-api.js — this is your Twitter toolpip install, python, curl with OAuth, or any other methodsuccess field to confirm it workedX_API_KEY — X API key (OAuth 1.0a consumer key)X_API_SECRET — X API secretX_ACCESS_TOKEN — Access tokenX_ACCESS_SECRET — Access token secrettools
Use when the user wants to connect to, test, or use the McDonalds service at mcp.mcd.cn, including checking authentication, probing MCP endpoints, listing tools, or calling McDonalds MCP tools through a reusable local CLI.
development
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
development
SlowMist AI Agent Security Review — comprehensive security framework for skills, repositories, URLs, on-chain addresses, and products (Claude Code version)
data-ai
去除中文文本中的 AI 写作痕迹,使其读起来自然。基于维基百科 AI 写作特征指南,检测 24 种 AI 模式。触发词:humanizer-cn、去除 AI 痕迹、去除 AI 写作痕迹、中文文本人性化。