← Back to Skills Marketplace
X Expert
by
thousandsky2024
· GitHub ↗
· v1.0.0
338
Downloads
0
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install x-expert
Description
智能 X (Twitter) 发布助手 - 通过对话式流程帮助用户创建、策划和发布推文内容
Usage Guidance
This skill appears consistent with its purpose, but before installing: 1) Only provide the X/Twitter credentials you trust and consider creating an app/token with limited permissions if possible; 2) Review package.json/package-lock to confirm the npm dependency (twitter-api-v2) is acceptable and run npm install in a controlled environment; 3) Be aware the scripts can post tweets directly when invoked — keep the default confirmation setting or test with a throwaway account first; 4) Optional image/search API keys are only needed if you use those features — don't set them unless required; 5) If you need stronger assurance, review the repository code locally (especially network endpoints listed in scripts) and run the skill in an isolated environment, rotating tokens afterwards if you stop using it.
Capability Analysis
Type: OpenClaw Skill
Name: x-expert
Version: 1.0.0
The x-expert skill bundle is a functional Twitter (X) publishing assistant that facilitates a conversational workflow for content creation and posting. The scripts (e.g., post-tweet.js, generate-image.js, collect-info.js) use standard libraries like twitter-api-v2 and interact with legitimate service endpoints (OpenAI, Exa, Brave) using environment variables for credentials. The SKILL.md instructions include a mandatory final confirmation step before posting, and no evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description match the code and scripts: the package contains scripts to collect/search info, generate tweets and images, and post/delete tweets. Required Node and X (Twitter) API credentials are appropriate and expected for a Twitter publishing assistant.
Instruction Scope
SKILL.md describes a 9-step conversational workflow and the included scripts implement that workflow. The instructions reference only relevant actions (search APIs, image generation services, and Twitter posting). There are no instructions to read unrelated local files or to harvest arbitrary system data. Note: the scripts will post tweets directly when invoked, so they have the capability to publish using the provided credentials (SKILL.md states user confirmation is expected before publishing).
Install Mechanism
No high-risk arbitrary downloads are used; dependencies come from npm (twitter-api-v2). There is a minor metadata inconsistency: registry metadata initially noted 'no install spec', but SKILL.md includes an npm install entry and package.json/package-lock.json are present — in practice an npm install will be needed to run the code.
Credentials
The four required env vars are exactly the X/Twitter credentials (proportionate). The code also supports optional API keys for search and image-generation services (OPENAI_API_KEY, MINIMAX_API_KEY, NANO_BANANA_API_KEY, LEONARDO_API_KEY, EXA_API_KEY, BRAVE_API_KEY). Those optional keys are reasonable for the described features but are not listed as required in the top-level requires.env — this is expected but worth noting.
Persistence & Privilege
The skill does not request always:true and does not attempt to modify other skills or system-wide settings. It can be invoked autonomously (platform default), which is normal for skills; combine that with the fact it can post tweets, so tokens should be trusted and scoped appropriately.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install x-expert - After installation, invoke the skill by name or use
/x-expert - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
X Expert 1.0.0 — 智能 X (Twitter) 发布助手首发版
- 提供 9 步对话式流程,协助用户收集信息、策划及发布推文,并可定制风格与配图
- 支持集成多种搜索与图片生成服务(Exa, MiniMax, Brave Search, DALL-E 3 等)
- 支持定时发布、内容检阅与多种受众/风格选择
- 配置简便,仅需 Twitter API 凭证和 node 环境
- 包含常见问题及安全注意事项说明
Metadata
Frequently Asked Questions
What is X Expert?
智能 X (Twitter) 发布助手 - 通过对话式流程帮助用户创建、策划和发布推文内容. It is an AI Agent Skill for Claude Code / OpenClaw, with 338 downloads so far.
How do I install X Expert?
Run "/install x-expert" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is X Expert free?
Yes, X Expert is completely free (open-source). You can download, install and use it at no cost.
Which platforms does X Expert support?
X Expert is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created X Expert?
It is built and maintained by thousandsky2024 (@thousandsky2024); the current version is v1.0.0.
More Skills